New STAT and OBJECTHITS Plugins now available
Version 9.xLTS of Tiki now supports new STAT and OBJECTHITS Plugins that in different ways provide useful reporting tools to display information about content within a Tiki system.
The STAT Plugin provides aggregated/summary information about wiki page additions + viewings and/or tracker item additions - over different time periods.
An example format for the STAT plugin format is:
{stat type="trackeritem:wiki" lastday="a:v" lastweek="a:v" lastmonth="a" month="a" lastyear="a" year="a"}
and the above example will produce the following output from this site:
- Added tracker items: 0
- Added wiki pages: 0
- Viewed wiki pages: 1
- Added tracker items: 0
- Added wiki pages: 0
- Viewed wiki pages: 338
- Added tracker items: 0
- Added wiki pages: 0
- Added tracker items: 0
- Added wiki pages: 0
- Added tracker items: 0
- Added wiki pages: 0
- Added tracker items: 0
- Added wiki pages: 0
The OBJECTHITS Plugin however provides more detailed viewing (or hits) information about a wider range of individual content objects:
For example, a format that could be used to track file viewings/downloads is:
{objecthits object="166?Energy_banner03.jpg" type="file" days="300"}
and the above example could be used as follows:
Number of hits on image file#156 in the last 300 days: 49
If you would like to learn more about these Plugins then please contact us.