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?
http://forum.coppermine-gallery.net/index.php?topic=3561