MyBB Community Forums

Full Version: Is there anyway to change how long the redirect takes when you login & logout?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is there anyway to change how long the redirect takes when you login & logout?

Thanks in advance.
admin panel >> templates >> active theme templates >> Redirect Templates >> redirect
<meta http-equiv="refresh" content="2;URL={$url}" />
change number 2 to required number (duration is in seconds)
Thanks Smile +rep