So a quick question regarding user authentication as I got this working really well now - at the moment it is checking for user ID "6" which is admin - non admins are moved to the site frontpage and information isnt loaded - however what I would like to do is have multiple usergroups able to access the page - ie 6,12,13 - would I then just change the code to
Code:
<?php
If ($vbulletin->userinfo['6,12,13']!=0)
or would I have to make nested id statements?