Page 1 of 1
content_image dropdown to thumbnail list?
Posted: Mon Aug 17, 2009 7:44 am
by bart
Any suggestions how to change dropdown list in content_image tag to selectable thumbnail list.
Thanks
Re: content_image dropdown to thumbnail list?
Posted: Fri Sep 18, 2009 9:09 pm
by Frankie
i would love to know how to do this! anyone?

Re: content_image dropdown to thumbnail list?
Posted: Fri Oct 30, 2009 9:51 pm
by megwoo
you can set up the thumbnails to be stored in a separate folder, then call that folder via the content_image dir path
to change where the thumbails are stored edit /lib/filemanager/ImageManager/config.inc.php
$IMConfig['thumbnail_dir'] = 'thumb';
(on v. 1.6.6 it's at line 86)