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 !
I upgraded my PHP from 5.6 to 7.1 and my forum won’t load…server error 500. Any thoughts, besides uninstalling?
Hello,
if i start using bbPress i cannot acces to any Profile-site, not even the bbPress-profile site. I already tried to deactivate all plugins, but still the same: this page doesnt seem to exist. if i try to acces my ‘Ultimate Member’ profile site it gave me an redirection loop. I already tried another theme if bbPress would work with that, but no, still same (i used a standard theme of WordPress)
-was usein wordpress 4.8
-with WordPress 4.7 still same
Hello,
How can i disable visual editor on my bbp-topic-form page (just on this page) ?
Thanks a lot
Forum index not showing ‘subscribe’ link.
Option is enabled in admin/backend for BBpress.
Any ideas how to fix this?
I have bbp style pack so I can move the subscribe link away from the breadcrumbs.
Your default position for the subscribe link touches the breadcrumb and Robin Wilson’s plugin supposedly fixes that. (provides the option to force it to the right).
When I disable his plugin, I can see the subscribe link next to the breadcrumb. But this is unacceptable as I pointed out above.
Thanks
Is there a plugin for bbPress that allows me to customize the text editor?