Robert
Robert
@robert
Admin
Support Team
Topics: 97 / Replies: 10201
Reply
RE: Wierd behavior with new member registration

Please leave some URL to allow us test it. Make sure there is no any cache plugin active for forum page. You should exclude forum page from cache plug...

8 years ago
Reply
RE: Database errors log

Sorry, i meant wp_wpforo_subscribes table. And as far as i see the keys are wrong. And you still have some duplicated content with itemid, type, useri...

8 years ago
Reply
RE: Change the content type of emails

Ok, it's done. You can use this hook in next version.

8 years ago
Reply
RE: wpforo-shortcodes

Put this in your theme style.css file or in theme Custom CSS Code textarea. Save it delete all caches and press Ctrl+F5 on website front-end: #post-29...

8 years ago
Reply
RE: Database errors log

You have some old duplicated data in database, you should find and remove those and make sure the wp_wpforo_subscriptions table unique indexes are cor...

8 years ago
Reply
Reply
RE: Turn off approvement by moderator

Just disable wpForo Spam Control in Dashboard > Forums > Tools admin page.

8 years ago
Reply
RE: My javascript was blocked by wpforo

I'm really sorry but I have no idea why it doesn't work. We can help to fix wpForo core issues, but we can't fix issues with custom code. You should u...

8 years ago
Reply
RE: My javascript was blocked by wpforo

wpForo doesn't have any JS code for other code blocking purpose. I don't see any reason to block your code. It maybe incompatibility but it's not bloc...

8 years ago
Reply
RE: Problem when activating wpforo

Please never set Admin and Moderator as Standard Access in Forum Permission Settings. The admin should have Full Access, the Moderators should have Mo...

8 years ago
Reply
RE: Topic Add Error

@studiografic31 Ok, I see, your MySQL is very old version (we always recommend 5.6 and higher). So I made some changes in the code, please copy and tr...

8 years ago
Reply
RE: wpforo-shortcodes

Hi @lazainfo, wpForo shortcodes doesn't have settings and options. You can't manage the view of forums/topics appearance, and there is no way to disab...

8 years ago
Reply
RE: Get users post and topic count programmatically

Try this code, the $userid should be defined by you: <?php $user_posts = wpforo_member( $userid, 'posts' ); ?>

8 years ago
Page 414 / 717