Changing names already on phpBB3 like Administrators.

Brad

Paragon
Joined
Mar 31, 2010
Messages
1,622
Reaction score
26
FP$
111
Have you ever want to change groups that where allready implent on the phpBB3.0.7 sofware, like:
•Administrators
•Global moderators
•Registered user, ect.

Well in 2 steps You can change them!

1) Go to your forum root, find "language" , open it, look for "en" open it, now look for"Common.php" this time click "Html edit or Code Edit"

2) Find 'G_group name' -> 'Adminitrator'; Change Administrator to any name you want, Same works for the others.

Enjoy 😀
 
This didn't need to be bumped, however, thanks for the tip, definitely something I'll do when my new forum opens as I'd like to call the Administrators group Forum Masters for a joke. :lol:
 
Thanks for the tip. I could totally see this coming in handy on April 1st. *evil grin*
 
It is unneeded to bump topics in this forum.

I suppose this will help someone nonetheless.
 
You could also choose to not show the group in the legend and make a new GMod group 😀
 
The Hat Tipper said:
You could also choose to not show the group in the legend and make a new GMod group 😀

True, but if you already set the permissions then it's a pain in the @$$
 
Ah yes, that's right. If you copy does it automatically set the forum perissions if they are already set?
 
If you 'Copy group permissions' from an existing group to a new group the new group will have the exact same permissions as the existing group that it copied.
 
I got

_Admin G_[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/en/common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/common.php:2)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/en/common.php:2)
 
Sounds like you have a space before the opening <php in your adm/index.php file. Delete the space and the error will go away.
 
You know to think that I never knew how to do this. I thought it was not possible.
 
Back
Top Bottom