Code: Select all
<meta http-equiv="refresh" content="300">
Brainy wrote: It seems like it would be easy to set up a small, hidden ifram that refreshed every 5 minutes, and the page is would request wouldn't have anything, just readd them to hte list.
yngwiethps wrote: Can you make the users online list so users stay on the list no matter how long it has been since they last clicked?
Just like Invision Power Boards,
where it displays the users names in order from who had clicked a page. And if you leave the site or log off, it takes you off the list.
Brainy wrote: I've never written a Mod before, but *think* this is a really easy fix that doesn't need a special mod.
In the overall_header.tpl file of each of your styles, add this next to the other meta tags:That should force the page to refresh every 5 minutes, also re-adding them to the active users list.Code: Select all
<meta http-equiv="refresh" content="300">
Merlin Sythove wrote:yngwiethps wrote:Can you make the users online list so users stay on the list no matter how long it has been since they last clicked?
Just like Invision Power Boards,
where it displays the users names in order from who had clicked a page. And if you leave the site or log off, it takes you off the list.
How will you know, when someone has just requested a page, that they are sitting behind their computer reading it, or that they switched off their computer and have gone to the pub?
I have augmented my "Who is online" list by a list of users who have visited the board in the past 24 hours. That gives a good idea of how many people are interested and have seen some posts etc.