forum.coppermine-gallery.net

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
Code: [Select]
build_caption($rowset);and replace with
Code: [Select]
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