Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Forum Page
wordpress v 3.8 , bbPress v 2.5.5
I have created my Forum page and it was working correctly at first but now when I go to the main page I get a text version of the top level groups. http://biz139.inmotionhosting.com/~fantas55/forums/
I know the forums are actually there and working because I can still get to a forum post and use the breadcrumbs to get back to all the other levels of the forum, just not the top one.
http://biz139.inmotionhosting.com/~fantas55/forums/topic/pick-3-stacy-lacy-mccoy-or-bush/Also is that Admin Notice going to go away, or is that related to this issue?
WordPress 3.8 running Twenty Fourteen theme. http://ThePaintersTongue.com.
When I activate the plugin I get an HTTP 500 error. I have to go into my File Manager and delete the plugin in order to get back into WordPress.Topic: Visual bbpress
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 ?
ThxTopic: WP PAGE
I like to include one category from BBPress inside of my wordpress page.
How to do that?
Many thanks.
PeterHello 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' ) ) ); }

Hi everyone, I´m new at BBPress and I´m searching por a very particualar plugin, if it exists. I already have a wordpress site which have their own wordpress comments. Now we are implementing BBPress and I´d like to combine those WordPress comments with the BBPress Posts.
My site is a gaming news site and I want a plugin whicn converts each new, each article and each feature into a Topic in the forum, automatically. In addition, I want that each WordPress comment appears as a post in the topic in the forum adn each BBPress comment appears as a comment in the WordPress article.
Thanks for your help.
PS: I´m sorry if I have grammar mistakes. English is not my mother language.