forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: FIREBOX on December 20, 2005, 04:42:35 pm

Title: Display Custom Fields below thumbnails ?
Post by: FIREBOX on December 20, 2005, 04:42:35 pm
Searched for similiar topics can't find any,

Is it possible to display custom fields below album thumbnails ?

Can anyone help ?

Thanks
Title: Re: Display Custom Fields below thumbnails ?
Post by: Nad_F on September 08, 2006, 01:05:03 pm
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>' : '';
Title: Re: Display Custom Fields below thumbnails ?
Post by: Nibbler on September 08, 2006, 02:12:51 pm
Won't work on 1.3.