Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    43
    Plugin Contributions
    0

    Default Adding EZ Pages to a new blank sidebox?

    Hello all!
    I need to create a new blank sidebox containing EZ-page links to Ez-pages content - problem is that I already use the ez-pages sidebox for all my customer information.

    ....So, when I create a new ez-page link I need to specify that this link must appear in my new blank sidebox and NOT the ez-page sidebox....(phew!)

    ...is this possible?

    Basicly I want to create links in a new sidebox that will display specified search results for our products - or Quicklinks.

    Thanks in advance!
    Nath

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

    Default Re: Adding EZ Pages to a new blank sidebox

    It would be a big job to create a new admin function for switching extra sidebox links, but very easy to manually add the desired links directly to your new sidebox.

    Add this to the sidebox content for each link you want, changing the number for the ez-page id:
    PHP Code:
    <a href="<?php echo zen_ez_pages_link(23); ?>">Page Name</a><br />
    You may want to arrange them in a list like other sideboxes:
    PHP Code:
    <ul>
      <li><a href="<?php echo zen_ez_pages_link(23); ?>">Page 1</a></li>
      <li><a href="<?php echo zen_ez_pages_link(24); ?>">Page 2</a></li>
      <li><a href="<?php echo zen_ez_pages_link(25); ?>">Page 3</a></li>
    </ul>

 

 

Similar Threads

  1. Adding pages to blank sidebox
    By strike_noir in forum Addon Sideboxes
    Replies: 4
    Last Post: 31 Jan 2021, 09:19 AM
  2. Adding JavaScript to Blank Sidebox module
    By commdiver in forum Addon Sideboxes
    Replies: 19
    Last Post: 16 May 2014, 10:59 PM
  3. v150 Blank Sidebox Blank Page after adding code for livechat software
    By whatisthat456 in forum Basic Configuration
    Replies: 8
    Last Post: 3 May 2012, 10:40 AM
  4. Adding Twitter code to Blank Sidebox Add On
    By habsolutely in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Sep 2011, 07:54 PM
  5. adding another blank sidebox
    By macc88 in forum Basic Configuration
    Replies: 3
    Last Post: 29 Nov 2009, 05:20 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