Question
Is there a way to capture who has viewed a topic?
The Web Statistics report shows the Most Popular Topic Views, where each topic has a number next to it, showing how many times the topic has been viewed. Is there a way to report on the users who visited the topic?
We have some topics on our intranet that the boss wants to make sure everyone in the company checks from time to time. If the Web Statistics tool isn't the right way to grep this information, can someone suggest an alternative?
Environment
--
MichaelWeremecki - 18 Jun 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
There is no web interface at this time for these types of statistics.
Do the grep on the shell level,
cd twiki/data, and
grep SomeTopic log`date +%Y%m`.txt | grep ' view '
You could write a plugin that does that sort of thing.
--
PeterThoeny - 18 Jun 2007