The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vbulletin redirects?
How do you redirect to the previous page visited?
The following did not work: Code:
eval(exec_header_redirect('javascript: history.go(-1)', false)); |
#2
|
|||
|
|||
If you have to do it in PHP, try redirecting to $_SERVER['HTTP_REFERER']
|
#3
|
||||
|
||||
That is sending me in a forever loop so I guess I need to go back two pages.
--------------- Added [DATE]1263600690[/DATE] at [TIME]1263600690[/TIME] --------------- I got it finally. Code:
eval(exec_header_redirect($vbulletin->url, false)); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|