|
Please see http://www.schirmacher.de/dashboard.action
I am using Atlassian's {popular:display=icon,count|types=news,pages} here: http://www.schirmacher.de/display/INFO/Index Yeah, it's not the world's prettiest output. You could use the Reporting Macro - you can emulate the {tracking-table} with it by using something like this (which will work in the dashboard):
{cache:refresh=6h}
{report-table:maxResults=10}
{content-reporter:spaces=@global|type=page}
{number-sort:track:view count}
{content-reporter}
{report-column:title=Title}{report-info:content:title|link=true}{report-column}
{report-column:title=Views}{report-info:track:view count}{report-column}
{report-table}
{cache}
This can be customised to any of the other report types ({report-block}, {report-list}) if you want to change the layout. Otherwise, feel free to modify the {popular} macro to your heart's content. Oh, I meant to mention, I've put the {cache} macro around the report because it will not be a fast-generated report, particularly when run across the whole server. This way it will only be slow for one person, once every 6 hours. You can change the refresh time to suit...
|
|||||||||||||||||||||||||||||||||||||||||||||
Could you post your full table, as well as what information you would like it to display?