Title: Upload icon missing
Last modified: August 31, 2016

---

# Upload icon missing

 *  Resolved [mica123](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/upload-icon-missing/)
 * 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://wordpress.org/plugins/image-upload-for-bbpress/](https://wordpress.org/plugins/image-upload-for-bbpress/)

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

 *  Thread Starter [mica123](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/upload-icon-missing/#post-7335792)
 * 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?
       ```
   
 *  [Potent Plugins](https://wordpress.org/support/users/hearken/)
 * (@hearken)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/upload-icon-missing/#post-7335908)
 * 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](https://wordpress.org/support/users/mica123/)
 * (@mica123)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/upload-icon-missing/#post-7335912)
 * Thanks.

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

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

 * ![](https://ps.w.org/image-upload-for-bbpress/assets/icon-256x256.png?rev=2488183)
 * [Inline Image Upload for BBPress](https://wordpress.org/plugins/image-upload-for-bbpress/)
 * [Support Threads](https://wordpress.org/support/plugin/image-upload-for-bbpress/)
 * [Active Topics](https://wordpress.org/support/plugin/image-upload-for-bbpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-upload-for-bbpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-upload-for-bbpress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mica123](https://wordpress.org/support/users/mica123/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/upload-icon-missing/#post-7335912)
 * Status: resolved