defi
06-27-2005, 12:28 AM
Using the hook, "global_start", I basically want to define it so -
if ($vbulletin->userinfo['usergroupid'] == 8)
This usergroup is redirected to a different page upon the loading of the page. I realize this could be done using templates alone, but is there any way to implement this using the hook system so it can be turned on/off with ease? :ermm:
if ($vbulletin->userinfo['usergroupid'] == 8)
This usergroup is redirected to a different page upon the loading of the page. I realize this could be done using templates alone, but is there any way to implement this using the hook system so it can be turned on/off with ease? :ermm: