Quote:
Originally Posted by Tenpit
This is great!
Just one thing, how would you make the Shouts automatically refresh, say every 30 seconds?
Thanks
Tenpit
|
In the shoutbox_main template:
Find:
HTML Code:
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
Add below:
HTML Code:
<meta http-equiv="refresh" content="15;URL=shoutbox.php?$session[sessionurl]do=main">
* You can change the "15" to however many seconds you wish.