• Resolved mica123

    (@mica123)


    Thank you for providing this plugin which I would very much like to use.
    However, I have a problem – I installed it on two sites and yet there is no way to upload an image as the upload button is missing.
    I noticed that others had the same problem but I can’t see how this was resolved.
    Hope you’ll get back to me.
    Many thanks.

    https://ww.wp.xz.cn/plugins/image-upload-for-bbpress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mica123

    (@mica123)

    I would like to add that I have the following code in my functions.php

    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' );
    
    I had another look and I can see now that the upload icon appears once I remove the above code. Can you confirm that this is the case?

    Hi there,
    Yes, our plugin uses the same hook to enable the TinyMCE editor and set up the image upload functionality, so your functions.php code was probably overriding our plugin’s configuration of the editor.

    Thread Starter mica123

    (@mica123)

    Thanks.

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

The topic ‘Upload icon missing’ is closed to new replies.