Quote:
Originally Posted by gio~logist
Try making a new plugin in forumhome_start
Put this in it:
PHP Code:
if($vbulletin->userinfo['usergroupid'] == 'x'){
header("location:http://yoururlhere");
}
Replace what's necessary and you should be set.
|
Thank you much for your reply.
Please excuse me for being a noob, but here is where I am lost
Code:
userinfo['usergroupid'] == 'x'){
Suppose the member is a female and I want to redirect her to
www.domain.com/forum/somepage/orsomeforum
what would the code look like?
and also suppose the member want to browse the other sections forum>>fitness>>male
if she wishes to. I am scared that by going to forum it will not allow them to enter and will redirect them. Is this the case?
Thank You