those are not core-bbpress files, those are bbpress child-theme files for twebtyten-theme.
mark, i like your idea, fillers are better. but in this case we are talking about front-end display, it depends on how your theme displayes sidebars.
John, “eventually” is too long. Developers need documentation now. they need tool to make their themes compatable to bbpress. there has a to be way to edit those pages.
John, “eventually” is too long. Developers need documentation now. they need tool to make their themes compatable to bbpress. there has a to be way to edit those pages.
I want to do the same how rofflox.
i put all the theme Files from the bbpress to my own theme.
Now the link work and i can do do anything. But, my theme is not showing…only the forum now.
I think i must change a direction to my theme but i dont know where.
Heres the Site:
http://www.tokyorock.net/forums/
>.< thanks for help
@Tokyorock – check your server logs for the PHP error. It is likely there is one but it isn’t being shown publically.
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.
@Aron,
Thanks but i did this already. It comes a Blank Site..
._.
I want to do the same thing. We could do with a filter here, so that we can over-ride the functionality without editing core bbPress files. That, together with the existing filter on get_body_class would allow us to emulate onecolumn-page.php without the need for the additional files.
Could this simple filter be considered for beta 2?
I want to do the same thing. We could do with a filter here, so that we can over-ride the functionality without editing core bbPress files. That, together with the existing filter on get_body_class would allow us to emulate onecolumn-page.php without the need for the additional files.
Could this simple filter be considered for beta 2?
In case anyone is interested in seeing the results, here’s a temporary glimpse:
bbPress:
http://www.sermonbrowser.com/forums/forum/sermon-browser-support/
SimplePress:
http://www.sermonbrowser.com/forum/sermon-browser-support/
I was fortunate in that my custom theme was a child theme of TwentyTen. All I needed to do was convert my child theme to a plugin, so I could use bbPress’s child theme instead.
Next up is to get rid of the sidebar of bbPress pages, but I’m not sure that’s possible yet, without hacking core bbPress files.
In case anyone is interested in seeing the results, here’s a temporary glimpse:
bbPress:
http://www.sermonbrowser.com/forums/forum/sermon-browser-support/
SimplePress:
http://www.sermonbrowser.com/forum/sermon-browser-support/
I was fortunate in that my custom theme was a child theme of TwentyTen. All I needed to do was convert my child theme to a plugin, so I could use bbPress’s child theme instead.
Next up is to get rid of the sidebar of bbPress pages, but I’m not sure that’s possible yet, without hacking core bbPress files.
I read that bbPress 2.0-beta1 comes with an importer for bbPress 1.0.
Where can I find it?
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.
Works fine for me in the same setup. I get three new menus between Comments and Appearance.
Works fine for me in the same setup. I get three new menus between Comments and Appearance.
I’ve successfully installed the plugin and imported posts from the standalone bbPress and everything seems to work fine, except for the edit, split and merge links. If I press the EDIT link in a reply’s header, it just redirects me to the single_reply page. If I click the EDIT link there, it just refreshes the page.
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?
Hey guys,
Working on a new project, and would like to integrate bbpress plugin into my existing theme.
How can i get his to work? Ive copied the bbpress folder from inside the plugin to my themes folder, added the support for bbpress in the functions file but the forum wont show up with the themes from the bbpress folder.
see install: http://magic.unique-masters.com/forums/
Thanks in advance! cheers,
Aron
@Tokyorock Refresh your permalink settings
go to permalinks, just hit save changes
@rofflox – Can you create a trac ticket with some steps to reproduce? When you add theme support, it should start pulling files from your active theme, and not the default templates anymore.
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.