Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[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

  • AoleeAolee Hobbyist & Coder ✭✭

    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

  • jspautschjspautsch Themester ✭✭✭

    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.