The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I need to figure out how to redirect a person after they register from the current page it takes them to, to an outside url.
If some one can show me what is needed I am willing to send a small fee to them via paypal. In vb v1 this was very easy to do, but am not sure in the current version how to although I assume its just editing a few lines. -Brian |
#2
|
||||
|
||||
In register.php, replace this:
Code:
$url = str_replace("\"", "", $url); if (!$url) { $url = "index.php?s=$session[sessionhash]"; } eval("standardredirect(\"".gettemplate("redirect_registerthanks")."\",\"".iif(strpos($url,"register")>0,"index.php?s=$session[sessionhash]",$url)."\");"); Code:
$url = "http://www.outside.com/site"; eval("standardredirect(\"".gettemplate("redirect_registerthanks")."\",\"$url\");"); |
#3
|
|||
|
|||
Thank you so much! If you want me to send a small gratuity via paypal let me know your email address with paypal..
-Brian |
#4
|
||||
|
||||
Nah, thanks for offering though.
|
#5
|
|||
|
|||
Why thank you kindly
-Brian |
#6
|
||||
|
||||
Is there a 2011 update for this? I know I'm bumping this 9 years later but I'm looking to do redirect registering straight to a subscription page.
|
#7
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|