Removing number of views from Album page Removing number of views from Album page
 

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

Main Menu

Removing number of views from Album page

Started by HDLLC, August 13, 2004, 05:49:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HDLLC

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

Joachim Müller

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$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