coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: rocks on June 16, 2008, 01:20:20 PM

Title: Editing thumbnails.php
Post by: rocks on June 16, 2008, 01:20:20 PM
Hi!
I Need to display the images in thumbnail.php file,one below the another & display image information next to the image, which is fetched from the database(pictures table).
  I copied the $template_thumbnail_view function from the samples/theme.php file to classic/theme.php & changed the <td> class to "list" from "thumbnails".But this just removed the tables in which the pictures were displayed.How to display images one below the another,& how to obtain the Picture ID (pid) of the image, so that it can be used to query the database & display information next to the image.

Please help