Any suggestions how to change dropdown list in content_image tag to selectable thumbnail list.
Thanks
content_image dropdown to thumbnail list?
Re: content_image dropdown to thumbnail list?
i would love to know how to do this! anyone? 

Last edited by Frankie on Fri Sep 18, 2009 9:23 pm, edited 1 time in total.
Re: content_image dropdown to thumbnail list?
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)
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)