View Full Version : Advice/Help needed please
ProFifaLeagues
07-06-2011, 09:26 PM
Is there a way i can direct usergroups to a certain page on the forum when they login?
We would like members to go direct to the forum page but our VIP group to goto another page.
All advise greatly taken thank you.
Jeff Ledger
07-06-2011, 09:53 PM
You may found it helpful
https://vborg.vbsupport.ru/showthread.php?t=241754
Jeff
ProFifaLeagues
07-07-2011, 05:08 AM
Will have a look now thanks Jeff
--------------- Added 1310030711 at 1310030711 ---------------
Looked at the above mod but is there any other ways i could do this ???
borbole
07-07-2011, 08:31 AM
Will have a look now thanks Jeff
--------------- Added 1310030711 at 1310030711 ---------------
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:
login_process
And for the php code enter this:
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.
ProFifaLeagues
07-07-2011, 07:45 PM
Cheers Borbole i will try that this evening :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.