Page 1 of 1

Legend mod help needed

Posted: 07 Apr 2010, 22:01
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

Posted: 07 Apr 2010, 22:08
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

Posted: 07 Apr 2010, 22:10
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

Posted: 07 Apr 2010, 22:13
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

Posted: 07 Apr 2010, 22:15
by Steve
haha sweet ,makes alot more sense to change than re-create

gold star for you :P

Re: Legend mod help needed

Posted: 07 Apr 2010, 22:19
by cisco007
I told you i was, and have been wrong! :lol:

Re: Legend mod help needed

Posted: 07 Apr 2010, 22:20
by Candyman
Perfect! ty very much! 8-)