forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: HDLLC on August 13, 2004, 05:49:34 am

Title: Removing number of views from Album page
Post by: HDLLC on August 13, 2004, 05:49:34 am
http://forum.coppermine-gallery.net/index.php?topic=4079.0

I checked this thread, found the file referenced, but after a search in the file, cannot find the line to remove.  In the follow-up post, there was some alternate instructions, but I cannot read what is typed...

Thanks in advance for any help you can provide!

--Jeff
Title: Re: Removing number of views from Album page
Post by: Joachim Müller on August 15, 2004, 11:53:50 am
The posting you're refering to was on the cpg1.2.1 support board. As you posted on the cpg1.3 support board, you probably use cpg1.3.x
Things differ from version to version. In cpg1.3.x, the code to look for in functions.inc.php is
Code: [Select]
$caption .= ($rowset[$key]['title']||$rowset[$key]['hits']) ? $rowset[$key]['title'] : '';, but I rather suggest you just go to coppermine config and change "Display number of views below the thumbnail" to "No", there's no need to mess with the code.

GauGau