Good evening (in France, it’s 1:31 am ^^)
Did you find an answer to these problem ? I’ve the same issue too with this “code” :
/* Ajouts de rôles-clone à bbPress*/
function add_revendeur_role( $bbp_roles )
{
$bbp_roles['bbp_revendeur'] = array(
'name' => 'Revendeur',
'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )
);
return $bbp_roles;
}
add_filter( 'bbp_get_dynamic_roles', 'add_revendeur_role', 1 );
I tried a few “codes” found on this forum without success.
Thank you.
Hi guys I need your assistance
I got a code online that’s allows users to set up featured image for a topic and I was able to do that now in my latest topic widget area I want to display the featured images beside there respective topics
And also is there a way to allow users to able to add featured images on front end
@momomoko sorry only so much I can do for free – this is not a bug in bbpress or an easy ‘how to’ – you’ll need to work it out
Hi @robin-w,
Thank you for the suggestion. But basically what I am trying to do is, show or adding the bbpress profile information to another page that I have created as an “My Account” page.
The information shows up but links are not taking me to anywhere. Is there something to do with global user ID?
Please help.
so have you essentially done this
find
wp-content/plugins/bbpress/templates/default/bbpress/content-single-user.php
transfer this to your pc and edit
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/content-single-user.php
bbPress will now use this template instead of the original
I am trying to create a custom user page template in bbpress. I have created a file single-user.php in my child theme. And placed the code from bbpress single-user.php there.
But the urls of the profile and other things are not working. Any idea of what is happening here?
bbpress just uses WordPress login, so if your users have WordPress access (eg subscribers), then they will get the bbpress default access (or you can manually set this up).
you then set each forum as ‘private’ and it’s existence is then only seen by subscribers
wordpress version: Version 5.4.1
bbPress version: Version 2.6.4
site: riptideio.com
theme: Salient with custom child theme
On our site, we have a “Partner Portal” page which is a restricted access page. Users are “subscribers” and they need to login to view the page contents. They do not register, they fill out a request for access form and we selectively hand out the credentials. We are looking to put a forum page nested on this Partner Portal (on the Partner Portal page, there would be a button that says “Forum” that would take them to a forum page). We only want this same group of users who have access to the Partner Portal to have access to the forum, and they can easily navigate to it once logged into the Partner Portal.
Is this possible? And would users need to re-login to the forum page when they navigate to it from the Partner Portal? Would we need to have a sidebar on the forum page with login widget?
Any help or comments about how to go about this would be greatly appreciated. Thanks!
Unless I am doing something wrong, item 6 forum description just shows up under the forum name. I am looking to put announcements/notices above the listing of forums. There is an old plugin called bbpress-notices that does something similar. Preferably, I would like these to be Super Sticky posts instead of just notices but could work with that.

ok, it probably doesn’t work for lots of nested then.
It is a known error with bbpress and there is a trouble ticket lodged for it
by default bbpress does not require approval – they should just publish.
So either you have another plugin doing this (eg bbpress notify) or your comment moderation is set to tight – look in
dashboard>settings>discussion and check the befor a comment appears and the part below where the no. links allowed in a comment and the words that are allowed.
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Forum Display enable item 6 forum description.
Then in
dashboard>forums>edit forum in each forum you can put in the content part whatever you want to appear. in your case the same description for each forum, but you can have a different.
Finally to get this on the main forums list, create a page called ‘forums’, and put your description at the top of this. Then add the shortcode [bbp-forum-index] to this. bbpress will then use this as the main forums page.
looks like bbp_title is not working for users.
the code is called by a filter in
\bbpress\includes\core\filters.php
which is
Line 43: add_filter( 'wp_title', 'bbp_title', 10, 3 );
the function bbp_title is held in
\bbpress\includes\common\template.php
and the function starts at line 2578.
I may get a chance to look further tomorrow (or maybe not!), but if you fancy having a look. The function has a filter at the end, so if you can work out what’s wrong, should be easy to add a fix
ok, so I just tried 2019 on my test site, and I get the user name on the title bar, with just bbpress as the only plugin.
I m trying to change the size of my bbpress hot tags and give it a color “red” so it’s will be different
Is there a way I can achieve this
if you can produce a set of replicable steps, then I’ll happily look.
bbpress is installed on over 300,000 sites, and I’ve not seen this being reported in over 7 years of moderating.
I have google capcha “not a robot”
unregistered user can’t post
looks like a bug in bbpress since no plugin are active for user…
OK,
I don’t want bbpress forum replies to show up on Buddypress activity stream. I have researched this problem for days and cannot find a solution. I have tried 3 different plugins and they do not work anymore. I have come across this question multiple times but no one seems to give a clear answer. This question has gone back a least 9 years. I find it hard that Buddypress or bbpress has not found a solution to this problem. Please help!!!
well you have some sort of pop up doing this – not part of bbpress,it may be part of your theme or another plugin you are running?
Hello,
I am using yoast SEO and bbpress forums on my website i.e. Tooth Republic. Unfortunaltely, i am unable to figure out how to change meta description of main page of forums i.e. https://toothrepublic.com/forums/
Unlike other pages, edit button does not appear from yoast SEO plugin on this page. When i go to search appearance setting in SEO, it has a section to change default meta description for forums. Should i makes changes there?
Thank you for the reply. I followed along with this article to set the forum up but I did get lost on step 8, ss I am not familiar with themes and templates in WordPress. Where do I go in WordPress to access and edit the “root theme” and “page templates in the root of the directory”
“So once you know which page template file you need, copy this and rename the copy to bbpress.php
Place this file in the root of your theme ie wp-content/themes/%mytheme%/bbpress.php where %mytheme% is your theme’s name.”
I need a more dumbed down step by step walk though of this ^, ie where to go exactly in WordPress.
Thanks!
Wordpress version: Version 5.4.1
bbPress version: Version 2.6.4
website:riptideio.com
Recently installed bbPress to create forum page. Want to have a sidebar on the forum page for registration/login. Do not have any other sidebars on our website – want the sidebar just on forum page. Installed bbPress WP Tweaks Version 1.4.4 and bbPress sidebar appears on Widgets edit page and I can drag widgets to display there, but it does not show up on the forum page. I’ve been searching forums far and wide for a solution to this and it seems it might be a theme issue but not too sure how to fix that…
Our parent theme is Salient and we have a custom child theme (we originally had a marketing firm create our WordPress site so I’m not too familiar with the themes or how to edit them…)
Any help would be much appreciated!!
make forums private to make them visible to users only
use shortcode
[bbp-register]
or anything in WordPress that does registration – bbpress just uses WordPress registration