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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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