Coppermine home page...number of pics viewed, albums, comments Coppermine home page...number of pics viewed, albums, comments
 

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

Coppermine home page...number of pics viewed, albums, comments

Started by alexandra, June 06, 2004, 08:18:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alexandra

I know similiar questions have been asked about pic views under thumbnails.  Already searched.  My question is how do I remove from my homepage where it displays near top of page, let's say," 25 pics in 3 albums with 5 comments viewed 60 times?"    I am completely php clueless and have already changed the code for function.inc.php to

$caption = ($rowset[$key]['title']||$rowset[$key]['hits']) ? "<span class=\"thumb_title\">".$rowset[$key]['title'].(($rowset[$key]['title'])?"-":"")."</span>": '';

as suggested in another post.   This obviously is not what i need to alter to remove this from my homepage since it still displays number of views, albums and comments.  Can someone point me in the right direction on which file i need to edit and what code to insert or delete?