Jump to content

BlackShot

Apprentice
  • Posts

    44
  • Joined

  • Last visited

Everything posted by BlackShot

  1. I was made aware by an user. Then, I created a Hotmail account and checked this was true. I forgot to come back to this topic, but I indeed had to send a support request to Microsoft. They ended up doing something on their end and emails were finally landing in users' inboxes again.
  2. Yeah, I had some trouble with that too. But if I remember well, you need to post an Instagram or FB video on your forums, copy its link (the video, not the forum post) and paste it in their forms.
  3. You have to get approval from Facebook to use oEmbed. Once they approve it, you have to get its ID and paste it in your admin panel. Type 'embed' in your panel's searchbox and you should find it.
  4. Hey guys, All my transactional emails (newsletters, PMs, followed content) are landing in users' spam box, but apparently this is only happening for Hotmail addresses. Gmail, for example, is fine! I've tested Sendinblue, Sendgrid, Zoho... I'm also using DKIM, DMARC and whatever authentication providers require nowadays. My domain is .com and doesn't show in any blacklists. Any tips here?
  5. So, I'm considering buying an original license in the near future for legal reasons. Is it easy to migrate or switch from a nulled version to an original license? How do I remove IPS checks for nulled plugins, if they exist, from the original version? I'd appreciate the advice!
  6. I managed to establish conditions by changing some of the theme's code, with the help of somebody else. If anyone is interested, I can post it here when I have some time available.
  7. Found the culprit: IPS' update (4.6.3). It was nothing on my end. To fix it, while @Tonykindly works on making latest patch available, go to Members > Content Moderation > Spam Prevention. Change it from Invisible reCAPTCHA to reCAPTCHA V2.
  8. I did some more testing and found out this only happens when using full registration form instead of quick registration. And, like I said, Google and Facebook registration work fine!
  9. You're very welcome! Which one has fixed it though? Enabling mbstring or changing the php version?
  10. Hi, So I just found an error that seemed to have been happening for a while. Nobody had notified me because my community is small. After filling the forms and clicking to Register, users are taken to an infinite loading screen. I can see no errors being displayed in the logs (system, error logs). Their registering doesn't go through, they don't even show as pending. Registering with Google or Facebook works fine. Does anyone have any idea why that is happening, or how to debug it? I have already tried disabling customizations, for example. No luck. Thanks!
  11. Check if mbstring is active in your php extensions. Also, try using a different php version - I'm using 7.4.
  12. Once you click to display the dropdown list, nothing appears? Mine looks the same as yours, but once I click it, it shows me the options just fine.
  13. Try following this tutorial, it'll work: https://invisioncommunity.com/files/file/7738-editor-message-box/?do=findReview&review=12508
  14. It works fine for me. Did you add the .zip file to your CSKEditor?
  15. @caffeine01just educated me about that. It seems it's my own server trying to access a file, nothing much! Thanks again for the insight caffeine!!!
  16. So I'm using Hostinger to host my forums. We're a very small community and right now we can't afford an original license. I also use CloudFlare and I made a rule to block any connections that don't come from my own country. I just spotted this in the firewall log today. What does this mean exactly?
  17. It's working again on 4.6 @whoopiedoo?
  18. BlackShot

    Question Failed to download

    What's funny is that you're being rude to the only person that actually cared and took the time to help you.
  19. Apparently everybody else is having the same issue. IPS has probably broken it when they added a new similar recount option under Badges/Settings. To fix it: Look for ArchivedPost.php in yourforum > applications > forums > sources > Topic. There, look for: return \IPS\Db::i()->select( 'COUNT(*)', 'forums_posts', $where )->first(); And change it to: return \IPS\Db::i()->select( 'COUNT(*)', 'forums_archive_posts', $where )->first(); Credits go to ZIKURIK.
    Thanks for making this available. Really! ? However, the "Recount" option available for each member in ACP isn't working. It displays a DB error. I even did a clean install just to make sure. Is it a problem with WF's release or is it Invision related? Edit: found a temporary fix for it. Check my post here.
  20. SELECT COUNT(*) FROM `forums_posts` WHERE archive_author_id=2 AND 1=0 IPS\Db\Exception: Unknown column 'archive_author_id' in 'where clause' (1054) #0 public_html/home/system/Db/Select.php(383): IPS\_Db->preparedQuery('/*u152741989_u...', Array, true) #1 public_html/home/system/Db/Select.php(441): IPS\Db\_Select->runQuery() #2 public_html/home/system/Db/Select.php(365): IPS\Db\_Select->rewind() #3 public_html/home/applications/forums/sources/Topic/ArchivedPost.php(126): IPS\Db\_Select->first() #4 public_html/home/system/Member/Member.php(3814): IPS\forums\Topic\_ArchivedPost::memberPostCount(Object(IPS\Member)) #5 public_html/home/applications/core/modules/admin/members/members.php(3141): IPS\_Member->recountContent() #6 public_html/home/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_members->recountContent() #7 public_html/home/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #8 public_html/home/admin/index.php(13): IPS\_Dispatcher->run() #9 {main} Does anybody know how to solve that error? I can't use the Recount tool available for each member in ACP. I really can't see "archive_author_id" in "forum_posts". The only column similar to that is "author_id". I tried renaming it but it only broke more things. BTW: I'm on 4.6 and I had converted all tables to InnoDB like Invision suggested in the ACP.
  21. Hey folks, Does anybody know how to apply the group formatting thingy for secondary groups, so people with certain 2nd groups have their name formatting changed? Something like this plugin: https://www.devfuse.com/products/115-secondary-group-formatting/ But I'd like to do that manually. THANKS!
  22. Let me try to clarify this a bit. I basically followed this tutorial (https://webflake.sx/topic/23712-color-and-sparkles/) to add custom colors and sparkles to members of certain groups. But that only applies to primary groups. I wanted to have something like this: If primary group is Admin and secondary is Donor --> apply Admin formatting If primary group is Member and secondary is Donor --> apply Donor formatting Would that be possible? Any help would be greatly appreciated!
×
×
  • Create New...