I’m trying to add a specific class to the last topic in the forum because the class=”bbp-forum-freshness” it affects all the forum column entirely, so I just want to change the specific title of the topic.
I identified the loop in the file loop-single-forum with this code
<?php do_action( 'bbp_theme_before_forum_freshness_link' ); ?>
How can I add a specific class to that code that loops the last topics?
I tried to use bbp style pack too, but in the section Forum Index styling, number 9
When I chose 9. Freshness Font BOLD, don’t work.
So…thanks for reading.
Hi,
hope that some one can help me , the menus are over each other how can i fix this ? see screenshot please
thanks

Hello! Iam new with bbpress and I wonder how I can change the title topic? If you check my site you can see the title “Forum arkiv” but I only want “Forum”. Can someone help me with this?
I am using below code for extra topic validation. Now if the validation fails, the page is reloaded but not scrolled down to the input form that shows that a validation error has occurred.
Is there a fix for this?
add_action('bbp_new_topic_pre_extras', 'my_extra_validation');
function my_extra_validation( $reply_id ) {
if ( $failed ) {
bbp_add_error( 'invalid', '<strong>ERROR:</strong> Invalid input. Try again.' );
}
}
new posts automatically going to the trash? New articles are unwanted. Why is that?
Hi,
As admin of our BBPress the site I have 90+ notifications stating ‘you have pending users to moderate’.
as they have now been approved once i click ‘you have pending users to moderate’ it takes me to a blank members request page. when i then go back to the main site i still have exactly the same ammount of notifactions, which never go.
Is there a way I can clear these?
Any assistance would be greatly appreciated!
Hello Guys,
I wants to added custom button in my wordpress website without changing css or HTML. So I installed bbp style pack by Robin Wilson ( @robin-w ) and active the plugin. But setting of this plugin is not showing under dashboard>settings. bbp style pack option is not showing under setting section. I reinstall the plugin twice but nothing works. @robin-w could you please let me know
Note:
I’m very new to both WordPress and bbPress but is there a way to make a script (preferably in PHP) to check if a user is logged into bbPress and then get the user information, like User Name and ID? And is the reverse also possible? As in, search and get User Name by the ID number.
I’m using bbPress 2.5.14 on WordPress 5.2
Hi,
I’m looking for a plugin to show live mini popup (toast) notifications when a new topic is created in BBPress, something like what SalesPop (https://wordpress.org/plugins/sales-pop/) for Wocommerce has to offer.
Any recommendations?
I was using bbp style pack for stylish my site, but I just want to ask if someone had problems with the ‘responsive’, while using this plugin?
For example, when you chose a font-size for an element, the size is specified in PX, so…when you visit the forum via mobile, the elements are moving from his position and they are disordered, etc…
I’m just saying…Do I need to fix all mobile styles to a more friendly ‘responsive’ version…