Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Editing, changing links in Information Sidebox

    I already had a "About us" in More Information side box but wanted a fourth item in this side box. Hence, I installed "About_ Us" changing all folders and files from About_us to My_page.
    It works.

    However, I just wonder why I did it as I now know that the More_information.php already has this feature:

    See what I found in More_information.php:

    // insert additional links below to add to the more_information box
    // Example:
    // $more_information[] = '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . 'TESTING' . '</a>';

    No need for "About_Us" add-on, at least not for me.

    Kim, founder
    wwwPUREchocolatetruffles.co.uk

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

    Default Re: Editing, changing links in Information Sidebox

    Quote Originally Posted by PUREchocolatetruffle
    No need for "About_Us" add-on, at least not for me.
    And what you posted - -
    How does that create another define page file?
    How can you manage it from the admin?....

    That is what all this is about...
    create a file for a page named like you want
    Add a page that can be edited from the admin
    Add a link to it in a side box
    Ability to turn on/off from the admin
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Editing, changing links in Information Sidebox

    Quote Originally Posted by kobra View Post
    And what you posted - -
    How does that create another define page file?
    How can you manage it from the admin?....

    That is what all this is about...
    create a file for a page named like you want
    Add a page that can be edited from the admin
    Add a link to it in a side box
    Ability to turn on/off from the admin
    Okay, I agree.

  4. #14
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Editing, changing links in Information Sidebox

    if (DEFINE_FAQ_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a>';
    }
    kobra
    How could I take this link to make a pop-up window from it. I have a faq module installed and redirecting it to my on line phpMyFAQ, but when you click on it it takes you off site. I need to know how I can open that link into a pop up window. Thanks in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Editing Links in Information Box
    By bparker in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 26 Apr 2011, 07:19 PM
  2. Changing the names of the links in INFORMATION sidebox
    By luke_pickering in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Jan 2011, 01:02 PM
  3. Editing Links In 'Information' Side Box
    By kramerr in forum Basic Configuration
    Replies: 3
    Last Post: 6 Jul 2009, 02:36 AM
  4. Editing the More Information Links...
    By LovelyMiss in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2007, 07:09 AM
  5. Replies: 1
    Last Post: 11 Jun 2007, 05:33 PM

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