News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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?