PDA

View Full Version : How do I add more of a delay to the redirect screens?


webtracker
10-12-2010, 08:28 PM
Haven't found this anywhere...

After things like the login, change of email, registration, etc.. a user is taken to a redirect page before being taken back to the forum. I think that screen comes and goes a little too quickly, oftentimes not giving the user time to read the message.

Where and how would I tweak this to add a few more seconds to the screen before having it redirect?

Thanks!

Lynne
10-12-2010, 09:09 PM
You'll have to change it in the template - STANDARD_REDIRECT - the settimeout line in the javascript, I believe (and also the noscript one).

webtracker
10-12-2010, 09:23 PM
Worked.. thank you.

Variable name was "timeout". Changed both from 18 and 20 to 50.