Have you wanted to allow your members to upload jbimages to articles that are posted to your site?
Now you can with this quick and easy mod.
You have to edit TinyMce.php you can find that in application/libraries/Engine/View/Helper around line 56
To activate jbimages you have to add the code below:
protected $_config = array( 'mode' => 'textareas', 'plugins' => array( 'table', 'fullscreen', 'media', 'preview', 'paste', 'code', 'image', 'textcolor', 'jbimages' ), 'theme' => 'modern', 'menubar' => false, 'statusbar' => false, 'toolbar1' => array( 'undo', 'redo', 'removeformat', 'pastetext', '|', 'code', 'media', 'image', 'link', 'fullscreen', 'preview', '|', 'jbimages'
Then it will show after empty the cache in your TinyMCE editor.
Tested with TinyMCE Editor in SE 4.8.6
Looking for quality SocialEngine Hosting? Look no further than Arvixe Web Hosting!