Auto Reload Members box?

Ok I have a question that I hope will be easy 

How do I make the Members Box on the Homepage Auto-Refreshevery 30-60 seconds so that it is upto date with Active members?

This is using the Default Members box and not a custom one. (although I removed one of the Tabs)

 

~~Mike ~~ This Signature is missing something :(
Quote · 29 Sep 2014

Custom coding.  You might could put in a job for this http://www.boonex.com/jobs

Geeks, making the world a better place
Quote · 29 Sep 2014

 

Custom coding.  You might could put in a job for this http://www.boonex.com/jobs

 Darn I Was hoping I could use loadDynamicBlock or something similar.

~~Mike ~~ This Signature is missing something :(
Quote · 29 Sep 2014

You can do this by adding the following code somewhere on index page (for example as separate page block):

<script type="text/javascript">
setInterval(function () {
    loadDynamicBlock(9, 'index.php?dynamic=tab');
}, 30000);
</script>

9 - is page block id, please check for sure if this is correct member's block id

Rules → http://www.boonex.com/terms
Quote · 4 Oct 2014

Thanks :D 

I have also managed to do this with the Wall module. :D

~~Mike ~~ This Signature is missing something :(
Quote · 7 Oct 2014

Modzz made a really cool online member module for me, its also related to 3 groups, you will see on the screenshot I supplied you with that its pretty cool. Members really like this module. I actually think it should be in the market.

Mike
Quote · 7 Oct 2014

Cool this is really cool have added it for my timeline :-)

Thanks :-)

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 11 Mar 2016
<script type="text/javascript">
setInterval(function () {
    loadDynamicBlock(137, 'index.php?dynamic=tab');
}, 120000);
 
so if I add 120000 then the reload time should be 2 minutes is that correct?
Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 13 Mar 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.