Can anyone tell me how to restructure this line within Ted's mod with an "OR" statement, so that it will include
Usergroup #3 "Users Awaiting Email Confirmation" as well as guests which is
Usergroup #1 "Unregistered / Not Logged In"?
In this way, it will extend the use of this fine mod and visitors to our community will end up being blocked until they fully complete the registration process.
Code:
// check if user is a guest and if system is enabled
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
Thanks for any help offered ....
Regards,
Badger