VanHuek Member May 9, 2013 #1 How do I increase the limit of users I can see from 20 to 100, for example?
Chris D XenForo developer Staff member May 9, 2013 #2 The easiest way, is to edit this file: library/XenForo/ControllerAdmin/User.php Use a good text editor and go to line 167 (in XenForo 1.1.4) and change: PHP: $usersPerPage = 20; to: PHP: $usersPerPage = 100; Upvote 0 Downvote
The easiest way, is to edit this file: library/XenForo/ControllerAdmin/User.php Use a good text editor and go to line 167 (in XenForo 1.1.4) and change: PHP: $usersPerPage = 20; to: PHP: $usersPerPage = 100;
VanHuek Member May 10, 2013 #4 Chris Deeming said: The easiest way, is to edit this file: library/XenForo/ControllerAdmin/User.php Use a good text editor and go to line 167 (in XenForo 1.1.4) and change: PHP: $usersPerPage = 20; to: PHP: $usersPerPage = 100; Click to expand... Also how do I make the box bigger, especially for node list? (longer) Upvote 0 Downvote
Chris Deeming said: The easiest way, is to edit this file: library/XenForo/ControllerAdmin/User.php Use a good text editor and go to line 167 (in XenForo 1.1.4) and change: PHP: $usersPerPage = 20; to: PHP: $usersPerPage = 100; Click to expand... Also how do I make the box bigger, especially for node list? (longer)