Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Default Adding a Login Link to the Information Box

    I have searched the forum and am unable to find out how to add the Login Link to the Information Box.

    I look forward to any assistance.

    Thank you for helping me.

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: Adding a Login Link to the Information Box

    Open includes/templates/template_default/common/tpl_header.php and find the code that creates the login link (on line 55 which is
    Code:
    <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
    Copy it .

    Open includes/modules/sideboxes/information.php. Find unset ($information); and insert on the next line:

    $information[]='';

    then paste the code between the single quotes so you have
    Code:
    $information[]='<a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>';
    Then save the file as includes/modules/sideboxes/YOUR_TEMPLATE/information.php

    This will place the login link as the first item in your information box.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  3. #3
    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    149
    Plugin Contributions
    1

    Default Re: Adding a Login Link to the Information Box

    Thank you so much for your help!

 

 

Similar Threads

  1. Adding a Newsletter Subscribe link to Information box.
    By bparker in forum General Questions
    Replies: 5
    Last Post: 3 Dec 2014, 11:30 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 "about us" link for the information banner box
    By vfrazier in forum Basic Configuration
    Replies: 4
    Last Post: 22 Apr 2009, 04:37 AM
  4. Adding A Link Page Under Left Side Information Box
    By PhysiqueBoutique in forum Basic Configuration
    Replies: 3
    Last Post: 3 Oct 2008, 06:23 PM
  5. Adding new link to Information side box
    By kidzcomfort in forum Basic Configuration
    Replies: 2
    Last Post: 16 Sep 2008, 02:56 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