PDA

View Full Version : Control the Page Auto Redirect Time


idesignbusiness
10-15-2008, 06:53 PM
I am trying to extend the page redirect time on the forum. For example, we have moderation of new posts in place so when a member posts a new thread they receive a page that says something like "You post will be visible upon moderation, etc..." The page then redirects automatically after a few seconds.

Is it possible to change the default number of seconds before those type of pages redirect? I have searched the Admin Control Panel but can't find the setting. Where in the code would I find that setting?

Thanks in advance for any help.

Neal

noppid
10-15-2008, 07:10 PM
STANDARD_REDIRECT template. Adjust the meta refresh up from 2.

Lynne
10-15-2008, 07:12 PM
I believe it's in the STANDARD_REDIRECT template. This line:
<meta http-equiv="Refresh" content="2; URL=$url" />