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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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?