Display Custom Fields below thumbnails ? Display Custom Fields below thumbnails ?
 

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

Display Custom Fields below thumbnails ?

Started by FIREBOX, December 20, 2005, 04:42:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FIREBOX

Searched for similiar topics can't find any,

Is it possible to display custom fields below album thumbnails ?

Can anyone help ?

Thanks

Nad_F

You need to add string like:
$caption .= "<span class=\"thumb_caption\">".bb_decode(($rowset[$key]['user1']))."</span>";
in function "build_caption" (functions.inc.php) below line 819, after
$caption .= ($row['title']) ? '<span class="thumb_title">' . $row['title'] . '</span>' : '';