MikeMcLean

Anonymous

What (if any) is the difference between the Visitor Stats function that comes with GL 1.3.9sr1 and the downloadable Stats plugin?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Geeklog includes only a few counters (number of times a story was read, total number of hits on the site, etc.). The stats plugin provides much more and detailed information.

bye, Dirk

MikeMcLean

Anonymous
Thanks for the answer.


Status: offline

ourangel

Forum User
Newbie
Registered: 06/19/05
Posts: 10
how do you delete the statistics page from being seen by viewers? Also delete the number of times the story has been seen?

thanks in advance

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
Quote by ourangel: how do you delete the statistics page from being seen by viewers?
find this setting in config.php:
Text Formatted Code
$_CONF['statsloginrequired'] = 0;
 
and change it to 1.
Quote by ourangel: Also delete the number of times the story has been seen?
edit storytext.thtml (also featuredstorytext.thtml and archivestorytext.thtml) removing the {lang_views} and {story_hits} variables.

hope that helps