On Mon, Mar 9, 2015 at 11:13 AM, Guillaume Lerouge <guillaume(a)xwiki.com> wrote:
Hi Mahomed,
this is doable if you activate the statistics module:
Unfortunately the statistics module stores only aggregated data. You
can see how many users have viewed a particular page and how many
pages a particular user has seen. But the way it works right now, you
cannot see which users (i.e. an enumeration of user names) have seen a
specific page or which pages have been seen by a specific user.
Hope this helps,
Marius
-
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#%23HEnabl…
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…
Best,
Guillaume
On Sun, Mar 8, 2015 at 10:36 PM, Mahomed Hussein <Mahomed(a)custodiandc.com>
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
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users