I’m trying to make my forum look uniform to the rest of my site with a dual sidebar of widgets. I’ve tried to follow the documentation for a bbPress specific sidebar and can’t get that to work either https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#26-creating-a-bbpress-specific-sidebar. Any help would be greatly appreciated.
wwww.ultimatesportslounge.com
I have several bbPress forums in my WordPress site and I want to only show forums wit content on my forum page. By default it shows all forums Any ideas on how to do this?
Please and Thanks in advance!
WordPress version: 4.7.5
bbPress version: 2.5.13
Crash Victim
After days of working to find the error, it is BBPRess.
Somewhere between the last couple updates of both bbpress and WP and php 7.0/7.1 all things have failed.
At least that is when we have been able to trace it back to.
Anyone have any ideas how to get it working?
Thanks
Robyn
I added bbPress this morning and my whole site blew up with this message: Fatal error: Call to undefined function BBP_MESSAGES\Inc\Core\bbp_get_user_slug() in /home/content/05/8953605/html/wp-content/plugins/bbp-messages/Inc/Core/Init.php on line 471. Don’t know what went wrong here but I had to restore through my domain host.
Hello, how i can set bbpress forum fullscreen or wide screen on wordpress theme Twenty Thirteen.
Thanks
Hi,
I am running the latest bbpress 2.5 (not 2.6 yet) and today updated buddypress.
and after the buddypress update avatars do not show anymore in bbpress forums.
every user has the default blank avatar.,
they avatars still show, when exploring buddypress..
if it is any help. it is WordPress MU version.
has anyone else got the same problem? or managed to resolve it?
tnanks
kris
GD Topic Polls is a plugin for WordPress and bbPress, and it works with bbPress topics. Users can create polls for new topics, or add a poll to existing topics. Each topic can have one poll.

More information and download is available on WordPress.org:
GD Topic Polls
Pro version of the plugin is available on Dev4Press:
https://plugins.dev4press.com/gd-topic-polls/
Regards,
Milan Petrovic
I have several bbPress forums in my WordPress site and I want to only show forums wit content on my forum page. By default it shows all forums Any ideas on how to do this?
Please and Thanks in advance!
WordPress version: 4.7.5
bbPress version: 2.5.13
Hi,
I am trying to convert from phpBB but have come across a problem.
My reply subject and content is in a different table to the normal ‘posts’ table.
The standard code in the existing conversion file joins the topics table to the posts table like this:
// Setup reply section table joins
$this->field_map[] = array(
'from_tablename' => 'topics',
'from_fieldname' => 'topic_id',
'join_tablename' => 'posts',
'join_type' => 'LEFT',
'join_expression' => 'USING (topic_id) WHERE posts.post_id != topics.topic_first_post_id',
'to_type' => 'reply'
);
but I need to also join to the table with the subject and content, the ‘posts_text’ table.
Is this possible using the current conversion framework?
If so can anyone please help me with the syntax.
Many thanks
Hello,
I’m changing my forum and i want move many topics in other forum.
Example :
I want move all topics of “forum3” to “forum2”
How can i move all topics quickly ?
Thanks !