content_image dropdown to thumbnail list?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
bart
New Member
New Member
Posts: 5
Joined: Mon Aug 17, 2009 6:59 am

content_image dropdown to thumbnail list?

Post by bart »

Any suggestions how to change dropdown list in content_image tag to selectable thumbnail list.

Thanks
Frankie

Re: content_image dropdown to thumbnail list?

Post by Frankie »

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.
megwoo
Forum Members
Forum Members
Posts: 11
Joined: Thu Nov 10, 2005 1:08 am

Re: content_image dropdown to thumbnail list?

Post 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)
Post Reply

Return to “Developers Discussion”