Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Posts
    42
    Plugin Contributions
    0

    Default EZ Pages links in Information instead of Important links?

    Thanks in advance...

    I couldn't find this in Tutorials. When I added some EZ Pages they ended up in a new box called "Important Links". I want them in the "Information" section.

    Any help on how I can get this accomplished?

    Thanks again.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ Pages links in Information instead of Important links?

    For automatic display of all desired ez-page links, the easiest way would be to position the ezpages box right below the information box, then use CSS in your stylesheet to hide the "Important Links" heading and make that box look like the bottom half of the information box.

    If you want to use the ez-pages box somewhere else, you can add links to the information box by duplicating and modifying one of the existing links (wherever you want the new link to appear) in /includes/modules/sideboxes/your_template/information.php, like this:
    PHP Code:
      if (DEFINE_SITE_MAP_STATUS <= 1) {
        
    $information[] = '<a href="' zen_href_link(FILENAME_SITE_MAP) . '">' BOX_INFORMATION_SITE_MAP '</a>';
      }

        
    $information[] = '<a href="' zen_ez_pages_link(23) . '">' 'Your New Link Title' '</a>'
    Replace 23 with the id of your ex-page.

  3. #3
    Join Date
    Apr 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: EZ Pages links in Information instead of Important links?

    Thanks a bunch! After even more review and searching, I decided to rename the Important Information box to Company Info and move it to the bottom of the sidebar. It works for me.

 

 

Similar Threads

  1. v150 Adding links to footer 'Important Links' box
    By gwyllion in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jul 2012, 05:29 PM
  2. add external links in the "important links" side box
    By rabbitnutrition in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jan 2012, 07:32 AM
  3. How to change font size on links in Important Links side box (EZpages)??
    By Argyle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Jun 2010, 07:37 AM
  4. Information links at bottom instead of sidebox
    By Noella in forum Basic Configuration
    Replies: 5
    Last Post: 20 Mar 2008, 05:19 AM
  5. Image Instead of Important Links Text
    By Lainee in forum General Questions
    Replies: 4
    Last Post: 27 Apr 2007, 04:44 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