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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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>' : '';