To add a translation into bbPress 2.0 beta 1?
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.
What is the function to detect whether or not the forum is present on a certain WP page?
(this would help w/ selective loading of CSS)
Also, what’s the initiative around plugins for the new bbPress WP Plugin?
Just noticed that the pot is available so i started translating bbpress to Portuguese (Europe), if you’re interested in helping out write down your email in a comment and i’ll get in touch with you
Com o bbpress a passar de “standalone” para “plugin” e a disponibilização do respectivo pot comecei a traduzir para Português, se estiveres interessado em ajudar na tradução deixa o teu email num comentário e entrarei em contacto.
Podem seguir o trabalho em:
http://www.ricardouk.com/traducoes
e
http://pt.forums.wordpress.org/topic/bbpress-em-portugues?replies=1
those are not core-bbpress files, those are bbpress child-theme files for twebtyten-theme.
They’re core in the sense that they’ll get overwritten when I update the bbPress plugin. That’s why I don’t want to edit them.
Because bbPress works best using its own child theme, it’s really important we have filters and actions in that theme, because we can’t use our own child theme to override it (because WordPress doesn’t support children of children).
I’ll add a ticket to trac about it.
those are not core-bbpress files, those are bbpress child-theme files for twebtyten-theme.
They’re core in the sense that they’ll get overwritten when I update the bbPress plugin. That’s why I don’t want to edit them.
Because bbPress works best using its own child theme, it’s really important we have filters and actions in that theme, because we can’t use our own child theme to override it (because WordPress doesn’t support children of children).
I’ll add a ticket to trac about it.
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
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.
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.