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

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