Legend mod help needed

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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!
Locked
Candyman
BBCoder I
BBCoder I
Posts: 4
Joined: 10 Mar 2010, 17:37

Legend mod help needed

Post by Candyman »

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.
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Legend mod help needed

Post by Steve »

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
NAPWR wrote: Nice, Stoker is Hot
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Legend mod help needed

Post by cisco007 »

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!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Legend mod help needed

Post by Stoker »

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
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Legend mod help needed

Post by Steve »

haha sweet ,makes alot more sense to change than re-create

gold star for you :P
NAPWR wrote: Nice, Stoker is Hot
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Legend mod help needed

Post by cisco007 »

I told you i was, and have been wrong! :lol:
Candyman
BBCoder I
BBCoder I
Posts: 4
Joined: 10 Mar 2010, 17:37

Re: Legend mod help needed

Post by Candyman »

Perfect! ty very much! 8-)
Locked