MyBB Community Forums

Full Version: Auto Refresh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a code to refresh the index of my website every xxx amount of seconds. Why? I have Miuna's Shout Box and if I were to ban someone they are still able to type in chat until they refresh the page. If there is a plugin that does this already please link me. If you know how to do this tell me step by step thank you.  Big Grin

Chaosforums.org
Since your board is warez based, we are not allowed to give support. http://chaosforums.org/
(2015-09-30, 02:00 PM)Sazze Wrote: [ -> ]Since your board is warez based, we are not allowed to give support. http://chaosforums.org/
Open the "header" Template of your theme and add right below <head> tag

<meta http-equiv="refresh" content="10;URL='{$mybb->settings['bburl']}/index.php'" />
In this example the page reloads every 10 seconds.