Quote:
Originally Posted by dionak
...I tried modifying the conditional to this:
$vbulletin->userinfo->usergroupid
and that doesn't give an errror, but it also doesn't return anything.
I also tested just the redirect function, and that doesn't work either. I think I need something like "print_standard_redirect", but could someone point me to an article or tutorial for that, as I've never done one on my own before...
|
I figured it out--just needed some time away from the problem.
The usergroupid is in:
$vbulletin->userinfo['usergroupid']
(userinfo is just an array inside the object, not a whole other object.)
And I found a good, concise tutorial that included redirection here:
https://vborg.vbsupport.ru/showthread.php?t=98009