Hello,
thanks for developing bbPress. The 2.3 is looking and acting really good 🙂
Can you help me: How can I show the tag cloud for a specific single forum only?
I tried in my template file:
wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) );
Maybe with ‘child_of’? (but what would go here?)
Thanks in advance!
Fee
Ever since I have upgraded to 2.3, new users are not assigned the default forum role.
WP Version: 3.5.1 (Multisite)
bbPress Version: 2.3
http://www.jfarthing.com/support/
Hi !
I just install a new bbPress (last version) on a custom wordpress theme.
It works fine, except the index page (the page where all the forum are listed).
I just got an empty wordpress post.
Here is an image (the “mysite/forums” page): 
However, when i try to display a forum from the back office. It works fine. So i just have a problem with the index…
The the “mysite/forums/forum/forum-1-2/” page

I know the bug came from the theme, because it works fine on other theme, but i don’t know how can i solve it 🙂
Thanks, and sorry my bad english !
Hello! I’m using the Login Widget in my sidebar here:
http://brandschool.brandtwist.com/login/
And whenever I click “Login” it takes me back to the homepage.
Ideally it would:
1. Leave me on the existing page.
or
2. Take me to a particular page that’s not the homepage.
I’m using WordPress 3.4.2 and BBPress 2.2.4.
Thanks for your help!
Hi, I updated bbPress to 2.3 and now have bullet points on the forums page. These were not on the page before the update. The website is still under development – http://burnieworks.com/ (I am using WordPress 3.5.1)
Does any one have any idea why these bullet points are appearing?
Thanks,
John
admin bar is deactivated when saving your information in the user profile
Upon update to bbPress 2.3, I appeared to lose a considerable amount of my style customizations. To isolate the issue, I manually enqueued [theme]\css\bbpress.css, and all styling returned. So, it appears that the issue is merely that this file is not getting enqueued by bbPress.
As it turns out: I have a bbpress-functions.php file in [theme]\bbpress, which was taking precedence over the Plugin’s templates\default\bbpress-functions.php file, which handles the stylesheet and script enqueueing.
Apparently, unlike with WordPress Child Themes, in which the Child Theme functions.php merely loads *prior* to the template (Parent Theme) functions.php, with bbPress Theme compat, if the Theme includes \bbpress\bbpress-functions.php, that file will take *precedence* over the Plugin’s \templates\default\bbpress-functions.php file, and prevent it from loading at all.
The solution is simple: if you include a functional file (e.g. for adding/removing various filters) as part of your bbPress Theme compat, don’t include it as [theme]\bbpress\bbpress-functions.php file. In my case, I renamed that file as [themename]-bbpress-functions.php, and the problem was resolved.
Hopefully this will help someone else who encounters the same issue.
well, does anybody know why it shows 2 or 3 times when i edit a post? i know i cant disable it but I like it, any suggestions?
This topic was modified 4 seconds ago by admin. Reason: Changing size of image
This topic was modified 4 seconds ago by admin. Reason: Changing size of image
maybe 2.3.1 fix?
I’ve viewed all of the previous searches for how to remove the search box that appears above the forum topics, but have not found anything that works.If someone could point me in the right direction, I would greatly appreciate it. I also have some questions regarding changing the font to match also, but I will start another thread if I cannot find what I need. Thanks in advance.
Hi guys,
Hope someone can point me in the right direct with this one.
My forum homepage looks like thus: http://www.zerotackle.com/discussion/
And works perfectly. If I drill into a forum to see the topics, it looks like this: http://www.zerotackle.com/discussion/forums/nrl/general-discussion/
Perfect!
My problem is if I go into a category, I don’t see any topics under the subforum. Here: http://www.zerotackle.com/discussion/forums/nrl/
Can anyone point me in the right direction as to why?