Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Display Custom Fields below thumbnails ?  (Read 5172 times)

0 Members and 1 Guest are viewing this topic.

FIREBOX

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 32
Display Custom Fields below thumbnails ?
« 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
Logged

Nad_F

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Re: Display Custom Fields below thumbnails ?
« Reply #1 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>' : '';
Logged

Nibbler

  • Guest
Re: Display Custom Fields below thumbnails ?
« Reply #2 on: September 08, 2006, 02:12:51 pm »

Won't work on 1.3.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 20 queries.