Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Location
    chiangmai
    Posts
    3
    Plugin Contributions
    0

    link problem adding extra link to Login box

    Hi

    I'm having trouble adding an extra link to addon : Login Box v1.6

    When I login to my account the sidebox shows my account, shopping cart and log out. I'm trying to add 2 more pages which doesn't not exist yet but must be created, but I ain't any idea how to do it.

    If anyone understands how to do it, I would appreciate your help. Thank you

    PS: an "England forever" member ask the same question post in may 2010 and finalize the answer itself but didn't share with the community.
    Unfortunatly for all of us

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

    Default Re: adding extra link to Login box

    Go to the following file in Login Box plugin:

    /includes/templates/template_default/sideboxes/tpl_login_box.php

    FIND:

    PHP Code:
    $content .= '<li><a class="loginBoxLinks" href="' zen_href_link(FILENAME_LOGOFF'''SSL') . '">' LOGIN_BOX_LOGOFF '</a></li>';
    $content .= '</ul>'
    You can ADD your own URL's below the last one here:

    PHP Code:
    $content .= '<li><a class="loginBoxLinks" href="' zen_href_link(FILENAME_LOGOFF'''SSL') . '">' LOGIN_BOX_LOGOFF '</a></li>';
    $content .= '<li><a class="loginBoxLinks" href="YOUR-FIRST-HYPERLINK URL HERE">First Link Name</a></li>';
    $content .= '<li><a class="loginBoxLinks" href="YOUR-SECOND-HYPERLINK URL HERE">Second Link Name</a></li>';
    $content .= '</ul>'
    20 years a Zencart User

 

 

Similar Threads

  1. Adding extra links in the More Information Box
    By hfxracing in forum Addon Sideboxes
    Replies: 4
    Last Post: 25 Jul 2011, 09:08 PM
  2. Login box, adding link
    By EnglandForever in forum Addon Sideboxes
    Replies: 1
    Last Post: 24 May 2010, 10:54 AM
  3. Adding an extra row above categories box
    By DML73 in forum Basic Configuration
    Replies: 7
    Last Post: 15 Mar 2010, 08:45 AM
  4. adding enlarge image link for extra images
    By tarynhipp in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Jul 2008, 10:05 PM
  5. Adding a Login Link to the Information Box
    By Rabbcon in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Feb 2007, 07:59 PM

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