coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: cdrake on April 09, 2005, 05:40:24 AM

Title: How can I have the image title under the thumbnail in last additions.
Post by: cdrake on April 09, 2005, 05:40:24 AM
It has the date by default but I cant figure out what to put in the code so it will display the image title.

This site has what im looking for http://www.brownfloyd.com/bgallery/ at the bottom at last additions.

Thanks.
Title: Re: How can I have the image title under the thumbnail in last additions.
Post by: cdrake on April 09, 2005, 05:42:20 AM
I would also like to know how to include the title on the filmstrip.
Title: Re: How can I have the image title under the thumbnail in last additions.
Post by: Joachim Müller on April 09, 2005, 10:51:27 AM
The site you're refering to is running cpg1.4.x (which offers the requested features as admin option), not cpg1.3.x.

Joachim
Title: Re: How can I have the image title under the thumbnail in last additions.
Post by: cdrake on April 10, 2005, 12:34:06 AM
how can you mod 1.3 to have it.
Title: Re: How can I have the image title under the thumbnail in last additions.
Post by: cdrake on April 10, 2005, 05:45:10 PM
I have tried changing the code of this all kinds of ways but I cant get it to work

                case 'lastup':
                display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);
                flush();
                break;