The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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)); |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|