Members Online Automatic Refresh

DRE

Well-known member
Could someone make a member's online list that automatically updates after a set amount of seconds. Like 30 seconds for instance.
 
Just add the following code to the top of your online_list template:

Code:
<meta http-equiv="refresh" content="30" />
 
Top Bottom