Hi there,
I've added the 'lasthits' to my content display and was wondering how I could customize it so that the time/user IP of the last view is not shown? Is there a setting I can change for that?
Thanks!
Edit include/functions.inc.php,
find the 'lasthits' case and change
if ($set_caption) build_caption($rowset,array('mtime','hits'));
to
if ($set_caption) build_caption($rowset,array('hits'));
or whatever caption you want.