Quote:
Originally Posted by mtha
I feel much better now: Page generated in 1.09987 seconds with 11 queries
However, the sorting by lastvisit still doesnt work very well:
here's the order I get with modmanagement.php?sortby=lastvisit
22-10-2004 03:34 PM
22-10-2004 01:26 PM
22-10-2004 03:51 PM
...
22-10-2004 02:34 AM
21-10-2004 10:52 PM
22-10-2004 03:46 AM
22-10-2004 12:11 PM
21-10-2004 09:45 PM
....
If you want to allow some other group to access the code too, you can just modify the condition in modmanagement.php, right?
says
PHP Code:
// only administrators can see this page if (($bbuserinfo['usergroupid'] != 6) AND ($bbuserinfo['usergroupid'] != 5)) { print_no_permission(); }
|
Please reupload the includes/functions_modmanagement.php file in the zip, there was a bug with the ordering by lastvisit, it was showing the lastactivity and ordering by the last visit.
Yes, you can just modify the condition in the modmanagement.php in that way. In your example that would give access to the supermoderators also.