Quote:
Originally Posted by Alex_
Just another question
I guess can_administer is not a function like can_moderate?
Is it possible to restrict it to administrator only? I don't want my moderators to be able to view the history
|
You would have to check the person's main usergroup.
Something like ( $vbulletin->userinfo['usergroupid'] == 6 )
6 is the default admin usergroup, so you may need to change that.