MyBB Community Forums

Full Version: Add a countdown
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I have a forum where on the index page there is an auto refresher for every 600 seconds. I would want to add a countdown for it.

Is there any way to do that?

Quote:<meta http-equiv="refresh" content="10; url=http://www.redirecturl.com">
That's the code.
I would want the countdown only in the index page (obviously)
(Website in my signature)
If you mean countdown as "showing time", then you need javascript for this.
If you want to refresh page every xx seconds, then your can use <meta http-equiv="refresh" content="600">
(2016-01-17, 01:11 PM)Qiao Wrote: [ -> ]If you mean countdown as "showing time", then you need javascript for this.
If you want to refresh page every xx seconds, then your can use <meta http-equiv="refresh" content="600">

Exactly, showing the time that is left.