coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: alanpalan on January 27, 2008, 01:41:27 AM

Title: displaying particular category/album name under the thumbnails on homepage
Post by: alanpalan on January 27, 2008, 01:41:27 AM
It is possible to do this? Thank for answer.
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: alanpalan on January 31, 2008, 01:26:32 AM
This is what I mean (see attached gif):
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: alanpalan on February 01, 2008, 12:10:59 AM
Would it be difficult to do it? :)
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: Nibbler on February 01, 2008, 12:42:00 AM
Take a look at the build_caption() function.
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: alanpalan on February 01, 2008, 12:44:01 AM
Where can I find it? :)
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: Nibbler on February 01, 2008, 12:52:27 AM
include/functions.inc.php
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: alanpalan on February 20, 2008, 06:56:14 PM
Would it be easy or difficult modification? (I don't understand PHP.) I just need to distinguish the videos from pictures in "last uploads" and "random files" on Coppermine homepage somehow. (Yes, I can do this by adding word "video" to titles of video files, but I am not satisfied with this solution.)
Title: Re: displaying particular category/album name under the thumbnails on homepage
Post by: Joachim Müller on February 21, 2008, 12:01:19 AM
Not easy nor difficult if you don't understand PHP, but impossible.