Is there any chance that if the topic is under moderation will it be redirect to homepage or a thank you page? I’m hoping someone here can enlighten me here.
By the way I am using the bbpress moderation plugin for the topic moderation.
Thanks and have a great day ahead.
Best regards,
Mariz
Hi All,
I am having the exact same issue. When a topic is started the new post content is not being displayed so what my users are doing is posting a ‘reply’ with the same content and then it appears. Although – what is really happening is they are posting twice!
So – a new topic is being created, along with the link to the topic in the forum but when a user clicks on it there is not content.
I have tried the css fixes to no avail and am not using the WP-WishList plugin as indicated in some other similar bbPress.org forum posts. Any ideas would be helpful!
Jillianne
Mod: I moved this to it’s own topic as it was not the same issue as the original topic.
Hi, I cross on this theme few times, and can’t find it.<br>
Is there someone who knows this theme?
http://support.shinetheme.com/
http://support.vafpress.com/
Thanks!
Hello everyone,
I currently have a WordPress 3.8 site with bbpress 2.5.2-5234,
tinyMCE advanced module and module bbPress Enable TinyMCE Visual Tab.

but I is not no buttons and I can not click on Visual.
Someone can help me ?
Thx
Hello!
I am looking into using bbPress as a discussion forum. I do have WooCommerce already running on the website, through which people can make accounts. To be clear: I do not have any intention to use bbPress as “product support” for the shop, which I see a lot of people discussing here. The forum is not intended to be a place to just discuss products or be a support/ticket system.
My question is this: will users have to make two accounts – one for the Woocommerce shop, one for the forum – if I install bbPress? Or is there a way to integrate the two accounts into one universal login? I am sorry if a thread already answered this, but I couldn’t find it.
Thanks for your help!
I like to include one category from BBPress inside of my wordpress page.
How to do that?
Many thanks.
Peter
Hi, my website is www.findgreatness.com and I am using Kopatheme circle, I have installed and setup a page with forums as the permalink and the bbpress short code, and added two forums to see how it looks. Although I can see some format with the forums if I add them additionally as a drop down menu, I cannot see the table format on the forum index page. Any help appreciated, thanks, Andy.
Hello all,
On my website i’m trying to use the wp-editor as editor for my bbpress forum (always latest stable version). I use the same code as I use for my WP comments section (to keep the appearances the same).
The code I use does show the tinymce, doesn’t “parse” the content though (with an “ERROR: Your reply cannot be empty” as result.
My guess is that I haven’t found the right parameters (***) in the wp_editor function. Help is much appreciated.
Regards.
Marc
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
function bbp_enable_visual_editor( $args ) {
wp_editor( '****', '****', array(
'media_buttons' => true, // show insert/upload button(s) to users with permission
'textarea_rows' => '10', // re-size text area
'dfw' => false, // replace the default full screen with DFW (WordPress 3.4+)
'tinymce' => array(
'theme_advanced_buttons1' => 'bold,italic,underline,strikethrough,bullist,numlist,code,blockquote,link,unlink,outdent,indent,|,undo,redo,fullscreen',
'theme_advanced_buttons2' => '', // 2nd row, if needed
'theme_advanced_buttons3' => '', // 3rd row, if needed
'theme_advanced_buttons4' => '' // 4th row, if needed
),
'quicktags' => array(
'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close'
)
) );
}
This is my second time posting this. There has been no response to my first post. I do apologize for reposting but this seems like a critical error.
I have correctly installed the current version of bbPress(Version 2.5.2). In my WP-Admin panel, the Forums tab does not exist. There is nothing. The only evidence I have to show that bbPress is installed is the widgets DO show up in my widgets section. I eagerly want to use this product, however if i can’t create a Forum page then this product is pointless. Any help would be GREATLY appreciated!
My site is BudgetDr.com
I want sidebars on my blog page, but not on my forum page. How do I remove the sidebars from my forum page? I am using the latest version of WP and Magazine Basic theme (latest version). www.PickensCountyTeaParty.com
Thanks!