Is it possilbe to edit the most viewed block on the main page so that it does not display how many times the image has been displayed?
Many Thanks
WV
(not tested): edit include/functions.inc.php, find$caption .= sprintf($lang_get_pic_data['n_views'], $rowset[$key]['hits']);
and comment the line out by putting a double slash in front of it.
Joachim
thanks for the suggestion. didn't seem to work. any other suggestions?
search include/functions.inc.php for 'n_views'
and comment out the line that contains the code.
Joachim