The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
redirection
Is there a function of some sort I can pass in PHP so that when someone submits a forum it shows a message and then redirects kind of like vbulletin. I'm currently looking for how they do it but having trouble finding it. Could some one lend a few words?
Thanks, Serge |
#2
|
||||
|
||||
standartredirect is defined in functions.php
but it's just to stop the user a bit, truely code is executed during this time... |
#3
|
||||
|
||||
Well this really didn't really help I don't think. I don't seem how they to it. They don't seem to use a function to forward the user to another page. I need to know how to redirect a user after they have submitted a form. Any more help you can provide?
EDIT: I guess I could include a redirection page using the include function and then in that page have a meta tag to take them somewhere. If there is an easier way be let me know. |
#4
|
||||
|
||||
you can either use the header() function for a redirect as you can see in forumdisplay.php for example or if you already startet the output you have to use javascript to redirect as you'll find in the redirect templates.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|