Quote:
Originally Posted by Eric
I have not heard back from error10 yet, so no go on the IE6 yet.
Usergroups 5,6,7 are hardcoded to be excepted. You wouldn't want to block them Otherwise, you can set the option to "yes" for all other usergroups.
|
Thanks ... understood .. :up:
I changed the single instance hard coded line in the XML to add the other two usergroups we needed:
Code:
else if (is_member_of($vbulletin->userinfo, 5, 6, 7, 9, 10))
Regards,
Doug