Wiki source code of Macro : List Connected Users
Last modified by Sascha Hoppe on 2026/05/06 11:57
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{info}}List users connected to the wiki.{{/info}} | ||
| 2 | |||
| 3 | {{toc start="2"/}} | ||
| 4 | |||
| 5 | == Description == | ||
| 6 | |||
| 7 | This macro displays a list of "connected users", in fact a list of users that visited the wiki since a defined period of time. | ||
| 8 | This macro works only if stats are activated on the wiki, as it relies on VisitStats. | ||
| 9 | |||
| 10 | == Parameters == | ||
| 11 | |||
| 12 | |=Name|=Mandatory ?|=Default value|=Description | ||
| 13 | |hours|No|1|Retrieve list of users that visited the wiki since last "hours" hours | ||
| 14 | |||
| 15 | |||
| 16 | == Samples == | ||
| 17 | |||
| 18 | To list users connected during last week : | ||
| 19 | |||
| 20 | {{code}}{{listConnectedUsers hours="168"/}}{{/code}} | ||
| 21 | |||
| 22 | Will return: | ||
| 23 | |||
| 24 | {{listConnectedUsers hours="168"/}} |