Will there be a way to merge bbPress 2.0 with 1.0.3?
What version of bbPress are you using?
What version of bbPress are you using?
Check out the Theme Compatibility sticky topic, and confirm that you’ve followed all the steps correctly.
Check out the Theme Compatibility sticky topic, and confirm that you’ve followed all the steps correctly.
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
John,
Worked! Ill write an explanation when i get back from work on how to integrate for everyone 
Also, looks like it shows some stuff double? ( the yellow bars saying no forums found
)
http://magic.unique-masters.com/discussions/
cheers,
Aron
John,
Worked! Ill write an explanation when i get back from work on how to integrate for everyone 
Also, looks like it shows some stuff double? ( the yellow bars saying no forums found
)
http://magic.unique-masters.com/discussions/
cheers,
Aron
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.
John,
Thanks for your reply! bbPress did not do that, does that have anything to do with folder permissions?
cheers
Aron
John,
Thanks for your reply! bbPress did not do that, does that have anything to do with folder permissions?
cheers
Aron
Since you’re manually adding theme support to your existing theme (as opposed to letting bbPress do it for you) you’ll need to move the other single/archive/page template files from bbp-twentyten into your existing theme too.
Since you’re manually adding theme support to your existing theme (as opposed to letting bbPress do it for you) you’ll need to move the other single/archive/page template files from bbp-twentyten into your existing theme too.
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.
@jarledb – Eventually bbPress will be on GlotPress, which will enable easier crowd sourcing of translations.
Will look into getting into GlotPress soon.
Will look into getting into GlotPress soon.
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
Feel free to delete any surplus entries. I feel like I am taking over the thread.
I figured out the language file had to be put in wp-contents/languages/bbpress/ catalog to work (and with the naming bbpress-nb_NO.mo for norwegian). Now I just have to get poedit to co-operate.
Are there any other tools/plugins that you recommend to do translations? What would be a good tool to work with the .POT file that is included with the plugin?
To add a translation into bbPress 2.0 beta 1?