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 ?*
VectorSkullz
New
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:
0
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?
^ But that would be an extra step or two.
Aolee's answer solved it. Thanks!