What language fle?

Posted:
Mon Jun 04, 2007 2:15 pm
Author: Karl-D
Can anybody please tell me were I can find the below text to edit?
I know admin and moderator and in lang_main.php but were are the others located so I can rename them?
[ Board Founder ] [ Admin ] [ Junior Admin ] [ Moderator ] [ User ]
Re: What language fle?

Posted:
Fri Aug 03, 2007 1:46 pm
Author: ckilmer75
I am looking for the same file. I've checked everywhere I can think.
I saw a post last week with a response leading to anohter site for ther answer, but I could never get the other site to come up for me, it made me register and never gave me access to see the answer. Could someone answer the OP's question so I can see it as well? Specifically where to change what 'Board Founder' is displayed as.
Thanks,
Re: What language fle?

Posted:
Mon Aug 06, 2007 3:22 am
Author: Coder
Under windows, just use search for "files containing" ...
lang_extend_profile_control_panel.php is in forum/language/lang_english
This file contains the only reference to Board Founder":
- Code: Select all
// who's online$lang['Admin_founder_online_color'] = '%sBoard Founder%s';$lang['Jadmin_online_color'] = '%sJunior Admin%s';$lang['User_online_color'] = '%sUser%s';
Re: What language fle?

Posted:
Mon Aug 06, 2007 5:27 am
Author: ckilmer75
Thanks for the response coder.
Re: What language fle?

Posted:
Mon Aug 06, 2007 5:50 am
Author: tmotley
If you want the Staff page to match, you might want to look in lang_staff.php for:
- Code: Select all
$lang['Staff_level'] = array('Administrator','Moderator', 'Junior Admin');