Search Results for '"wordpress"'
-
Search Results
-
Topic: 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' ) ) ); }WordPress: 3.8 bbPress: 2.5.2 website: http://nacbrewclub.com
When I (or any of the members of this site) hit “edit profile” we see a page like this..

with just a list of all the user info and no way to actually edit any of it.tried adding “User Role Editor” but it had no affect.
I would really like to turn off the WordPress user option but I’m using Woo Commerce to sell memberships to participate on the forum (and a few other things) so i don’t think that is an option.
I can supply some log-in info if anyone needs it to help.
Thanks,
Jimmy
Hey,
I use some other plugins providing shortcodes. The work fine on every page, but not in topics or response of the bbpress forum.
For example this progress bar plugin
http://wordpress.org/plugins/progress-bar/How can I add the function that the shortcodes will work in bbpress forums?
Thanks for your help!