Zen Cart Logo
Forums / Basic Configuration / Change "Log In" tab on main page to "Log In/Register"

Change "Log In" tab on main page to "Log In/Register"

Locked

Views: 3,935

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
16 Feb 2007, 3:20 AM
#1
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Change "Log In" tab on main page to "Log In/Register"

Hello,
Very easy one,
How do I change "Log In" tab on main page, to "Log In/Register"
Thankyou!

16 Feb 2007, 3:45 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change "Log In" tab on main page to "Log In/Register"

/includes/languages/english/header.php and place the edited copy in
/includes/languages/english/your_template/header.php

define('HEADER_TITLE_LOGIN', 'Log In');

Change the text between the single quotes

16 Feb 2007, 5:46 AM
#3
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Change "Log In" tab on main page to "Log In/Register"

Awesome thanks,
Now that I'm in there I see an option for "create account" already defined as a header field. Could you tell me where to turn it on?... :D

16 Feb 2007, 6:16 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Change "Log In" tab on main page to "Log In/Register"

Create Account is actually part of the phpbb integration and not one that you can turn on in the cart side - you can change the login text to Create Account if you wish

17 Feb 2007, 12:23 PM
#5
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Change "Log In" tab on main page to "Log In/Register"

kobra:

Create Account is actually part of the phpbb integration and not one that you can turn on in the cart side - you can change the login text to Create Account if you wish
Cool, I realised shortly after posting that create acc was probably used else where. Then realised that where I'd tried to rename Log In, in the past, was in the original file, so my custom template was over riding it with the same text.....Doh!
Thanks! Now its all good