Quote:
Originally Posted by dolphin678
On the Main Index at the bottome there is a "What's Going On" section and in that a "currently active users" link - the default is 20 users per page when listing - I would like it to be 50 users per page (as default - I know it can be manually reset each time)
|
I think that is hard coded into the page. Go to includes/functions_online.php and look at the function sanitize_perpage and where it says "$default = 25". But that value is actually superseeded by 'maxthreads' in the call to it in online.php around line140. 'maxthreads' which is the
"Maximum Displayed Threads Before Page Split". So, you can change that value in the vboptions or modify that line of code.