[Solved][Documentation] Increase amount of "Recently Active Users" in Dashboard ?*

edited April 2012 in Vanilla 2.0 - 2.8

Hello.

Which file do I edit to increase the number of "Recently Active Users" in the Dashboard from 5 users to XX amount of users?

Tagged:

Answers

  • ✭✭

    go to /applications/dashboard/controllers/class.settingscontroller.php (somewhere at line 424)

    // Get recently active users
    $this->ActiveUserData = $UserModel->GetActiveUsers(5);//change from 5 to xx



    Check out my other Plugins here

  • ✭✭✭

    Couldn't you just go to the Users list and sort by Last Visit?

  • edited April 2012

    ^ But that would be an extra step or two.

    Aolee's answer solved it. Thanks!

Sign In or Register to comment.