Hi Mahomed, this is doable if you activate the statistics module:
- http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application First you need to activate it in the xwiki.cfg file: - http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#%23HEnabling2FDisablingStatistics Once the statistics are activated, every "view" action by every user is recorded. Now all you need to do is write the code to retrieve the stats about the specific page you're looking at, and put in in a panel. You can find inspiration for this in the following extensions: - http://extensions.xwiki.org/xwiki/bin/view/Extension/Recently+Visited+Pages - http://extensions.xwiki.org/xwiki/bin/view/Extension/Most+Viewed+Articles - http://extensions.xwiki.org/xwiki/bin/view/Extension/Number+Of+Active+Users+Per+Day+And+Per+Week Best, Guillaume On Sun, Mar 8, 2015 at 10:36 PM, Mahomed Hussein <[email protected]> wrote: > Hi > > I’m a new user to XWiki here. Running 6.4.2. We recently setup mediawiki > but due to some limitations (and then finding XWiki), we’ve decided to move > to XWiki. One feature that we would REALLY love to have similar to > mediawiki is the "readers" feature. It shows which registered users have > viewed a page. I have done some Google searching and I have looked through > the extensions but I cannot find anything. The closest extension I found is > one that shows how to run a query to display the editors, but I couldn’t > see a way to modify that to show the readers. This makes me think it might > not be possible, but I know very little about the way the system works so I > hope someone can help. > > Thanks in advance for your help and time. > > Kind regards, > > Mahomed > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
