Quote:
Originally Posted by MrZeropage
try this:
open /arcade/modules/mod_modcp.php
search for
Code:
if( $main->arcade->user['is_admin'] )
{
$this->privs['scores'] = 1;
$this->privs['comments'] = 1;
$this->privs['champs'] = 1;
$this->privs['tourney'] = 1;
}
above this, insert this code:
Code:
$this->privs['scores'] = 0;
$this->privs['comments'] = 0;
$this->privs['champs'] = 0;
$this->privs['tourney'] = 0;
|
Does this make it to only Admins can edit anything? I just noticed you said "try this"