Problem with german phpBB2 and "Large groups fix"

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 !

Problem with german phpBB2 and "Large groups fix"

Postby Traeumer76 on Sat 13. Mar, 2004 18:55

I just tried to install "Large groups fix" via EasyMOD and got the following problem:

Warning

FIND FAILED: In file [language/lang_german/lang_admin.php] could not find:

$lang['Group_memberships'] = 'Usergroup memberships';

MOD script line #257


I think it´s because the german line looks like this
$lang['Group_memberships'] = 'Benutzergruppenmitglieder';


How do i have to change the install.txt to make it work for every language?

Thanks
Traeumer76
Poster
Poster
 
Posts: 2
Joined: Sat 31. Jan, 2004 17:52

Postby Niels on Fri 19. Mar, 2004 23:04

the how-to saids
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_english/lang_admin.php

#
#-----[ FIND ]------------------------------------------------
#
$lang['Group_memberships'] = 'Usergroup memberships';


and EM tryes to change all other installed languages, in same maner - witch does ofcouse not work...how-ever don't worry, it will not affect the MOD, simply go into your german file after wards, and do the change manually
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Niels on Wed 23. Mar, 2005 01:08

should be posible to change to
Code: Select all
#
#-----[ FIND ]------------------------------------------------
#
$lang['Group_memberships'] =

#
#-----[ REPLACE WITH ]------------------------------------------------
#
$lang['Group_memberships'] = 'Usergroup memberships (in total: %d)';


Since EM will FIND the complete line, starting as the FIND tag
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46


Return to Large groups fix [2.0.8/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron