Do you have adv attachments for wpForo? @robert @martin The last 3 days my REPLIES to topics are LOST for some reason. One minute i reply, next ...
@regorhammer Simple lightbox is a plugin. Do you use already a plugin? Do you use Adv Attachments maybe? Without information, we can't tell.
Yes i have seen that in one site, my lightbox plugin didn't work anymore. Something changed. What are you using? Try the Simple Lightbox.
An other idea is to include a warning in forum tools / debug. If advanced-cache.php exists and it greater than zero length. BUT this approach also i...
Yes, i probably got that all wrong in your case. It is true that a huge ammount of issues i read here is due to caching plugins that can cause all kin...
While caching plugins and wpForo are a no-go, i doubt session issues come from that.
Previously i suggested a security plugin for your issue, because some plugins also check IPs against a database (cloud) and deny access. And because s...
Ok, fair enough. So back to your main problem, you could try to block all bots and see if fake registrations continue and how many. I guess real human...
For how many fake registrations are we talking about? I doubt they are real humans if many. Is that a big and popular forum? Having a security pro...
Akismet if for spam, do you have ANY security plugin, login protection, bot protection, or something like that?
4.5. Remove the bloat The next step is to remove any links that are not important for search engines to see within the sitemap. Not every URL needs ...
Well login and registrations are Wordpress handled. If they are bots there are plenty of plugins for protection. If they are human it is more diffic...
Site maps should be simple, just the navigational structure and related links should be included. Site maps with tags and other non navigational dat...
@percysgrowroom No, it will just record the errors/warnings/notices to wp-content/wp_debug.log file, for you to check.
Add this to your wp config php // This enables debugging. define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );