Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Login Box 1.5 problems....

    Hi everyone!

    My problem: I installed Login box 1.5, add on from here http://www.zen-cart.com/index.php?ma...roducts_id=154

    Now I click on the create account option and it takes me to the login page - index.php?main_page=login

    I need it to direct me to the create account page - index.php?main_page=create_account

    Ive looked at all the files that come with the add on and I cant find any options to change.

    I need the Create account option to send me to that page and not the login page.

    Which file in zen cart should be edited to affect this change?

    (Ive spent hours looking through the forums If there is a support thread for Login Box 1.5 please give me the link)

    THANK YOU!!

  2. #2
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    If I "inspect element" I can see
    <a href="https://www.majesticsilver.co.uk/store/index.php?main_page=login">Create Account</a>

    So I obviously need to change that piece of code but what file is it in....

    My website is www.majesticsilver.co.uk/store

  3. #3
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    I hope the Green Elf would come to help me soon... or anyone

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Login Box 1.5 problems....

    I am directed to your login page as it shoud be

    Might clear your browser cache and/or your router cache
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    no Kobra... I want to be directed to index.php?main_page=create_account when you click on Create account in the side box, not login...

  6. #6
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    Ok I FOUND THE SOLUTION!

    And since nobody helps me here any way I helped myself and I am publishing this information for others to enjoy.

    NOTICE TO DR BYTE: Please amend your Sidebox 1.5 based on my corrections.

    So as you may know clicking "create account" in the side box takes you to your login page and NOT to create account page which causes issues, for me with the CAPTCHA add on that doesnt display the word challenge in the login page ONLY the create account page, which kinda makes sense.

    All you need to do to fix this is edit your /home/majestic/public_html/store/includes/templates/template_default/sideboxes/tpl_login_box.php

    and replace
    Line #37 : $content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />';

    with

    Line #37 : $content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />';

    Hey PRESTO! your "create account" link in your login sidebox will now redirect you to the correct create account page!

    Im a new zenner and not a programmer at all. Im really proud of this simple little contribution I couldnt find anywhere in the posts.

    ENJOY!!!

  7. #7
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    Quote Originally Posted by aozhaver View Post
    NOTICE TO DR BYTE: Please amend your Sidebox 1.5 based on my corrections.
    Add-ons are community driven efforts. DrByte wasn't the original author of this particular add-on merely the last one to update it.. I say this to point out that YOU could bundle up your correction and submit it as an update to this module.. (versus making a request for others to do it.. Just sayin')
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #8
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    I'm much too green to offer my own flavour add ons. I would say this I have MANY add-ons new as well as really old ALL working perfectly on zen-cart 1.3.9f. I dont see the big deal on the forums about backward compatibility. Ofcourse things are compatible!! esp to 1.38/7 HELLO!! its the same zen cart just follow install instructions and spend many sleepless nites and one can make anything work, people tend to throw the blame for things not working on compatibility- I say laziness and lack of feedback on THIS forum but you know I really love u all!!!!!!!!!
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  9. #9
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    **deleted**
    Last edited by DivaVocals; 22 Oct 2010 at 04:32 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #10
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    Quote Originally Posted by aozhaver View Post
    I'm much too green to offer my own flavour add ons.
    If you found the answer an posted the solution then you are not green at all.. ANYONE can submit an update/correction to an add-on.. 'tis my only point..


    Quote Originally Posted by aozhaver View Post
    lack of feedback on THIS forum but you know I really love u all!!!!!!!!!
    There is PLENTY of feedback on this forum.. In my experience, while not all of my questions get answered I have ALWAYS found my answers on THIS forum in other ways (the search feature is an awesome tool!).. and in EXTREME cases I have found my answers via Google.. I know you think there is a lack of feedback on this forum.. I have to respectfully agree to disagree..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 customer login problems... problems w new class.zcPassword
    By carlwhat in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 1 Aug 2014, 01:42 AM
  2. Customers cannot login using my custom login box
    By pb4 in forum General Questions
    Replies: 13
    Last Post: 29 Nov 2010, 11:33 AM
  3. login box and validation w3 problems
    By giuly in forum Addon Sideboxes
    Replies: 1
    Last Post: 9 Feb 2009, 12:34 PM
  4. Modify login box or create new account info box?
    By torgil in forum Addon Sideboxes
    Replies: 4
    Last Post: 8 Nov 2006, 12:30 PM
  5. Having problems customizing the 'login box'...
    By MasterGroove in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Jul 2006, 11:20 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR