Quote:
Originally Posted by bobster65
The way I did that one was to only prevent "guests" Guests have a UserID of 0. You asked me to show you how to prevent "GUESTS" from viewing the tab content files directly.
To block specific user groups, use this instead... in this example, it blocks user groups 5 and 6 from seeing the content.
Code:
if (is_member_of($vbulletin->userinfo, 5,6))
|
<--- on knees bowing to his god chanting THANK YOU!
Simple code! Thanks! Im learning all the vbphrases to code myself.