How can I have the image title under the thumbnail in last additions. How can I have the image title under the thumbnail in last additions.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How can I have the image title under the thumbnail in last additions.

Started by cdrake, April 09, 2005, 05:40:24 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

cdrake

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.

cdrake

I would also like to know how to include the title on the filmstrip.

Joachim Müller

The site you're refering to is running cpg1.4.x (which offers the requested features as admin option), not cpg1.3.x.

Joachim


cdrake

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;