Changing Preset Group Names

Darthmaul

Goldbergstein
Joined
Jul 28, 2009
Messages
11,173
Reaction score
4
FP$
6,302
How do i change the preset group names on the forum? Like it automatically says Global Mod and Admin
How do i change those names?
 
I don't think you can through ACP. Probably manually though. I'm not sure.

Ben.
 
I am guessing this is for phpbB3

Open language/en/common.php (please ensure you have a backup of this file before editing it) in a text editor and find the following
Code:
	'G_ADMINISTRATORS'			=> 'Administrators',
	'G_BOTS'					=> 'Bots',
	'G_GUESTS'					=> 'Guests',
	'G_REGISTERED'				=> 'Registered users',
	'G_REGISTERED_COPPA'		=> 'Registered COPPA users',
	'G_GLOBAL_MODERATORS'		=> 'Global moderators',
	'G_NEWLY_REGISTERED'		=> 'Newly registered users',
Change the ones you want then upload it again. Only change the text to the right of the =>

That should work. You may need to purge the forums Cache afterwards.
 
If it's phpBB 3, you could have just gone to edit group. then changed the name.
 
death180 said:
oh i thought it could. Ignore my previous statement then.

no it cant but you can creat groups and then use them.
 
Back
Top Bottom