- Code: Select all
##############################################################
## MOD Title: Large groups fix
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod will solves preformance problems when
## looking up large groups. e.g. looking up group memebers
## or changeing group permission
## MOD Version: 1.1.2
## MOD Compatibility: 2.0.6
##
## Installation Level: Easy
## Installation Time: 2 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 4
## groupcp.php
## admin/admin_ug_auth.php
## templates/subSilver/auth_ug_body.tpl
## language/lang_english/lang_admin.php
##
## Included Files: 0
##
##############################################################
This mod have been requested by my self....
I have notised that, if a usergroup did have meny users, the details of the group took a very long time to get.
The reasoon why, is that original phpbb2 does fetch ALL users data, belonging to the group before showing the users.
usually only the first 15 or 30 usernames are showen, so there is really no reasoon to wait for this.
this MOD is rather a FIX more than a mod, it makes the groupcp.php fetch only those userdata witch are needed.
here on mods.db9.dk, I have a large usergroup (everyone) at pressent it holds +10.000 users, when looking up this usergroup it used to take +30 sek, now after this FIX it takes less than 1 sek.
This MOD is now upgraded to also fix some isues in ACP (group permission, on large usergroups)


