Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Location
    Queenstown, New Zealand
    Posts
    341
    Plugin Contributions
    0

    Default 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!

  2. #2
    Join Date
    Aug 2005
    Posts
    26,065
    Plugin Contributions
    9

    Default 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
    Code:
    define('HEADER_TITLE_LOGIN', 'Log In');
    Change the text between the single quotes
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jan 2007
    Location
    Queenstown, New Zealand
    Posts
    341
    Plugin Contributions
    0

    Default 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?...

  4. #4
    Join Date
    Aug 2005
    Posts
    26,065
    Plugin Contributions
    9

    Default 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
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Jan 2007
    Location
    Queenstown, New Zealand
    Posts
    341
    Plugin Contributions
    0

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

    Quote Originally Posted by kobra View Post
    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

 

 

Similar Threads

  1. Main Page(Define Pages Editor) throws page width off
    By audradh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Jun 2006, 02:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •