The Arcive of vBulletin Modifications Site. |
|
Can I do this? Details »»
|
|||||||||||||||||||||||||
How can I configure the php scripts so that a specific usergroupid will get redirected to another .php page on the server? Thanks!
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Put this in phpinclude:
PHP Code:
|
|
#3
|
|||
|
|||
|
Thanks very much for your help, but I don't know where the put the userid at.... the is id 12
And here's my current phpinclude: PHP Code:
Thanks again! |
|
#4
|
|||
|
|||
|
Change the comma-delimited list of usergroupids to just that; also get rid of the [i] and [/i] that didn't get parsed.
If it's only one usergroupid (12) then use: PHP Code:
|
![]() |
|
|