Forum Replies Created
-
In reply to: newbie question: how to add forum into WP ?
What version of bbPress are you using?
In reply to: newbie question: how to add forum into WP ?What version of bbPress are you using?
In reply to: bbPress Plugin – Theme IntegrationCheck out the Theme Compatibility sticky topic, and confirm that you’ve followed all the steps correctly.
In reply to: bbPress Plugin – Theme IntegrationCheck out the Theme Compatibility sticky topic, and confirm that you’ve followed all the steps correctly.
In reply to: bbPress Plugin – Theme IntegrationSorry; 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.
In reply to: bbPress Plugin – Theme IntegrationSorry; 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.
In reply to: bbPress Plugin – Theme IntegrationSince 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.
In reply to: bbPress Plugin – Theme IntegrationSince 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.
In reply to: Where is the importer?Are you already using deep integration of some kind? I imagine we should wrap things in _exists checks just incase, and bypass the bb-config.php check if so.
In reply to: Where is the importer?Are you already using deep integration of some kind? I imagine we should wrap things in _exists checks just incase, and bypass the bb-config.php check if so.
In reply to: v2: Simple Press importer, and first thoughtsNeat. I definitely like the bbPress forums better.
In reply to: v2: Simple Press importer, and first thoughtsNeat. I definitely like the bbPress forums better.
In reply to: Bbpress plugin on single pageYou 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.
In reply to: Bbpress plugin on single pageYou 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.
In reply to: bbPress 2.0 – Updates@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.
In reply to: bbPress 2.0 – FAQI 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
In reply to: bbPress 2.0 – FAQI 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
In reply to: bbPress 2.0 – Updates@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.
In reply to: v2: Simple Press importer, and first thoughtsWow 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?
In reply to: v2: Simple Press importer, and first thoughtsWow 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?
In reply to: bbPress 2.0 – FAQThe docs are just static WordPress pages for now. We’ll switch it eventually.
In reply to: bbPress 2.0 – FAQThe docs are just static WordPress pages for now. We’ll switch it eventually.
In reply to: Developers: New Trac and SVN URLsTrac should be using your WP.org login. You won’t be able to login to the SVN.