Hi,
I changed a theme and suddently saw that my bbpress forum changed its color (to red – check the link).
There is no option to change the text color in widgets, forum options or appereance…How can i change it to the black text as it used to be?
It has something to do with words that can be clicked on (so with url inside) – where to change it please?
Thanks!
http://svetneuspechu.eu/Forum/f%C3%B3rum/diskuzni-forum/
WP : 5.0.2
bbPress : 2.5.14
Theme : Custom (built with _S)
Hi everyone,
I just noticed that in the forum freshness block, I get a “aucun nouveau sujet” (no new topic / messages) message when nobody post something in the forum in the last 7 days.
Do someone know where I can customize that ? I just want to have a classic message, for the last 7 days, a month, a year or whatever.
Cheers,
Chaaampy.
Dear team,
I want to hide attachments and external Url’s for guest users, how can we do it, is there any plugin that can do it , or please send me code to achieve it.
Thanks in Advance.
Lee!
I am trying to add a forum to my website, using bbpress, .
I ran into a problem with the forum layout in a “heading section”?
I don’t know what to call it, and can’t find a reference in the documentation, or via google.
It is the heading that holds … topic, voices, posts and freshness
Something is too wide, so they wrap ..
Both in the heading and In the content below
– see link

I removed the sidebar widgets, but that did not change anything.
The theme I am using is Rise.
i an looking for help to get it lined up so it doesn’t wrap?
thanks
wp version 5.0.3
bbpress 2.5.14
Home
rise 1.401.1
We had a working forum last week but the host of the website upgraded WordPress to a version 5.0.3 and the forum stopped working. bbPres seems to be compatible with up to 4.99. What feeling on when it will be compatible up to 5.03 so the functionality will return?
My forums are otginized like that:
Parent 1
- Child 1
- Child 2
- Child 3
- Child 4
How can I prevent user from posting in parent 1 but allow them to post in any of the children
I have GD bbpress tools plugin.
I would like to support this plugin, but I didnt find the way to make a donation for Bbpress. I have already donated for WordPress Foundation, but I prefer to do it for this plugin in particular plugin.
Thanks,
Please tell me the code to get the title of the topic from the ID of the reply.
I wrote the following code, but it will not work on loading with Ajax.
Specifically, bbp_get_reply_topic_id does not seem to work.
What am I gonna to do?
function my_echo_topicTitle_from_replyId( $replyId ) {
$topicId = bbp_get_reply_topic_id( $replyId );
$page = get_page( $topicId );
$slug = $page->post_name;
$topicTitle = get_the_title( $topicId );
echo '<div class="topic_title"><a href="http://example.com/topic/'.$slug.'">'.$topicTitle.'</a></div>';
}
Hi all,
I’m looking for advice on how to control the order in which forums are displayed. Specifically, I want to be able to “pin” site forums at the top and have user created forums displayed lower down. I may have missed something obvious, but the only way I see to control this is with the “order” parameter (which can be set by hand) under “Forums” in the WP Dashboard.
It appears that the order parameter is set to 0 by default. Is there a way to override this, so that I can make user-created forums (or all new forums) default to some higher number?
Thanks!
I have read this topic : https://bbpress.org/forums/topic/smf-import-to-bbpress/page/7/
And currently trying to figure out the way to do it, I have massive forum. Seems forum system a bit neglected by their builder nowadays. (and I wish BBpress not the same).
Do the current version BBPress importer works with current / latest SMF?
Mine seems stucks at 5900 topic conversion something out of 13K topics. Im running conversion of 1.7gb database on xampp – localhost server with i7 and 16gb of ram with tweaked php.ini and-so-on.
Yet possibly another 450k replies waiting in que… now Im worried.
Seriously, no idea to identify which database column made it stucks…