PDA

View Full Version : Redirecting after Log Out


Eric Puidokas
04-07-2004, 06:51 AM
How do I make the log out screen automatically forward to forum index?

so when the user gets to the page that says "All cookies cleared! Click here to return to the forums index." it automatically goes to the forum index in a second or two.

Also, is there a way to edit that message?

SamirDarji
04-07-2004, 03:37 PM
Yeah, I need this too!

In vb2, there was a template that could be changed. I've looked the vb3 templates up and down and couldn't find this one.

Eric Puidokas
04-07-2004, 05:44 PM
I found out how to edit the message. Do a template search for "cleared!" and you should find it.

But still... does anyone know how to make the "Cookies Cleared" page forward you to another page (like how the login page does)?

SamirDarji
04-08-2004, 03:08 PM
No dice in Beta 7. Another reason to update...

For changing the code to redirect, look at the code for the ones that redirect and try to figure out which lines do it. Make a copy of your current style and then
cut, paste, and experiment.

I want to do the exact same redirect thing, so I don't mind helping you out if you post some of the code here.