Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
July 30, 2013 at 8:14 pm in reply to: Can't link text in Rich Textarea 6475
exSite Communications exSite Communications

Thanks Tareq! Yeah, I figured out the problem anyway. Another plugin was linking to jQuery twice for some reason, so that’s what was wrong. I stopped it from doing that and problem solved.

July 29, 2013 at 4:31 pm in reply to: Can't link text in Rich Textarea 6417
exSite Communications exSite Communications This reply has been marked as private.
July 9, 2013 at 10:48 pm in reply to: Problem with image upload on Rich Textarea 5803
exSite Communications exSite Communications

Yes, removing it altogether solved the problem for me. Do you have another way for this?

July 9, 2013 at 10:05 pm in reply to: Problem with image upload on Rich Textarea 5797
exSite Communications exSite Communications

So the problem seems to be that the fallback for it not using HTML5 was flash, which wasn’t working for IE (for me). So I took away that fallback in upload.php and frontend-form.js and just left it with html4.

upload.php line 34 now reads:
‘plupload’ => array(
‘runtimes’ => ‘html5,html4’,

frontend-form.js line 322 now reads:
var imageUploader = new plupload.Uploader({
runtimes: ‘html5,html4’,

So, yeah. That was the problem.

Viewing 4 Topics - 1 through 4 (of 4 total)