Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Add EZ-Pages to Information box?

    I would like to add the EZ-Pages to the Information box, but I don't want to add each individual ez-page link, I just want to add it dynamically so that if we add a new ez page in the admin, it will automatically show in the Information box. I can't seem to get it working though. We are using 1.3.6. Here is the code in tpl_information.php:

    $content = "";
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
    $content .= "\n" . '<ul style="margin: 0; padding: 0; list-style-type: none;">' . "\n";
    for ($i=0; $i<sizeof($information); $i++) {
    $content .= '<li>' . $information[$i] . '</li>' . "\n";
    }
    for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {
    $content .= '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n" ;
    } // end FOR loop
    $content .= '</ul>' . "\n";
    $content .= '</div>';
    ?>
    Can anyone see what might be wrong in there?

    Thanks!
    Danielle

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Add EZ-Pages to Information box?

    Wouldn't it be easier to put your Information links in the EZpages box and not have to code anything?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Add EZ-Pages to Information box?

    Yup That is what I usually do...but this person doesn't want it like that! But if I can't figure it out, I guess that is just how it'll have to be...
    Danielle

 

 

Similar Threads

  1. How do I add additional pages to more information side box?
    By marketimpact in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2010, 11:59 AM
  2. Add pages to the "more information" box
    By PeterBKK in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Jan 2008, 07:45 AM
  3. How to add some pages in Information slide-box
    By Necro in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Oct 2007, 08:48 PM
  4. Add pages to More Information Box?
    By centrix in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Apr 2007, 07:33 PM
  5. add pages to More Information box
    By pgfox46 in forum General Questions
    Replies: 4
    Last Post: 15 Dec 2006, 07:10 AM

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