Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    help question Blank Sidebox Mod v2.0

    Hi all,

    I am trying to get rid of the space at the top of my image in the mod Blank Sidebox without much luck. I also can not get the url link to work??

    www.jadencomputers.com (it is the POE clocks box)

    bleow is my php file I have changed in the tpl_blank_sidebox.php

    <?php
    /**
    * blank sidebox - allows a blank sidebox to be added to your site
    *
    * @package templateSystem
    * @copyright 2007 Kuroi Web Design
    * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: blank_sidebox.php 2007-05-26 kuroi $
    */
    $content = '';
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
    // Replace the text and HTML tags between the apostophes on lines 19 and 20.
    // Use as many or as few lines using this model as you need for your custom content.
    // If you have a multilingual site define your text in the languages/YOUR_LANGUAGE/extra_definitions/blank_sidebox_defines.php and include it as shown in line 19.
    // If your site is monolingual, you can put the text right here as shown on line 20 (and nobody will know!)
    $content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
    $content .= '<p><ahref="http://www.jadencomputers.com/poe_clocks/">
    <img src="http://www.jadencomputers.com/poe_cl...ges/ONT4SS.jpg" alt="POE Clocks" width="135" height="75" align="middle">
    </a>
    </p>';
    $content .= '</div>';


    This is the blank_sidebox_defines.php

    <?php
    /**
    * blank sidebox definitions - text for inclusion in a new blank sidebox
    *
    * @package templateSystem
    * @copyright 2007 Kuroi Web Design
    * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: blank_sidebox.php 2007-05-26 kuroi $
    */
    define('BOX_HEADING_BLANK_SIDEBOX', 'POE Clocks');
    define('TEXT_BLANK_SIDEBOX', '');
    ?>

    Thanks in advance.

    Jaden

  2. #2
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default Re: Blank Sidebox Mod v2.0

    Ok nearly soughted!

    Remove the paragraph tags to remove the space.

    $content .= '' . TEXT_BLANK_SIDEBOX . '';
    $content .= '<ahref="http://www.jadencomputers.com/poe_clocks/">
    <img src="http://www.jadencomputers.com/poe_cl...ges/ONT4SS.jpg" alt="POE Clocks" width="135" height="75" align="middle">
    </a>
    ';

    But the link still does not work!

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Blank Sidebox Mod v2.0

    Generally, there's a space between a and href. Not sure if that's the problem, but you might check.

  4. #4
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default Re: Blank Sidebox Mod v2.0

    Stevesh thanks,

    a href="http://www.jadencomputers.com/poe_clocks/

    that was the error. All good now. Appreciate you assistance. This is a great mod.


 

 

Similar Threads

  1. Blank Sidebox Mod
    By Mel83 in forum Addon Sideboxes
    Replies: 3
    Last Post: 6 Dec 2011, 02:55 PM
  2. Replies: 4
    Last Post: 13 Jul 2009, 01:57 AM
  3. Blank Sidebox Mod : Is it still working
    By strettie in forum Addon Sideboxes
    Replies: 7
    Last Post: 18 Apr 2009, 08:30 PM
  4. Blank Sidebox Mod v2.0 Help?
    By Mrsb in forum Addon Sideboxes
    Replies: 5
    Last Post: 24 Jun 2008, 09:43 PM
  5. Blank Sidebox Mod - remove a blank sidebox
    By PJD in forum Basic Configuration
    Replies: 4
    Last Post: 14 Mar 2008, 02:09 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