In imce_gallery.js
remove
/kadarusman
from
<img src='/kadarusman/modules/imce_gallery/closelabel.gif' />
<img src='/kadarusman/modules/imce_gallery/prev.gif' />
<img src='/kadarusman/modules/imce_gallery/next.gif' />
otherwise those three images won't be loaded.
Comments
Comment #1
interface79 commentedin imce_gallary.module is a wrong path too.
In
should be without /kadarusman.
I just installing this module and I think it's a great add-on for the drupal-community.
Thank you so much.
Comment #2
lias commentedI concur about the wrong images path for imce gallery. I've uploaded photos with IMCE and they display correctly but when I add them to IMCE gallery they path is built like so:
<img src="//home/user/files/usr1/graymatters.jpg" alt="" title="" width="110" border="1" id="img_0" name="gallery_images" />Actually, it should probably be more like this to display (I am using private file system):
<img src="/system/files/user/graymatters.jpg" alt="" title="" width="110" border="1" id="img_0" name="gallery_images" />I know it's picking up the file configuration settings but it's not outputting it correctly so it can then be viewed on the page. How can it be fixed so that it doesn't use the actual files path in front of the img name but uses drupal's privacy setting of /system/files/ etc.?
thanks.
lsabug