Admin Login Page Tiltle

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
sac.taylor

Admin Login Page Tiltle

Post 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.
cyberman

Re: Admin Login Page Tiltle

Post 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
sac.taylor

Re: Admin Login Page Tiltle

Post by sac.taylor »

Thankyou very much.

I dodnot think to check there.
brdon

Re: Admin Login Page Tiltle

Post by brdon »

How do I get there? ...
the title tag in admin/themes/your_theme/login.php
Thanks.
Last edited by brdon on Sun Jan 21, 2007 12:44 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Admin Login Page Tiltle

Post 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
brdon

Re: Admin Login Page Tiltle

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Admin Login Page Tiltle

Post by Dr.CSS »

Sorry, yes FTP to your site, you get a blank page because it's not viewable by the public, security reasons...
brdon

Re: Admin Login Page Tiltle

Post by brdon »

Thanks Mark - I think I can take it from here.  I appreciate your help.
Carlthornton

Re: Admin Login Page Tiltle

Post 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
MichaelK

Re: Admin Login Page Tiltle

Post by MichaelK »

clear your cache i think
Locked

Return to “Layout and Design (CSS & HTML)”