Hi @jayster, Use this CSS code. Don't forget delete all caches and press Ctrl+F5 on forum front to refresh browser cache #wpforo #wpforo-wrap .mce...
Thank you @herwin, We found the issue and are going to fix this asap. The new fixed version will be released within next 1-2 days.
@percysgrowroom, You can use wpForo 'wpforo_top_hook'. Put this code in your active theme functions.php file. Replace the [chat-shortcode] with the ...
Hi @mondesensuel, The default attachments of wpForo might be optimized by this plugin, because those are based on WordPress uploading functions and ...
Hi @stockoss, You miss the word. There is no word "Users" in the footer statistic. The footer statistic says "Online: 6" It means there are 6 people...
@herwin, Please don't disable wpForo Caches. Those don't cause any issue during the test. just leave your forum URL to allow us test it.
@dmolina Why a function? Just put those together: <?php echo get_avatar( get_current_user_id(), 60 ) . ' <span class="user-name">' . WPF(...
@jayster Please open a new topic.
@nican The title you're showing is not the page title. your page title is already disabled. This is the forum title, this will be changed to topic t...
There is no any code to import tags. You can write some code to do that. wpForo tags are stored in the wp_wpforo_tags table. The tags which are associ...
The add topic button is only located in some forum. This allows the form to understand where the new topic should be added. Without the forum location...
I'm sorry but, we don't have hook documentation yet.
I'm sorry but not, wpForo doesn't have such option. If you need any customization you should contact to gVectors Custom Development team via sales[at]...
Maybe the Italian translation is incorrect in PO/MO files. I recommend go to Forums > Phrases admin page. Find the "Login" and "Sign In" phrases, e...
The avatar could be displayed using this function: <?php echo get_avatar( get_current_user_id(), 60 ); ?> The user display name: <?php e...