BadgerDog |
11-15-2007 03:50 PM |
Hi Ted... :)
Right thread this time ... ;)
If I change the user title (it's currently blank) of the Usergroup #3 "Users Awaiting Email Confirmation" to "Guest", just like it currently is for Usergroup #1 "Unregistered / Not Logged In", will that cause these two groups to be treated by your code below cumulatively, and keep the "read" block in place until they become Usergroup #2 "Registered"?
Faling that, what do I add to the line below as an AND statement to cause that same effect?
Quote:
// check if user is a guest and if system is enabled
if ($show['guest'] AND !$lvgbot AND $vbulletin->options['lgvon'])
|
Sorry, I'm an old Fortran programmer out of the 60's and this new stuff is a little bit of a reach for me.... :D
Thanks for your help.... :)
Regards,
Badger
|