Robert
Robert
@robert
Admin
Support Team
Topics: 98 / Replies: 10217
Reply
RE: Threaded layout / hide font size in post editor

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...

6 years ago
Reply
RE: Category/forum icon not updated to "no unread posts" when all posts below and in subforums are read

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.  

6 years ago
Reply
RE: Adding chat box code to wpforo

@percysgrowroom, You can use wpForo 'wpforo_top_hook'. Put this code in your active theme functions.php file. Replace the [chat-shortcode] with the ...

6 years ago
Reply
RE: Imagify compatibility

Hi @mondesensuel, The default attachments of wpForo might be optimized by this plugin, because those are based on WordPress uploading functions and ...

6 years ago
Reply
RE: 6 users in the number in the footer but only 4 displayed

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...

6 years ago
Reply
RE: Category/forum icon not updated to "no unread posts" when all posts below and in subforums are read

@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.  

6 years ago
Reply
RE: Can I show the name and avatar somewhere else?

@dmolina Why a function? Just put those together: <?php echo get_avatar( get_current_user_id(), 60 ) . ' <span class="user-name">' . WPF(...

6 years ago
Reply
Reply
RE: Issues with forum page title and forum menu translation

@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...

6 years ago
Reply
RE: How to add several thousand Tags in my forum?

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...

6 years ago
Reply
RE: Can the Add Topic form have its own URL rather than opening up within other pages? How?

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...

6 years ago
Reply
RE: While adding a topic, how to make Tags a required field?

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]...

6 years ago
Reply
RE: Problem with login button

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...

6 years ago
Reply
RE: Can I show the name and avatar somewhere else?

The avatar could be displayed using this function: <?php echo get_avatar( get_current_user_id(), 60 ); ?> The user display name: <?php e...

6 years ago
Page 308 / 718