Search found 2 matches
- Wed Feb 10, 2010 7:40 pm
- Forum: Modules/Add-Ons
- Topic: Larger Thumbnails for Album
- Replies: 16
- Views: 17412
Re: Larger Thumbnails for Album
Did you know that there is a config.inc.php in lib/filemanager/ImageManager? That is where you will need to change the following setting (shown already changed). /* Thumbnail dimensions. */ $IMConfig['thumbnail_width'] = 180; $IMConfig['thumbnail_height'] = 180; JohnR This did it for me! I like ...
- Sun Feb 07, 2010 5:43 am
- Forum: Modules/Add-Ons
- Topic: Cataloger - How Can you Display Grouped Sub Categories and Items on 1 Page
- Replies: 0
- Views: 702
Cataloger - How Can you Display Grouped Sub Categories and Items on 1 Page
I am trying to figure out how to loop through items and pick out Categories from Items so I might display them like so: Category Title [category image] -Item -Item -Item Category Title [category image] -Item -Item -Item I am trying to display this from a Category Template. This is what I am trying ...