gobeyond (@gobeyond)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • In reply to: No toolbar available

    gobeyond
    Participant

    @gobeyond

    I think I figured out how to make the toolbar appear. In my original theme, I didn’t include:

    <?php wp_footer(); ?>

    Apparently, that is what is needed to load all the javascripts to make the toolbar working. Hope this helps!

    Terry

    In reply to: No toolbar available

    gobeyond
    Participant

    @gobeyond

    Hello Liberty and all the experts here,

    I am having the same problem. I set up the bbpress using a minimalist theme I created from scratch. Everything works except the missing toolbar in the editor.

    I added the following code in the functions.php file, but I only saw two tabs “Visual” and “Text”, but no toolbar, as shown in the picture posted above by “Liberty.”

    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' );

    When I switched to the Twenty Ten theme, the toolbar showed up nicely. I know my theme is missing something, but can’t seem to be able to figure out what I am missing. Any help will be greatly appreciated!!!

    Have a great day!

    Terry

Viewing 2 replies - 1 through 2 (of 2 total)