Help: Users Online Macro

For more help, visit the WebGUI Community Wiki.

Macro for displaying users that are online. The number of online users, divided into members and visitors, is determined. Users are considered online if the last page request has occurred within a definable period of time. User-specific data is provided in two loops.

members
The number of members online.
visitors
The number of visitors online.
total
The total number of users online.
isVisitor
True if current user is visitor.
hasMembers
True if member loop contains items.
member_loop
Loop containing all members that are online and have agreed publication.
username
The username.
firstName
The first name.
middleName
The middle name.
lastName
The last name.
alias
The alias of the user.
avatar
The URL of the user's avatar.
uid
The user Id.
sessionId
The Id of the user session.
ip
The IP adress of the user.
lastActivity
The time of the last activity.
visitor_loop
Loop containing all visitors that are online.
sessionId
The Id of the user session.
ip
The IP adress of the user.
lastActivity
The time of the last activity.
usersOnline_label
The words "Users Online".
members_label
The word "Members".
visitors_label
The word "Visitors".
total_label
The word "Total".
membersOnline_label
The words "Members Online".
visitorsOnline_label
The words "Visitors Online".
avatar_label
The word "Avatar".
name_label
The word "Name".
alias_label
The word "Alias".
session_label
The word "Session".
ip_label
The word "IP".
lastActivity_label
The words "Last Activity".
 
 
Admin Console
Help: Users Online Macro
*
Admin Console