coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: altenae on October 28, 2011, 12:22:25 AM

Title: Almost done with the gallery- ONE last thing about date field after search
Post by: altenae on October 28, 2011, 12:22:25 AM
Hi,

I want the date field also underneath the thumbnails after a search.

Is this possible ?

Edward
Title: Re: Almost done with the gallery- ONE last thing about date field after search
Post by: Αndré on October 28, 2011, 12:15:38 PM
Open include/search.inc.php, find
build_caption($rowset);
and replace with
build_caption($rowset, array('ctime'));
Title: Re: Almost done with the gallery- ONE last thing about date field after search
Post by: altenae on October 29, 2011, 04:37:28 PM
That's it.
Thanks