
Plugin Review – Inline Image Upload for TinyMCE
https://wordpress.org/plugins/image-upload-for-bbpress/
Version Tested: V 1.1.15
Inline Image Upload for bbPress is a forum plugin that adds a visual editor tab to forum topics and replies, with the ability for the insert image button to also allow image upload.
Installation is simply a case of installing and activating the plugin. Although it adds a Dashboard>>Images>>Image Upload page there are no settings to change; this page simply informs you how the plugin works.
Once installed the plugin adds the visual tab to bbPress.

Clicking on the insert image button reveals that it also has an image upload option (the folder to the right off the URL field.

This is a simple and effective plugin for bbPress that enhances your forums and adds both the visual editor and an image upload function, it works very well and I give this plugin 10 out of 10. There is a pro version of the plugin that allows a great many options to be changed though I’m not sure most sites would need those.
My Star Rating
Other Peoples Reviews
alinaalinuta
Excelent!
I instaled this plugin to allow my users to upload images on my bbpress. It works perfect. I am very grateful this plugin exist!
January 20, 2021
purityboy83
Good
Very good
September 25, 2020
highvibes95
Bad for mobile devices
Does not works for mobile devices. Works only on desktop or laptop devices. It's their way so that you can buy their pro version. If you can spend money then only download this else it's of no use.
September 14, 2020
dprendergast
Love It
Easy and essential addition to my bbPress install. Thanks!
September 4, 2020
webberater
Excellent Plugin
Top for BuddyPress, eine sehr gute erweiterung für BP
May 29, 2020
theicebooky
Works perfectly!!
This plugin allows the user to add pictures on the topic page. It works perfectly and is a simple but powerful plug-in... get it NOW!!!!!!!!!!!!!!!
May 5, 2020
ThePhysicist (7hephysicist)
Awesome Plug in. Very Handy. A life saver really.
It has added life to my BBPress forums.
April 25, 2020
coharuharu
Great
Very Good!!
February 21, 2020
fengshuiwindwater
Downloaded Activated Does Not work
I Was really looking forward to this plugin. The reviews looked great but it does not work on my bbpress & buddy press site. So Sad...
January 31, 2020
dafnie
Simple and easy to use
Easy and simple plugin. [...]
But the image upload script loads on all pages, not just on topic and reply pages.
The function "hm_bbpui_enqueue_scripts()" should be modified to load on only the needed pagetypes.
The code
function hm_bbpui_enqueue_scripts() {
$get_post_type = get_post_type();
if ('topic' == $get_post_type || 'forum' == $get_post_type) {
wp_enqueue_script('hm_bbpui', plugins_url('js/bbp-image-upload.js', __FILE__), array('jquery'));
wp_enqueue_style('hm_bbpui', plugins_url('css/bbp-image-upload.css', __FILE__));
}
}
Should do the trick Read more »
December 21, 2019
4 comments
Skip to comment form
Hi, I just installed your plug-in and activated it, but the “insert image” icon doesn’t show up in the Visual tab of creating a forum post. I also have the GD bbPress Toolbox Pro plug-in installed and I’m wondering if there may be a conflict there…
Thanks.
Hi Dwight,
Thanks for getting in touch. It’s not my plugin, I only reviewed it. Yes there’s a good chance that there’s a plugin conflict I would have said so you should try deactivating your other plugins in order to find where the conflict is, then you can report the issue to the respective plugin creators via their forums.
Hope you get it sorted soon!
Is it possible for the admin to limit the size of the uploaed image?
Thanks in advance!
It’s not my plugin so can’t say, you should ask the plugin creator.