A simple one for those that are in the know i would assume?
In the Legend list it displays the group names. The groups you add yourself can be changed. I wish to change the names of the group names that are set. For example 'Registered users' i wish to change to 'Ravers' so it's fits better with the theme of my site.
Where would I find this small piece of code in subsilver2?
Thanking you kindly in advance.
Legend mod help needed
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Legend mod help needed
goto admincp users and groups > manage groups > registered users > edit settings > Display group in legend: unclick the checkbox
then create your ravers group with same permissions as registered users
then create your ravers group with same permissions as registered users
Re: Legend mod help needed
i don't think you can rename the default phpbb groups, i might be wrong i always am, but you could just make new groups name them what you want choose which ones you want shown on the legend through the ACP manage groups settngs! then just move all your "registered users" to that group!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Legend mod help needed
Check this area in language/en/common.php:
Code: Select all
'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',
Board rules! No PM support
Re: Legend mod help needed
I told you i was, and have been wrong!
Re: Legend mod help needed
Perfect! ty very much!