Hi Raphaelsuzuki – no, making a page (with full width template) and setting it as the base slug doesn’t work I’m afraid.
I’m not using TwentyTen, I’m using a child theme based on Thematic. I ended up just filtering the sidebar away with the following in my main theme’s functions.php:
function remove_sidebar() {
if(function_exists('is_bbpress') && is_bbpress()){
return FALSE;
} else {
return TRUE;
}
}
add_filter('thematic_sidebar', 'remove_sidebar');
Hope that helps someone in future.
I’m using bbPress 2 sitewide forums with BuddyPress 1.5. I am using the bp-default theme and the bbp-twentyten default theme for bbPress. I can favorite existing forum topics, but they don’t show up in a user’s favorites tab in their activity stream/profile. When I click on the “This topic is one of your favorites” link, I just get redirected to the profile page.
Favorites in the activity stream itself are working fine.
Edit: specified using BP 1.5.1
Any help would be greatly appreciated.
In case you’re using TwentyTen theme it’s in ‘/wp-content/plugins/bbpress/bpp-themes/twentyten’.
Otherwise, I don’t know if compatibility mode come with this level of feature.
Although you can just associate base slug with a page and set it to full-width template (I’m not entirely sure if this works).
I’ve been searching through all the template files and can’t find the code for the image avatars of a topic post and replies that’s 80px/80px. Where is that?
This plugin adds useful admin links and resources for the bbPress 2.x Forum Plugin to the WordPress Admin Bar.
Info & Download here:
http://wordpress.org/extend/plugins/bbpress-admin-bar-addition/
Description from Readme:
This small and lightweight plugin just adds a lot bbPress 2.x related resources to your admin bar. Also links to all setting/ tab pages of the plugin are added making life for forum administrators/ moderators a lot easier. So you might just switch from the fontend of your site to ‘Topics’ or ‘Main Settings’ page etc.
As the name suggests this plugin is intended towards forum admins/ webmasters and moderators. The new admin bar entries will only be displayed if the current user has the bbPress/ WordPress cabability of moderate. (Note: I am open for suggestions here if this should maybe changed to a more suitable cabability.)
Plugin/ Theme Support:
At this time the plugin out of the box supports also links to settings pages of some bbPress 2.x specific add-on plugins!
Special Features:
Not only supporting official bbPress 2.x sites ALSO third-party and user links – so just the whole bbPress 2.x ecosystem 
Link to downloadable German language packs – only displayed when German locales are active (de_DE, de_AT, de_CH, de_LU)
Link to official German bbPress forum – only displayed when German locales are active (de_DE, de_AT, de_CH, de_LU)
NOTE: I would be happy to add more language/locale specific resources and more useful third-party links – just contact me!
Localization:
English (default) – always included
German – always included
.pot file (bbpaba.pot) for translators is also always included 
Have fun with this little add-on!
I am open for feedback of course!
-Dave
If you want it, you can see the default layout of bbPress at my own forum: http://ajuda.blogwordpress.ws
I have to agree with @WhiteRau, a thorough read through the sticky post (and then his to reiterate in my mind), I was able to combine the bbpress template files with my child theme.
My question is that I’m trying to modify the output and html layout of my bbpress template files, and I can’t seem to figure out a solution.
1. My forum is on the page: Forum, and my forum base slug is: forums. Different, you see? That’s because I want to show the Latest Topics, not default to showing all my forums, when you click the menu for Forum (very much like the bbpress.org/forums).
2. I’m using a page template for the Forum page that outputs the Latest Topics, except as soon as you click away from this page, it reverts back to the default layout.
Problem: I need all the forum pages to use the same layout, preferably a custom one, and the ‘front’ Forum page to output the Latest Topics.
Any ideas?
click on the forums link under the settings tab. On that screen, where you set the number of topics to display etc.. click save. That sets the permalinks for bbPress.
Also make sure that your actual permalinks settings page uses something other than the default top option. Chose any other option and click save.
That should get you going.
Hi,
On my website I have in root folder of the domain (www.example.com/) all html static pages. Some time ago I installed on that website the WordPress package, for blogging. As it was allowed in standard setup, WordPress files are located in http://www.example.com/wp/ folder and blog is accessible via http://www.example.com/blog/.
Recently I decided to add forum to the site, using existing WordPress installation. After bbress plugin installation, when I configure the forum, it is by default appended to blog – current WordPress starting folder and addressed as http://www.example.com/blog/forum/, which is messy and confusing.
How to setup bbpress in this environment to have forum root separated and directed to http://www.example.com/forum/ in parallel to blog http://www.example.com/blog/?
Any help would be really appreciated.
Hi.
I have some problems to use bbPress 2 with a full custom theme. bbPress is globally working and the forums are displaying correctly but some views don’t work properly. Example: the topic-tag view, which actually lists all topics of the forums, without taking the selected tag in account. I have the same behavior with the search results (I use the bbPress Search Widget plugin).
1. When I use the default bbPress theme, it works.
2. When I use my own custom bbPress theme, the problem happens.
3. When I override files in the default theme folder (not recommended), it works.
4. When I use the default bbPress theme as if it was a custom one (copy/paste of the folder, etc.) the problem happens too.
So it’s not related to my theme as it happens with the default theme files too, as soon as they’re not in the default folder.
What could it be related to?
Hi,
I’m trying to get new-topics-archive to show on my forum front page and to show all my forum pages in a simple left-aligned-sidebar structure, a structure that’s the opposite of the rest of the WP site(right-aligned sidebar).
I created a bbpress.php file with this structure, but it’s not being recognized. Instead, it’s defaulting to my template page.php file. I tried bbpress.php and forum.php, but neither works.
And once I get all that working, a shortcode on the forum front page should make it show the new-topics-archive, right? But that isn’t working either.
Any thoughts?
Do you have a way I can contact you outside these forums?
also:
If you check the bbPress trac you will see that JJ modified my topic/reply counter scripts for bbPress. While not yet in the default templates, the needed logic is now available to show how many topics and replies each user has. With that logic in place, it is not to hard to come up with a corresponding point system like you are talking about.
JJ is going to finish up the ‘recount’ portion of the script in order to give the initial counts for existing users. Once that part is finished, I will probably build something incredibly similar to what you are talking about.
I’ve resolved this issue by messing around with the default side bar settings and inserting custom sidebars.
Thanks for your reply. It’s a bit difficult for me to explain without you seeing how I’ve set up the forums page layout. I’ll try again.
My forum is integrated with wp.
For this I created 2 menus one for the blog and one for the forum.
All the blog pages have a blog sidebar and appear as they should.
All the forum pages have forum sidebars and appear as they should except for the forum lists page (main page) that still has the blog sidebars.
I have set the template for this page as bbpress forums (index)
The problem is that I have set the forum lists page (my main page) to show the forum side bar but it still shows the blog sidebar.
If you look at these three links it will show what I am trying to explain. (I’m currently building this forum. You can’t see it from the main menu)
http://what-do-christians-believe.co.uk/wp/ (blog set up)
http://what-do-christians-believe.co.uk/wp/forums/ (page with wrong menu)
http://what-do-christians-believe.co.uk/wp/forums/announcements (forum set up)
I have tried changing the default sidebar in the settings > sidebar but that doesn’t work either.
All I was doing was following the video instructions. He mentions that you should put the forums index etc on a page as you get better editing options.
I haven’t put the forums, topics or posts on a page yet because of this problem
it’s probably easier to see the problem than explain it. The url is;
http://what-do-christians-believe.co.uk/wp/forum/
There are 2 different pages with the forum list listed as the root directory .
If you click back to the first forum the side bar is different; the first one shows blog posts but the forums list is the same.
Basically I want to get rid of the first of the forums list in the directory or know how to change the side bar menu in it. The default option doesn’t work presumably because their is a side bar on the page.
I did have a page called forums but this was removed from trash several days ago.
They are not set up on the forum’s menu bar.
Sorry that my answer was confusing.
There is no theming manual per say for the new system. The new bbPress 2x plugin does not work like the old 1x in that there is no ‘theme plugins’ like you are talking about.
At the moment the only theme available for the new bbPress is the default theme that is included in the plugin. I’m certain that new themes will be coming somewhat soon though.
Not enough information provided for us to really help.
I would start by using the twentyten default theme and see if everything is working correctly when everything is setup pretty much out of the box.
If it does not work, then a detailed listing of the exact steps you took through install to where you are now would help. Also a link would be needed to at least have a clue of what is happening.
Hey,
Maybe I’m missing something very obvious here, but I have problems with my page templates and forum.
My WP theme has numerous page template, but the default one isn’t ideal for the forum, instead I prefer it’s “full-page-width” version, which removes the side bar and so on.
I had the forum index to a blank page and select full page width to it, and it works great, but all other forum pages uses the default one with a side bar. So, how do i work around this?
I have installed my wordpress and run BBpress plug-in. I decided to add additional plugin intended for BBpress which is Easy Albums – (Buddypress users create and share images, video and audio albums – the easy way.) This plug-in works properly with the default theme for BBpress but when I change it to Frisco BBPress Theme everything seems to be okey not until when I click the album tab in the profile of each users.
When I am in the tab of Activity, Profiles, Message, Friends and etc the sidebar works well and when I click on the Album tab which the Easy Albums Plug-in added that tab then the sidebar is misaligned.
I hope someone can help me about this..
Here’s the link http://enimz.com/gp60/members/admin/albums/
[blockquote]Does registration go through normal WP reg process? I can’t find it from the forums, but the spam bots sure can![blockquote]
I believe it does so adding something like reCAPTCHA to your reg form should reduce the spam you’re getting on your forum. Something like this: https://wordpress.org/extend/plugins/si-captcha-for-wordpress/ for instance.
[blockquote]If not logged in, I can’t see any way to post to the forum, or any register links in the forum area. Is a setting for this (I have it set at defaults, only registered users can post, and anyone can register), or do I have to add theme support? (I’m using 2011.)[/blockquote]
You can add a link to your template linking to the wp registration page (“url.com/wp-login.php?action=register” or something like that) or simply load the bbpress login widget and add the registration link to it.
[blockquote]I forgot to mention another issue I’ve had – bbpress doesn’t get along with wp-super-cache – is there any easy way to get around that (disable the cache just for the forums tree for example)?[/blockquote]
You can try Hypercache. I believe that plugin allows you to exclude pages you don’t want to cache so you can exclude your forum from being cached.
I am not sure if anything was figured out on this, but I gave up on the Pagelines theme and created my own child theme based on the BuddyPress default theme.
Now I have that extra control I needed to create a more fluid and mobile friendly design.
Thanks for the help. I am going to mark this as resolved.
Hi,
I just restored a very old bbpress 1.x install to use bbpress 2.0 plugin, and it worked great! Thanks so much.
There are a few issues though, that I could use help with. Here they are:
- I’m getting a ton of spam. Some of these get caught by akizmet, but most get through, and there’s no way to do a “rescan for spam” thing like there is in wordpress comments. Is there any way to clean this up, to reduce the spam (I’ll continue to troll the forums to find solutions, but I’m not sure how most of the suggestions there work, until I know how registration and new topics work)?
- If not logged in, I can’t see any way to post to the forum, or any register links in the forum area. Is a setting for this (I have it set at defaults, only registered users can post, and anyone can register), or do I have to add theme support? (I’m using 2011.)
- Does registration go through normal WP reg process? I can’t find it from the forums, but the spam bots sure can!
- there is no preview button – here or in my forum – I hope the formatting I put in here works!

On an unrelated note, I couldn’t get my old account to work here on bbpress.org (CaptainN) – When I try to log in it says my username doesn’t exist. But I can’t register with either my old username, or old email – they both exist! Also, when I start the reset password process, I get the link to click, but when I click on it, it says I can’t change my password. 
Any help is appreciated. Thanks!
Kevin N.
You posted, I listened.
Version 2 of bbPress’s theme compatibility is now in the 2.1 plugin branch of code for your perusal. This second iteration removes the need to add current_theme_support() to your theme, and totally automates the process.
If your child or parent theme contains the template files that bbPress looks for, bbPress will use them. If not, bbPress will fall back on it’s default templates and styling. No more logic necessary.
Please test it. It’s new code with a new approach, so I’d like to get some fresh eyes on things right away to avoid a long beta period like 2.0 had.
Cheers!
It seems bbp_get_topic_tag_tax_id() always returns the default topic tag slug, i.e. “topic-tag” no matter what you use in your forum settings.
However, provided you use the default topic tag slug you can add some args to bbp-has-topics in taxonomy-topic-tag.php, like this:
if( bbp_has_topics( array( bbp_get_topic_tag_tax_id() => bbp_get_topic_tag_slug() ) ) )