Viewing 1 replies (of 1 total)
  • Thread Starter noizeburger

    (@noizeburger)

    I think, this should be the code to work on/change (line 699):

    public function userIsAdmin($userId)
        {
            $role = $this->_getUserRole($userId);
    
            if ($role == 'administrator'
                || is_super_admin($userId)
            ) {
                return true;
            }
    
            return false;
        }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: User Access Manager] Show admin hint text [L] to subscribers?’ is closed to new replies.