MyBB Community Forums

Full Version: How to delay the fading of error message that pops up on right side of screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi how can i increase the time of fading away of error popup that comes right side of the screen in scenarios like.
"You are trying to post too fast you should wait x seconds"
In your ungrouped templates redirect :

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

That 3 is the delay in seconds - change the value.
Yup that worked. thanks leefish mine was
<meta http-equiv="refresh" content="2;URL={$url}" />

not 3 so it used to fade like instantly