Welcome to Geeklog, Anonymous Monday, December 30 2024 @ 12:15 pm EST
Geeklog Forums
Disable Site Statistics for anonymous users
Status: offline
fugu111
Forum User
Newbie
Registered: 01/05/06
Posts: 3
First of all, great work on Geeklog!
Q: Is it possible to disable the site statistic for non registered users, or readable only by admin. I havent found any documentation regarding it.
Do I have to remove the code, or have I missed a config somewhere.
Best Regards,
Fried brain Fugu111 "Stockholm"
Q: Is it possible to disable the site statistic for non registered users, or readable only by admin. I havent found any documentation regarding it.
Do I have to remove the code, or have I missed a config somewhere.
Best Regards,
Fried brain Fugu111 "Stockholm"
16
14
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
find the following in your config.php and set accordingly
$_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
$_CONF['directoryloginrequired'] = 0;
Text Formatted Code
// this lets you select which functions are available for registered users only$_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 0;
$_CONF['emailstoryloginrequired'] = 0;
$_CONF['directoryloginrequired'] = 0;
11
14
Quote
All times are EST. The time is now 12:15 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content