• Resolved jomo

    (@jonathanmoorebcsorg)


    It could be nice to extend this plugin to allow image upload on other extensions.

    For example to enable for BuddyPress Docs add this line of code, to bp-custom.php or wherever most suitable for your situation:

    /*enable inline image upload for BuddyPress docs*/
    add_filter('bp_docs_wp_editor_args', 'hm_bbpiu_modify_editor', 9999);

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This topic was modified 7 years, 6 months ago by bdbrown.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you for your feedback!

    Hi,
    @jonathanmoorebcsorg do you mean we can use this plugin in BuddyPress too?

    EDIT: sorry I read too fast your post..

    • This reply was modified 7 years, 5 months ago by en10.
    Thread Starter jomo

    (@jonathanmoorebcsorg)

    well where do you want to use it?

    – yes you can use in bbPress-powered BuddyPress forums if you have enabled TinyMCE for forums
    – my comment referred to the BuddyPress Docs component, which doesn’t really need this as it has Add Media menu, but still it makes things consistent to add it..

    So basically anywhere you’ve enable TinyMCE you can probably find a hook to enable the image upload

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extend image upload to other extensions’ is closed to new replies.