0
Hiya, I'd like to monitor users who are least logging into my site. I'm currently doing this my using the com_users content provider with criteria 'most user logins' (only option available), setting the number of items to be more than users we have (so it shows all) and then scrolling to the bottom of the chart to view those least logging in. This is fine for backend use but ideally I'd like to show this stat to a certain group on the frontend, and showing a chart with 250+ data points obviously isn't ideal...
I was just wondering if there was a way I could monitor top 10 users who have logged in the least times?
Many thanks!
I was just wondering if there was a way I could monitor top 10 users who have logged in the least times?
Many thanks!
Responses (4)
-
Accepted Answer
-
Accepted Answer
0Ok, that's fine - are you able to give details of the change that needs to be made and where please?
many thanks!-
Germinal Campsmore than a month agoit's not that easy..! it requires a bit of coding, I can't "just point you to the right direction"... are you an experienced coder?
-
-
Accepted Answer
0Hi there, the website we're dealing with is a company site and we have a team of experienced coders to hand. Please can you give us the code changes/steps required? Many thanks-
Germinal Campsmore than a month agook, what they will need to do is basically to change the MySQL query in the com_users plugin for Content Statistics to order the results in the reverse order.
-
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »