topn topn
 

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

topn

Started by vaughan198, March 08, 2005, 07:06:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vaughan198

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

Joachim Müller

(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

vaughan198

thanks for the suggestion. didn't seem to work. any other suggestions?

Joachim Müller

search include/functions.inc.php for 'n_views'and comment out the line that contains the code.

Joachim