Using the thumbnails in a page list
Permalink
Hi all,
I'm trying to find out how to edit a page list template to use the thumbnails that are automatically generated when uploading files (rather than my 2000px full-size images). Can somebody please clue me up? I've read some instructions about 'image helper' but they seem to apply to 5.6(?)
Cheers,
Maff
I'm trying to find out how to edit a page list template to use the thumbnails that are automatically generated when uploading files (rather than my 2000px full-size images). Can somebody please clue me up? I've read some instructions about 'image helper' but they seem to apply to 5.6(?)
Cheers,
Maff
Concrete docs:
http://documentation.concrete5.org/developers/working-with-files-an...
mesuva blog:
http://www.mesuva.com.au/blog/concrete5/using-concrete57s-thumbnail...
If so - use this handle: 'file_manager_listing' (60X60 by deafult) + add your code inside the "foreach" loop in view.php
--------------
Or if you want to use "getThumbnail". Look at the //comment block guide in pagelist "view.php" core file. Read this tut anyway
** I dont 100% understand you Question (because "generate thumbnails" is new in 5.7, but you said you find only code for 5.6)