Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2008
    Posts
    192
    Plugin Contributions
    0

    Default 'Create an Account' link?

    Where does this link show up when a guest is visiting your site? It only says 'Log in'

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: 'Create an Account' link?

    Unless you are using SPLIT LOGIN (where the Register Page is separate from the LOGIN page), the default naming convention is to direct users to login.

    IF you have "Create Account" for this - people who have already created an account won't know that it ALSO takes them to "login".

    If you SPLIT the login (see above), you can create separate links to the sign-up page and the login page.
    20 years a Zencart User

  3. #3
    Join Date
    Jul 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: 'Create an Account' link?

    Quote Originally Posted by schoolboy View Post
    Unless you are using SPLIT LOGIN (where the Register Page is separate from the LOGIN page), the default naming convention is to direct users to login.

    IF you have "Create Account" for this - people who have already created an account won't know that it ALSO takes them to "login".

    If you SPLIT the login (see above), you can create separate links to the sign-up page and the login page.
    Thank you! How do I 'split' the login?

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: 'Create an Account' link?

    Admin>>>Layout Settings

    (Near the bottom of the list...)

    Use split-login page set to True
    20 years a Zencart User

  5. #5
    Join Date
    Jul 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: 'Create an Account' link?

    Quote Originally Posted by schoolboy View Post
    Admin>>>Layout Settings

    (Near the bottom of the list...)

    Use split-login page set to True
    Thank you, didn't realize that can be that easy! Although it solves half my problem... I'd like to see

    Home - Login - Create Account

    ...on the main page! People are not THAT smart to know they have to click on 'Login' to sign up... it is confusing!

    Login means you are a member... Register/Create an account means you are NOT a member yet

    Any ideas?

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: 'Create an Account' link?

    If you use EZ Pages you could create a link that says "Create Account" then make the internal link:-

    index.php?main_page=create_account

    ... or you could hard-code that link into your site's php - wherever you please, actually.

    <a href="index.php?main_page=create_account">Create Account</a>


    Or you could use proper PHP formatting to create the link...

    It's up to you.

  7. #7
    Join Date
    Jul 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: 'Create an Account' link?

    Quote Originally Posted by fairestcape View Post
    If you use EZ Pages you could create a link that says "Create Account" then make the internal link:-

    index.php?main_page=create_account

    ... or you could hard-code that link into your site's php - wherever you please, actually.

    <a href="index.php?main_page=create_account">Create Account</a>


    Or you could use proper PHP formatting to create the link...

    It's up to you.
    Thank you! Problem solved

  8. #8
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: 'Create an Account' link?

    Do not hard-code
    Please use the proper zen_href_link function to create links.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. Create Account Header Link
    By sharc316 in forum General Questions
    Replies: 5
    Last Post: 7 Aug 2021, 09:41 AM
  2. v150 Create Account link in Header
    By Late Landing in forum General Questions
    Replies: 4
    Last Post: 13 Aug 2012, 10:23 PM
  3. Sidebox: Advanced Search, Forgotten Password, Create Account(link colors)
    By toonopoly in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 6 Dec 2006, 12:59 AM
  4. Error in create an account Link
    By marie893 in forum General Questions
    Replies: 1
    Last Post: 6 Jun 2006, 08:39 AM

Posting Permissions

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