Change Default Group Name - phpBB

Uphoreka

Seasoned Veteran
Joined
Mar 5, 2010
Messages
3,752
Reaction score
0
FP$
6
I've seen plenty forums (especially promotion forums) change the Global Moderators to Community Team. I'm just wondering how they do that? Software: phpBB
 
It's in Users and Groups somewhere. 😉

Keep looking. 😉
 
They haven't. Even here at FP, there is a Global Moderators group. Just set the group so it isn't displayed in the forum legend, and then create a new group.
 
This can be done, I have done it on my forum. Open up the following file... /language/en/common.php:

FIND:
'G_GLOBAL_MODERATORS' => 'Global moderators',

REPLACE WITH:
'G_GLOBAL_MODERATORS' => 'Moderators',

Hope that helps :great:
 
Xplozion said:
This can be done, I have done it on my forum. Open up the following file... /language/en/common.php:

FIND:
'G_GLOBAL_MODERATORS' => 'Global moderators',

REPLACE WITH:
'G_GLOBAL_MODERATORS' => 'Moderators',

Hope that helps :great:
THank!
+rep

Solved
 
Back
Top Bottom