Quote:
Originally Posted by rammieone
Will have a look now thanks Jeff
--------------- Added [DATE]1310030711[/DATE] at [TIME]1310030711[/TIME] ---------------
Looked at the above mod but is there any other ways i could do this ???
|
Try this. I haven''t tested it but it should work.
Create a plugin at your Acp and for hook location choose:
And for the php code enter this:
PHP Code:
if($vbulletin->userinfo['usergroupid'] == x)
{
$vbulletin->url = 'http://www.redirecturl.com';
}
Replace x with the id of your vip group that you want to redirect upon logging in at your forum and the redirect url example with your actual url where you want to redirect that group to.