%_load manual.var%
The following is a list of the variables which can be used to configure themes:
Variable - Explanation
%%serial%% - Serial Number
%%contact%% - Contact Information
%%nick%% - Nickname as passed in on the URL via the nick = parameter
%%name%% - The value passed in on the URL via the name = parameter
%%channel%% - Will show the number of channels currently open
%%room%% - Channel without first character.
%%topic%% - Topic of the channel
%%users%% - Number of users in the server, or in the channel if using a prefix command
%%product%% - Product
%%opers%% - Will show the number of operators online
%%version%% - Version of ConferenceRoom
%%hostname%% - Hostname of the server
%%hostaddr%% - The IP address of chat server
%%port%% - Port at which the IRC server is running
%%httpaddr%% - HTTP server address
%%httpname%% - HTTP server name
%%httpport%% - HTTP server port
To get the values for number of users on a server and the number of channels that are currently available you must add %%dolusers%% prior to the replacement variables to get channels and nicknames:
%%dolusers%% - Tells the web server to get the user and channel counts
%%lu_usercount%% - Displays the total number of users on the network
%%lu_channel%% - Displays the total number of channels on the network