I am having a problem with LG Image Manager. Using Firefox most of the cases it works; however in IE it does not. I say most as I have had it not work in FF as well.
The problem is when you click on an image it does not insert. Even if you right click and choose insert, it does not work.
Using FF in OSX seems to work. which is odd. No error messages appear, just does nothing.
Has anyone ran into this issue? Thanks,
I am using 1.6.3 for EE. LG TinyMCE (v.1.3.2) LG Image Manager (v.1.2.0) . MSM enabled.
Update: I am able to select other options from the same menu (Edit, view, delete.)
I have a problem to add :o)
When outputing value of “LG Image Manager” field, EE prints value enclosed in paragraph tags:
e.g. output of {image_path} is
/images/image.gif
instead of just
/images/image.gif
.
…and yet, in database, the value is saved as it should: “/images/image.gif”
Is this an EE bug of some kind?
PS I’m using EE v1.6.6 and LG Image Manager v1.2
Me thinks this is either EE or LG extension issue (extension works fine up to EE v1.6.5)
Until EE or LG fix this bug you can use PHP function strip_tags() to remove the paragraph tag.
e.g.
<?php echo (strip_tags(
Don’t forget to set “PHP on output” in the template properties.
Me thinks this is either EE or LG extension issue (extension works fine up to EE v1.6.5) Until EE or LG fix this bug you can use PHP function strip_tags() to remove the paragraph tag. e.g.Don’t forget to set “PHP on output” in the template properties.<?php echo (strip_tags(
hi thanks for your solution… I have the same problem with surrounding tag?!
is there a fix? I’m on EE 1.6.7 and LG Image manager 1.2
one love s
I have a problem to add :o) When outputing value of “LG Image Manager” field, EE prints value enclosed in paragraph tags: e.g. output of {image_path} isinstead of just/images/image.gif
. …and yet, in database, the value is saved as it should: “/images/image.gif” Is this an EE bug of some kind? PS I’m using EE v1.6.6 and LG Image Manager v1.2/images/image.gif
Try the 1.3.0 version on Github. It fixed the issue.
http://github.com/newism/lg.image_manager.ee_addon/downloads
Hi leevi, just tried the new version, and the < p>’s remain… I’ve cleared the chache, and replaced the extension… what could I do?
sorry stefan
hi it’s me again,
in fact, after updating the entries, the ‘s were gone. but, now I’m unable to choose the images… so it’s almost worse…
here’s the errors I get in firebug (See Bild 1.png)
I’ve reuploaded version 1.2 and I only get the first error (tinyMCE_GZ is not defined).. but the upload part works…
5<!-- START LG TINYMCE 2 -->
6[removed][removed]
7[removed]
8//<![CDATA[
9 tinyMCE_GZ.init({
10 plugins : 'imagemanager,filemanager,safari,pagebreak,style,layer,table,save,advhr,'
11 + 'advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,'
12 + 'searchreplace,print,contextmenu,paste,directionality,fullscreen,'
13 + 'noneditable,visualchars,nonbreaking,xhtmlxtras,template',
14 themes : 'advanced',
15 languages : 'de',
16 disk_cache : true,
17 debug : false
18 });
19//]]>
20[removed]
21<!-- END LG TINYMCE 2 -->
maybe I did something wrong… would be nice if you could take a further look into this… it all worked on EE 1.6.5…
I am having the same problem… on my template I have to use php on input, so the strip tag won’t even work… although it’s not really a suitable solution for every image on the whole site anyway….
When I uploaded the new code provided by Levi, my image manager popup broke as well.
Any new ideas / fixes?
Thanks.
hi it’s me again, in fact, after updating the entries, the ‘s were gone. but, now I’m unable to choose the images… so it’s almost worse… here’s the errors I get in firebug (See Bild 1.png) I’ve reuploaded version 1.2 and I only get the first error (tinyMCE_GZ is not defined).. but the upload part works…maybe I did something wrong… would be nice if you could take a further look into this… it all worked on EE 1.6.5…5<!-- START LG TINYMCE 2 --> 6[removed][removed] 7[removed] 8//<![CDATA[ 9 tinyMCE_GZ.init({ 10 plugins : 'imagemanager,filemanager,safari,pagebreak,style,layer,table,save,advhr,' 11 + 'advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,' 12 + 'searchreplace,print,contextmenu,paste,directionality,fullscreen,' 13 + 'noneditable,visualchars,nonbreaking,xhtmlxtras,template', 14 themes : 'advanced', 15 languages : 'de', 16 disk_cache : true, 17 debug : false 18 }); 19//]]> 20[removed] 21<!-- END LG TINYMCE 2 -->
Looks like you are getting s gzip error before image manager loads. Try using tinymce without gzip and see if MCEImageManager loads.
I am having the same problem… on my template I have to use php on input, so the strip tag won’t even work… although it’s not really a suitable solution for every image on the whole site anyway…. When I uploaded the new code provided by Levi, my image manager popup broke as well. Any new ideas / fixes? Thanks.
Are you getting any javascript errors?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.