![]() |
|
Disabling thumbnails for non image files - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Disabling thumbnails for non image files (/thread-4835.html) |
Disabling thumbnails for non image files - arun - 2009-03-12 Hello im using many file types in zen photo.. i don't need thumbnail for non image files.. so please help me to hide thumbnails for non image files like flv, mp3.. Disabling thumbnails for non image files - acrylian - 2009-03-12 If you only want to show the title instead a thumbnail for multimedia items you would have to do that in your theme by checking with this function: http://www.zenphoto.org/documentation/functions/_functions.php.html#functionisImageVideo. Write a if/else that prints only the title as a link if it is a video else the normal thumb. Please read the theming tutorial first if not familiar with Zenphoto themes. Disabling thumbnails for non image files - arun - 2009-03-12 ok nice reply thanks acrylian.. |