Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Shoutbox Auto-Refresh
Topic Started: Aug 26 2009, 08:31 PM (652 Views)
Reid.
C'est un piège!
[ *  *  * ]
I'm not sure if/when the shoutbox will get an actual auto-refresh (or work with Comet!) so this'll do for the time being.

Add this 'Above the Copyright' of the Board Template.
Code:
 
<script type='text/javascript'>
// <![CDATA[
var seconds_refresh = 10;
// stop ze editing
if ($('#front_shoutbox').length) {
setInterval(function(){
$('#shoutrefresh').click();
}, parseInt(seconds_refresh) * 1000);
}
// ]]>
</script>
Simply change the line that says
Code:
 
var seconds_refresh = 10
and change the 10 to whatever your heart desires. 10 is the default and, of course, means 10 seconds.
Offline Profile Quote Post Goto Top
 
Mullet Man
Member Avatar
Fear the Mullet!
[ *  *  *  *  * ]
Great code! This will sure come in handy until it becomes standard.
Offline Profile Quote Post Goto Top
 
WC Jerome
Member Avatar
King of the Universe!!!
[ *  * ]
Very nice code.
Offline Profile Quote Post Goto Top
 
Quiji
Member
[ * ]
This is a very nice code. But I have a few problems with it....

When I first added this code, it worked with all the themes I had in place. But when I added about 4-5 themes after adding this code, it wouldn't work for those new themes and would continue to work for the older themes. I tired reloading this code in again at the correct spot, but I still get the same results. Is there something I have to do differently for those new themes?
Offline Profile Quote Post Goto Top
 
DarkLeviathan
Member
[ * ]
nevermind this post
Edited by DarkLeviathan, Nov 11 2009, 05:06 AM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Code & Modification Database · Next Topic »
Add Reply