Can I view least user logins?

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!
Responses (4)
  • Accepted Answer

    Thursday, April 16 2015, 12:44 PM - #Permalink
    0
    Hello,

    there's no such option, no... this would need some custom coding to add this option into the module/plugin
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, April 16 2015, 12:45 PM - #Permalink
    0
    Ok, that's fine - are you able to give details of the change that needs to be made and where please?

    many thanks!
    • Germinal Camps
      more than a month ago
      it'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?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, April 20 2015, 09:20 AM - #Permalink
    0
    Hi 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 Camps
      more than a month ago
      ok, 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.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, April 20 2015, 05:29 PM - #Permalink
    0
    Thanks! We'll have a go and let you know if we come unstuck :)
    The reply is currently minimized Show
Your Reply