[INFO] about upgrade of phpBB 2.0.17

This mod is a fix for original phpbb2, it works when you look up a large usergroup, here on mods.db9.dk without this mod it takes +30 sek to look up the group "everyone" details. after this mod is applyed it takes approx 1 sek

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

[INFO] about upgrade of phpBB 2.0.17

Postby galixte on Sun 24. Jul, 2005 12:01

Hi,

for information, if you are somme problems with the upgrade of phpBB 2.0.17, it's because the modification of MOD Large groupe fix, who is under :

Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ug_auth.php

#
#-----[ FIND ]------------------------------------------------
#
'USER_GROUP_MEMBERSHIPS' => $lang['Group_memberships'] . ' : ' . $t_usergroup_list)

#
#-----[ REPLACE WITH ]------------------------------------------------
#
'USER_GROUP_MEMBERSHIPS' => sprintf($lang['Group_memberships'],$count_ug_info['total']) . ' : ' . $t_usergroup_list)


Then, in upgrade of phpBB 2.0.17, it's requiert this :

Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ug_auth.php

#
#-----[ FIND ]---------------------------------------------
# Line 911
         'GROUP_MEMBERSHIP' => $lang['Usergroup_members'] . ' : ' . $t_usergroup_list)

#
#-----[ REPLACE WITH ]---------------------------------------------
#
         'GROUP_MEMBERSHIP' => $lang['Usergroup_members'] . ' : ' . $t_usergroup_list . '<br />' . $lang['Pending_members'] . ' : ' . $t_pending_list)


Make this, in the place :

Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ug_auth.php

#
#-----[ FIND ]---------------------------------------------
# Line 911
'USER_GROUP_MEMBERSHIPS' => sprintf($lang['Group_memberships'],$count_ug_info['total']) . ' : ' . $t_usergroup_list)

#
#-----[ REPLACE WITH ]---------------------------------------------
#
'GROUP_MEMBERSHIP' => sprintf($lang['Usergroup_members'],$count_ug_info['total'])  . ' : ' . $t_usergroup_list . '<br />' . $lang['Pending_members'] . ' : ' . $t_pending_list)


Bye.
User avatar
galixte
Poster
Poster
 
Posts: 16
Joined: Tue 27. Apr, 2004 15:14
Location: France

Return to Large groups fix [2.0.8/EM]

Who is online

Users browsing this forum: No registered users and 0 guests

cron