I just noticed that when I register as a normal forum participant, and I go to edit my new profile, I can in the bottom see the other roles and choose a role.
Just found out: Upon saving it will not be saved, but it looks strange.
Is there a simple way to just get the user’s current role, and not the whole drop down menu?
See image:
http://s17.postimage.org/ae5nguvn3/bug_edit_users_role.png
(This is in the user’s “Edit my profile” area – the very bottom.)
As the title says: I cant find the registration field for my forums, that allows users to make a forum user.
I have trying to create a page, but there is no template named neither forum, registration etc…
What to do?
All help are much appreciated!!!
I’ve just installed the plugin and tried some sample topics. I have set up two forums with 4 topics. I have assigned 3 topics to forum1 and 1 topic to forum2. When I view forum1 I see all 4 topics, when I view forum2 I only see the 1 topic I linked to it.
Surely, when I view each forum I should see only the topics linked to them?? Or have I done something wrong?
Hi,
I’ve notice an error in the bbp_current_user_can_access_create_reply_form() function :
indeed, the return apply_filters tag is “bbp_current_user_can_access_create_topic_form” instead of “bbp_current_user_can_access_create_reply_form”.
Some comments are also copy/paste from bbp_current_user_can_access_create_topic_form() function.
That’s all, a small fix for the next release please ? 
Thanks
I have installed BBpress on my wordpress site and all of a sudden when i go onto my forums page the categories are not showing its just a white page with template
i have tried re installing and still no luck
Please help
I really like the theme on this side, how can I get my site to look like in a similar way without having to write lots of code? Perhaps this is a theme that you made yourself or is it a theme that’s out to just bbPress.
In any case, I think it looks good and I would like something similar
I do not know what the next step is so if anyone knows what it may be that I would be grateful if someone could take a look at the problem
https://bbpress.org/forums/topic/how-do-i-change-the-language#post-101983
for some reason my activity stream is not linking to my custom posts page. I have a static home page and have made a new page called news to post onto. I have setup my Permalink so that I am using /%postname%/
Every other part of my site is linking to the post but for some reason buddypress is only linking to my home page and not the post page.
Can anyone help?
There are a few things I really always look at when participating in a forum, and that is “role”, “total number of posts” and “registry date” of the ones who answers the topic.
By looking at those few informations I quickly make up my mind as to how much weight I should put on the persons opinions.
If the person has 1256 posts and was registered 09.09.2008, then I often would add more weight to that person’s opinions than a person with just 5 posts and registered 04.20.2012…
So, is there a way to add some php code tp for instance
wp-content/plugins/bbpress/bbp-theme-compat/bbpress/loop-single-reply.php
to get:
– User’s total number of posts
– User’s registry date
I was able to get the user’s role by following this:
https://bbpress.org/forums/topic/displaying-user-role-beside-their-replies
Thank you