How can I activate enlighter button on BBpress
-
Is possible to add enlighter button on TinyMCE for BBPress forums? I just put this code on my theme functions.php in order to activate TinyMCE editor:
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor', 'enlighter_frontend_editing' );
But I can’t find the way to show enlighter options
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How can I activate enlighter button on BBpress’ is closed to new replies.