Quote:
Originally Posted by UK Jimbo
Replace
Code:
if (( $vbulletin->userinfo['usergroupid'] <> 6 ) )
with
Code:
if (( $vbulletin->userinfo['usergroupid'] <> 6 && $vbulletin->userinfo['userid'] != 12345 ) )
where 12345 is your other users's id
|
What about if the other groups I have are 5,7,9 and 13? How would I put that in the last part of the code?
Also, is this working with 3.6.4?