Questions tagged [justboil.me]

JustBoil.me is simple image upload plugin for TinyMCE.

It is free, opensource and licensed under Creative Commons Attribution 3.0 Unported License.

JustBoil.me TinyMCE Images Upload plugin is cool for this features:

  • Allows to upload images in 2 clicks;
  • Optional image auto-resize (the maximum width and height of an image can be specified in config file);
  • Optionally prohibits uploads that exceed the maximum image width, height or the maximum file size (all set in config file);
  • Optionally disables uploads of image file formats that are not marked as allowed.

website: http://justboil.me/

21 questions
5
votes
2 answers

TinyMCE plugin interacting badly with .htaccess

I'm trying to install the JustBoil.me image upload plugin for TinyMCE HTML editor as part of a CakePHP application. However, when I try to upload an image it gets nowhere. Investigation reveals the following two requests are…
thesunneversets
  • 2,560
  • 3
  • 28
  • 46
4
votes
1 answer

Fail when using TinyMCE with JustBoil

I used the TinyMCE editor successfully and I am happy with it. Now I need the option that users can insert images into their written text. For that purpose I wanted to use JustBoil so that they can upload and eventually insert their images into the…
ZedsWhatSheSaid
  • 467
  • 2
  • 9
  • 23
4
votes
0 answers

trying to integrate justboil.me in tinymce and i get "/plugins/jbimages/ci/index.php/upload/english resource not found" error

I am trying to integrate justboil.me with tinymce. The dialog opens fine but after i select the image the upload hangs and it gives me the error saying the "unable top access jbimages/ci/index.php/upload/english". Any help with this is much…
2
votes
1 answer

limit number of images on a tinymce editor?

there is some way to limit the number of images in the tinymce textarea to just one image? does this apply to the jbimages plugin too? (jbimages uploads the images with the < img > tag) I need to set a limit to avoid overloads on the server.
2
votes
0 answers

Tinymce using justboilme plugin - dynamic file config

I am using tinymce in my project with the justboilme plugin so that I could save images in a certain location on the server. In the config file, I did the following and worked fine: $config['img_path'] = 'public/photos'; // Relative to domain…
omarsafwany
  • 3,695
  • 8
  • 44
  • 75
2
votes
2 answers

JBimages plugin for TinyMce does not insert image

I am using the justboil.me plugin for TinyMce 4 after reading all the documentation and followed step by step the instructions. The plugin is uploading the images to the right path perfectly, but it does not show on the editor. And when I see the…
Álvaro N. Franz
  • 1,188
  • 3
  • 17
  • 39
2
votes
1 answer

TinyMCE & JustBoil.ME Image Uploader

I am trying to use the jbimages plugin for tinymce, and its loading and okay except that when the script tries to upload images, I get the following error: Disallowed Key Characters. What is that, and how do I fix it?
Chud37
  • 4,907
  • 13
  • 64
  • 116
1
vote
1 answer

Tiny MCE - Just boil me is failing to upload image

when I try to upload an image, the upload seems to start but not finish.its giving me following message I tried waiting for 15 minutes for a few kb image file but it doesn't work at all. i configured this plug in as per their instruction given here…
RbG
  • 3,181
  • 3
  • 32
  • 43
1
vote
1 answer

How to upload image to target folder on tinyMCE using justboil plugin?

I am using justboil image upload plugin on tinyMCE. I am able to upload image but that image instead of being uploaded to target folder “media” is uploaded to htdocs folder (xampp), means it does not even get uploaded to my root folder…
bɪˈɡɪnə
  • 1,087
  • 2
  • 23
  • 46
1
vote
5 answers

TinyMCE plugin jbimages - The upload path does not appear to be valid

I have website build on Symfony and I'm using TinyMCE (not as a bundle, but JS script in web folder). I have installed plugin jbimages from justboil.me for image upload. But when I try to upload an image I get error "The upload path does not appear…
user4012714
1
vote
1 answer

Symfony2 + tinyMCE Bundle - JustBoil.me don't show

I have Symfony2 project with TinyMCE Bundle installed. When I tried to install justboil.me image uploader (http://justboil.me/) the plugin doesn't show in TinyMCE, I don't get any errors, everything else is working. Here's my…
JayKey
  • 177
  • 1
  • 16
1
vote
1 answer

image resizing tinymce how to?

in a php page, I have implemented the famous tinymce, and I have been using this plugin (http://justboil.me/) for uploading images. For example, if you load a picture with width 1024 this will be printed in the textarea width with 1024. How do I…
fmineo
  • 804
  • 3
  • 11
  • 28
0
votes
0 answers

Image upload using jbimages plugin for TinyMCE not working

I am initializing tinymce editor along with the jbimages plugin. My configuration is as follows: tinymce.init({ selector: "textarea#abstract", plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace…
Rama
  • 17
  • 5
0
votes
1 answer

Tinymce justbioil image not uploading in codeigniter

I am using justboil plugin in tinymce for image uploading. I am having an issue with image uploading, When I upload image it got stuck on “Upload in progress” message. In network tab(console) error is “The Upload process had not started, or started,…
Danesh
  • 46
  • 5
0
votes
0 answers

tinyMCE editor upload images to user folders and posts

I'm trying to create a post form for users where they can type something and add pictures in the middle of the text as well. I'm using tinyMCE + justboilme plugin to be able to use this. In justboilme I set the folder where all images will go. Next,…
davidb
  • 1,503
  • 4
  • 30
  • 49
1
2