Forum Replies Created
-
In reply to: Translating to spanish
@VanDuch – At the moment, admins and super admins can view private and hidden forums, and those capabilities can be modified real time by other plugins to adjust who can see what. There’s a high probability that dropdown will be disabled/hidden when 2.0 launches, since there’s no real use for it in core. I knew going in that bbPress would need to support forum visibilities for BuddyPress public and private groups, but without an interface for choosing who can access them (BP groups), it’s somewhat pointless.
In reply to: Translating to spanish@VanDuch – At the moment, admins and super admins can view private and hidden forums, and those capabilities can be modified real time by other plugins to adjust who can see what. There’s a high probability that dropdown will be disabled/hidden when 2.0 launches, since there’s no real use for it in core. I knew going in that bbPress would need to support forum visibilities for BuddyPress public and private groups, but without an interface for choosing who can access them (BP groups), it’s somewhat pointless.
In reply to: New topic page URL in bbPress pluginYou’ll want to create a new page, and use the
[bbp-topic-form]
shortcode.
In reply to: New topic page URL in bbPress pluginYou’ll want to create a new page, and use the
[bbp-topic-form]
shortcode.
In reply to: Edit, split and merge don't workWorks for me. Can anyone else confirm this?
In reply to: Edit, split and merge don't workWorks for me. Can anyone else confirm this?
In reply to: bbPress 2.0 – Theme CompatibilityThat would be nice, and I’ll most likely research something similar to this after 2.0. The problem is there is no way to add an additional theme path check on top of the parent theme and the child theme locations. Even then, that doesn’t make the single-, archive-, and page- templates match the HTML structure of your current theme, which means manually editing them anyways.
As annoying as it is to add theme support for bbPress and not have the files there, that’s also the easiest way to communicate ability between theme and plugin. If you add theme support for post thumbnails, and then don’t use post thumbnails in your theme, you just don’t have post thumbnails.
In reply to: bbPress 2.0 – Theme CompatibilityThat would be nice, and I’ll most likely research something similar to this after 2.0. The problem is there is no way to add an additional theme path check on top of the parent theme and the child theme locations. Even then, that doesn’t make the single-, archive-, and page- templates match the HTML structure of your current theme, which means manually editing them anyways.
As annoying as it is to add theme support for bbPress and not have the files there, that’s also the easiest way to communicate ability between theme and plugin. If you add theme support for post thumbnails, and then don’t use post thumbnails in your theme, you just don’t have post thumbnails.
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.