Page 1 of 1

Jr Admin

PostPosted: Sun Apr 04, 2010 3:08 pm
Author: Allen
How complicated would it be to change the name of the Jr. Admin?

I know I can create a rank to say what ever I want but I can not set that rank to Jr. Admin with out it saying Jr. Admin. Maybe I have overlooked a simple answer for this question and I apologize if I have.

A quote from one of my junior administrators.
"I just never liked the sound of Junior administrator, it has an infantile connotation to it, it should be associate administrator.
advisor or consultant sounds better than junior administrator."

So my question is can I change the name of that rank and still have it function as a JR. Admin?

Re: Jr Admin

PostPosted: Mon Apr 05, 2010 12:39 pm
Author: Helter
you can edit the name in language/lang_english/lang_jr_admin.php

$lang['Jr_Admin'] = 'Junior Admin';

change only the red text

Re: Jr Admin

PostPosted: Mon Apr 05, 2010 1:25 pm
Author: Allen
Thank you very much for the reply,

I have made this change. The site is still showing the 'Junior Admin' Below is the area in which i am referring to.

In total there are 20 users online :: 2 Registered, 0 Hidden and 18 Guests
[ Board Founder ] [ Administrator ] [ Junior Admin ] [ Moderator ] [ User ]
Most users ever online was 87 on 16 Aug 2009 11:31 am

Re: Jr Admin

PostPosted: Mon Apr 05, 2010 8:32 pm
Author: obiku
There are some more language files where you have to change the term Junior Admin.
lang_admin_list.php, lang_extended_profile_controle_panel.php, lang_staff.php and lang_jr_admin.php.

Find in there files the term Junior Admin, and change it int to whatever you want.

There are also some instances in other files, but as far as I can see those where only Error messages, like
message_die(GENERAL_ERROR, 'Could not obtain junior admin status', '', __LINE__, __FILE__, $sql);

If you want theme also changed, edit the following files:
function_profile.php, blocks_imp_online_users.php, blocks_imp_online_users2.php and staff.php.