Hi there !
I already installed the latest version of BB and WP and the forum works.
But my questions is, how do include this forum as “page” or “article” in WordPress and the mainmenu ?
Sorry if im just blind, i searched the whole site and can`t find a step by step solution for it.
I tried to include it with WP plugin “include me” wich don`t seem to work.
Can someone tell me please where i can find it or give me a hint ?!
Thank you in advance, BBpress seems to be the forum for wich im searching for a long time. And sorry for english, i now it`s not that good.
i added the wordpress -bb plugin too and enabled it.
Seems everything fine, but still my question is:
how to include the forum into a page or a articel of WP like its here at your site. I don`t check it.
Greetings
I’ve just found an old 1.03 bbpress install with a ton of spam posts and spam tags. I don’t want to start over completely. I suppose going thru phpMyAdmin directly would be fastest, unless the 2.0 beta has new admin options in the backend.
To remove unwanted posts, I can just run a query for all posts created after a certain date in the bb_posts table.
How do I remove tags? I’m not sure what the relationship between bb_terms, bb_term_relationships, and bb_term_taxonomy are.
Are there other tables I need to look at where SPAM might have gotten in?
After I get rid of all the SPAM I’ll be looking to move to 2.0 asap
Just installed the latest version of the bbPress plugin.
Activated the default twentyten child theme.
I can see Settings -> Forums, but I can’t find the admin screen to create and manage forums.
I’m using WordPress 3.2-beta with no other plugins installed.
Halp?
Thanks for the great work so far.
As a theme author, I’m currently testing the integration of the different templates inside my own themes.
Can you give me a hint where i can overwrite the existing template files and if it’s possible to store these specific templates in a own sub-directory? E.g.
my-theme/
my-theme/style.css
my-theme/index.php
my-theme/[...]
my-theme/bbpress/
my-theme/bbpress/single-forum.php
my-theme/bbpress/[...]
I’ve copied the template files from your “bbp-twentyten” theme to my own theme and added add_theme_support('bbpress') to the functions.php. The forum is working with the shortcode [bbp-forum-index], but the new templates aren’t loaded.
I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
bbPress 2.0 beta 1 is now available in WordPress extend for public testing.
https://wordpress.org/extend/plugins/bbpress/
I am wondering what the file name for a single-posttype.php is for the bbpress plugin. I am testing it and would like to have add it’s own template. And is there a template that already exists I could add to them file?
Thanks!
First pass at RSS2 feeds is now in the plugin. Surprisingly, not as easy as I thought they were going to be, so be sure to test these. They are accompanied by 2 new settings options to control the per page count of their RSS feeds.
Starting to run out of room in the theme to put links to feeds, so still working that out. Until then you can access topic/reply feeds by appending “/feed” or “/feed?type=reply” to single topics and forums.
1. Change the forums base to something else. I am running it perfectly fine over at testbp.org by changing the base to ‘discussion’
2. The reason for the double ‘forum’ is because your root slug is ‘forum’ and the forum slug is ‘forum’ and you’re choosing to include the root slug.
3. Don’t remove the forum slug. 
Widgets should work anywhere you have a widgetable area. Since your theme is mostly custom, you’ll want to research how widgets work, insert your sidebar, etc…
1. Change the forums base to something else. I am running it perfectly fine over at testbp.org by changing the base to ‘discussion’
2. The reason for the double ‘forum’ is because your root slug is ‘forum’ and the forum slug is ‘forum’ and you’re choosing to include the root slug.
3. Don’t remove the forum slug. 
Widgets should work anywhere you have a widgetable area. Since your theme is mostly custom, you’ll want to research how widgets work, insert your sidebar, etc…
Hi
Testing the new plugin atm here bfstuff.se/forum but have alot of problems to get it to integrate with the theme.
I tried to add the add_theme_support( ‘bbpress’ ); to my thmes function.php but that just make my forum disappear completely.
Also is there a way to use my old database with the new plugin, i have and old bbpress forum with posts etc etc
Cant find a database with the new plugin, maybe it doesn’t use one?
/r00p
Can you please help me with … <?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</div>’ ) ); ?> …
I wanna make it look like this… « Previous | 1 | 2 | 3 | 4 | 5 | Next » …(..to add | between each link)…
…any suggestions?!?!?
@tooltrainer – unrelated, and fixed. Try the latest revision.
Was a bug with subforums, categories, and topic/reply counts.
@tooltrainer – unrelated, and fixed. Try the latest revision.
Was a bug with subforums, categories, and topic/reply counts.
So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic. 
Jonathan
So far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic. 
Jonathan
@CrownOfMars – Try the latest revision and let me know if it’s fixed for you. Was a regression from fixing something else.
@Rick Lewis – You haven’t started over, because you still have a custom theme. It looks to me like you still have
add_theme_support( 'bbpress' );
in your custom theme, even though you don’t have any bbPress files in your custom theme to actually provide bbPress support.
Using the add_theme_support() method is what tells bbPress not to use its own internal files, and just let WordPress do its thing and figure it out. In that case, bbPress will follow the normal template hierarchy for WordPress (archive.php, index.php, etc…)
So you either…
- Copy the bbPress files out of the bbp-twentyten folder into your custom theme and use the add_theme_support() method, which allows you to use page templates.
- Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed.
- Create your own completely custom method of handling bbPress, which is possible to do but way more work than it’s probably worth doing unless you need something *really* tricked out.
Hello ^^ Im new here and ppbress looks interesting..
I tested a Mingle Forum for the beginning and its still cool but bbpress looks better.
I would ask if it possible that , if i write a comment on my wordpress blog, then it will write a forum reply automatic. of course, if i write a forum reply it will show as a comment on my wordpress site ( article )
Of course, that if write a Article, it will automaticly add a Thread in the forum, + comments/ replys…
sorry for the English, ^^”
and thanks for the help
greets
Tokyorock
Yes Yes, I’m sure!
I don’t know how to do, and I can not do many tests because the forum is very active.
One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.
Would greatly appreciate your ideas
many thanks
Yes Yes, I’m sure!
I don’t know how to do, and I can not do many tests because the forum is very active.
One idea that occurred to me is to make copies of the databases and delete everything and start from scratch without the integration of wordpress, but I have all users actually on wordpress, and I have no idea how to pass the users from wordpress to bbpress.
Would greatly appreciate your ideas
many thanks
I’ve updated the script, the latest version can be found here which addresses the issues highlighted by jonkristian (replies not being displayed) and Rick (errors from plugins – turned debug option off by default, though it is recommended that you turn off all plugins) and some others too.
Rick: You should put only the bbs2p.php file in the root directory (where you have wp-config.php. Then change those lines to:
define( 'BBS2P_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'BBS2P_BB_PATH', 'forums/' ); /** With Trailing Slash, if required */
JJJ: I’m on that.