Quote:
Originally posted by eva2000
another request... how would you allow
registered and guest users to view the onlinetoday.php page ? right now i have online.php only mod and admin viewable and it seems onlinetoday.php is the same..
i'd like
online.php to retain it's normal mod /admin only viewing
but
onlinetoday.php to be viewabe by guest and registered users as well as mods/admin
|
Eva, I commented the following out at line 15 of of onlinetoday.php and it did what you wanted:
PHP Code:
if (!$usergroupdef['canwhosonline']) {
show_nopermission();
}