Page 1 of 1

Admin Login Page Tiltle

Posted: Tue Jan 16, 2007 2:02 pm
by sac.taylor
Hi All.

This is my very first posting here.

I have managed to change most of the titles refering to cms, but I am unable to find where the reference to "CMS Login"
is store when the Admin Login screen is opened.

I was wondering if anyone has any ideas.


Stephen.

Re: Admin Login Page Tiltle

Posted: Tue Jan 16, 2007 2:44 pm
by cyberman
Hi Stephen,
sac.taylor wrote: This is my very first posting here.
Welcome on this planet ...
but I am unable to find where the reference to "CMS Login" is store when the Admin Login screen is opened.
You have to change title tag in admin/themes/your_theme/login.php

Re: Admin Login Page Tiltle

Posted: Tue Jan 16, 2007 3:37 pm
by sac.taylor
Thankyou very much.

I dodnot think to check there.

Re: Admin Login Page Tiltle

Posted: Sat Jan 20, 2007 9:39 pm
by brdon
How do I get there? ...
the title tag in admin/themes/your_theme/login.php
Thanks.

Re: Admin Login Page Tiltle

Posted: Sun Jan 21, 2007 4:40 am
by Dr.CSS
You need to open the lang folder in admin, admin/lang/en_US/admin.inc.php and look for lines 60 and 195...

60)  $lang['admin']['adminpaneltitle'] = 'CMS Made Simple Admin Panel'; // needs translation
194) $lang['admin']['loginprompt'] = 'Enter a valid user credential to get access to the Admin Panel.'; // needs translation
195) $lang['admin']['logintitle'] = 'CMS Made Simple Admin Login'; // needs translation

Re: Admin Login Page Tiltle

Posted: Sun Jan 21, 2007 4:00 pm
by brdon
Sorry for the ignorance here... when I type in the appropriate path I get a blank page...

Do I need to have php installed...

Or do I open the file through ftp?

thanks for your patience and help.

Re: Admin Login Page Tiltle

Posted: Sun Jan 21, 2007 5:13 pm
by Dr.CSS
Sorry, yes FTP to your site, you get a blank page because it's not viewable by the public, security reasons...

Re: Admin Login Page Tiltle

Posted: Mon Jan 22, 2007 12:29 am
by brdon
Thanks Mark - I think I can take it from here.  I appreciate your help.

Re: Admin Login Page Tiltle

Posted: Tue Jan 30, 2007 6:54 pm
by Carlthornton
Hi

This cms is brilliant,

I have tried doing this, it works but I get
Warning: Cannot modify header information - headers already sent by (output started at /home/scouts/public_html/v2/admin/lang/en_US/admin.inc.php:1) in /home/scouts/public_html/v2/admin/login.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/scouts/public_html/v2/admin/lang/en_US/admin.inc.php:1) in /home/scouts/public_html/v2/admin/login.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/scouts/public_html/v2/admin/lang/en_US/admin.inc.php:1) in /home/scouts/public_html/v2/admin/login.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /home/scouts/public_html/v2/admin/lang/en_US/admin.inc.php:1) in /home/scouts/public_html/v2/admin/login.php on line 162
Now that I have Changed it, Does anybody Know why and how it can be fixed?

Thanks
Carl

Re: Admin Login Page Tiltle

Posted: Tue Jan 30, 2007 10:13 pm
by MichaelK
clear your cache i think