Legend mod help needed

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

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.

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

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!

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',

Re: Legend mod help needed

Post by Steve »

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

gold star for you :P

Re: Legend mod help needed

Post by cisco007 »

I told you i was, and have been wrong! :lol:

Re: Legend mod help needed

Post by Candyman »

Perfect! ty very much! 8-)