Sorry; I don’t understand the question. bbPress won’t move any files for you on its own. You mentioned that you’ve physically moved files (hopefully you copied, and did not remove them from the bbPress folder.) By putting
add_theme_support( 'bbpress' );
in your theme, you’re telling bbPress “I don’t need your help anymore and I have everything under control.” If you didn’t copy all of the files correctly, then bbPress won’t know what to do.
Sorry; I don’t understand the question. bbPress won’t move any files for you on its own. You mentioned that you’ve physically moved files (hopefully you copied, and did not remove them from the bbPress folder.) By putting
add_theme_support( 'bbpress' );
in your theme, you’re telling bbPress “I don’t need your help anymore and I have everything under control.” If you didn’t copy all of the files correctly, then bbPress won’t know what to do.
Neat. I definitely like the bbPress forums better.
Neat. I definitely like the bbPress forums better.
You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.
You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.
I don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen. 
Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down
I don’t think it’s too long. There are numerous long term infrastructure decisions to be made before creating an entirely new missing section of a live site. I understand your sense of urgency, but I need you to trust that it will happen when it can happen. 
Developers should have plenty of documentation within the bbPress code itself; it’s all properly phpDoc’ed with great examples on what the functions do and how to use them. If you’re curious how to do something, take a walk down
arpowers: You mean forums including forums, topics, replies, user profiles etc. or just forums? For the latter, you can use bbp_is_forum().
bbPress 2.0 plugins can be found here.
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
De-activated all other plugins and switched to the twentyten theme.
When trying to import, I got:
Fatal error: Cannot redeclare class BPDB in /home/cristi/git/lomo/forum/bb-includes/backpress/class.bpdb.php on line 39
The standalone version of bbPress is 1.1-alpha.
De-activated all other plugins and switched to the twentyten theme.
When trying to import, I got:
Fatal error: Cannot redeclare class BPDB in /home/cristi/git/lomo/forum/bb-includes/backpress/class.bpdb.php on line 39
The standalone version of bbPress is 1.1-alpha.
Thanks. 
Should mention that somewhere in the installation instructions.
Thanks. 
Should mention that somewhere in the installation instructions.
Oh right, I remembered that I hardcoded the capabilities, using the $wp_user_roles global. 
bbPress can’t add the custom caps it needs in this case.
Oh right, I remembered that I hardcoded the capabilities, using the $wp_user_roles global. 
bbPress can’t add the custom caps it needs in this case.
@Tokyorock Refresh your permalink settings
go to permalinks, just hit save changes
Wow neat. 
The _insert_ style functions will happen before 2.0 gets released.
Any chance you can host this in a file somewhere rather than having a large code block?
Wow neat. 
The _insert_ style functions will happen before 2.0 gets released.
Any chance you can host this in a file somewhere rather than having a large code block?
The docs are just static WordPress pages for now. We’ll switch it eventually.
The docs are just static WordPress pages for now. We’ll switch it eventually.
i want to help creating new “documentation” pages (“bbpress codex”), but it seems like the “docs” are not based on wiki.
i want to help creating new “documentation” pages (“bbpress codex”), but it seems like the “docs” are not based on wiki.