MyBB Community Forums

Full Version: Changing duration of post notice?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After you make a post, you get a notice saying "Thank you for your post. You will now be returned to the forums."

How can I change the duration of how long this message is displayed before auto forwarding the users browser?

Thanks
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Redirect Templates > redirect.

2. Find:

<meta http-equiv="refresh" content="2;URL={$url}" />

3. Change 2 to how many seconds you want it to show for.

(this will change the duration of all friendly redirect pages though, not just after submitting a post or a thread)
Thanks