06-14-2017 10:45 AM
Hi all,
I m using Alfresco Community 5.2 . I want to show online user list.
How can I do this process?
Thanks in advance.
06-19-2017 03:45 PM
You are looking at the Share Admin Console. Instead, go look at the Alfresco Admin Console. As Markus pointed out, you can go to the OOTB Support Tools Active Sessions panel by going to:
http://localhost:8080/alfresco/s/ootbee/admin/active-sessions
A screenshot of that panel is shown below:
06-14-2017 12:08 PM
Take a look at the Order of the Bee Support Tools add-on. I believe it has a "current active users" panel. That would obviously be for admins, but you could look at the source to figure out how it works if you want to display that list somewhere else.
06-15-2017 05:25 AM
Mr Potts thank you so much for answer. when I build this module and add amp to my project , What link can I see from the online user list, Where this panel will be ?
06-15-2017 05:57 AM
try this path:
/alfresco/service/ootbee/admin/active-sessions
06-15-2017 08:06 AM
This add-on provides showing all user list, but not online users. When I added module amp to my project, A panel called OOTBee Support Tools was created. this panel has three menu : Dashboard Componenets, Loh4j Settings, User Dashboards.
I want to see just online users!
06-15-2017 09:16 AM
there are 2 different admin consoles in alfresco. have you tried the path i provided?
06-15-2017 09:30 AM
yes I do but it is giving 404 error. I think that link is web script.
06-19-2017 03:45 PM
You are looking at the Share Admin Console. Instead, go look at the Alfresco Admin Console. As Markus pointed out, you can go to the OOTB Support Tools Active Sessions panel by going to:
http://localhost:8080/alfresco/s/ootbee/admin/active-sessions
A screenshot of that panel is shown below:
06-20-2017 08:01 AM
Thank you so much for answer. I want to ask a question .
What is meaning of "but you could look at the source to figure out how it works if you want to display that list somewhere else" ?
Where do I need to change?
06-20-2017 12:17 PM
If you want to understand how the Support Tools add-on fetches the list of active users so that you could do the same thing in your own add-on you can look at the source and learn how they do it.
For example, if you want to write an add-on that displays a dashlet that lists the current active users, that would be easy to do. All you need is an understanding of how to write a dashlet--there are many examples--and then to know how the current user list is built. Put those two things together and you've got it.
Explore our Alfresco products with the links below. Use labels to filter content by product module.