Hi, Please use the "Forum Admins Email Addresses" option. It's located in the Dashboard > wpForo > Settings > Email Settings admin page. Th...
@paul Please edit the "forum test page" page and make sure the sort code is not enclosed in addition tags. Seems the shortcode os located into the ...
Hi,First, please make sure you indeed need the board system. Are you certain you can’t build your forum without boards? Using categories and forums mi...
@martinasjam The developers suggest using the hook code below: add_filter( 'wpforo_recent_posts_limit', function($limit){ $boardid = WPF()-...
@hbk747 We see there are rel="" and target="" attributes. However, we're unsure how these attributes could appear in the address bar. Which browser...
Hi, Please note all questions related to paid addons should be asked in the gVectors.com forum. Here we only support issues related to the free wpFo...
Hi, I'm sorry, but the wpForo doesn't have such a feature.I'd recommend purchasing pro support and reaching out to the pro support team for customiz...
@zygzak Please read this documentation:/p>
Hi, We've just checked and don't find such an issue. It works fine. Please clear the browser cache and check again.
@shoaib Could you please provide the example URL to allow us to check the issue?
@shoaib This topic has been moved to the correct forum.
@paul You should not set the forum page as a home page, you should create another forum page with shortcode and use that page as a home page, plea...
@zygzak Please rephrase your question.
Hi, Use the hook code below to remove the option for users: add_filter( 'wpforo_can_user_self_delete', '__return_false' ); Here’s a helpful arti...
Hi, If you want to reduce the space in the TinyMCE editor, use the hook code below: add_filter( 'wpforo_editor_settings', function( $settings ) { ...