You are looking at documentation for an older release. Not what you want? See the current release documentation.
The Statistic
and Statistic Home
nodes are used to store statistic information of forum, such as number of posts,
topics, users, active users. The node types are exo:forumStatistic
, and exo:statisticHome
.
The Statistic
node is stored under the Forum System
node:
/exo:applications/ForumService/ForumSystem/exo:statisticHome/exo:forumStatistic
and its exo:forumStatistic
node type has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:postCount | Long | false | The total number of submitted posts in Forum. |
exo:topicCount | Long | false | The number of total created topics in Forum. |
exo:membersCount | Long | false | The number of the registered users. |
exo:newMembers | String | false | The Id of the latest registered user. |
exo:mostUsersOnline | String | false | The highest number of the online users. |
exo:activeUsers | Long | false | The number of active users. |