Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    5
    Plugin Contributions
    0

    Default Text-Link-Ads php code in Blank Sidebox

    Hi! I would like to add the TLA php code in a sidebox. My link: magicsenses.com

    I have created a sidebox with the Blank Sidebox module. So far, so good. But now, I don't know how to add the php code to the $content in:
    Code:
    <?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_TLA_SIDEBOX . '</p>';
      $content .= '';
    
      $content .= '</div>';
    ?>
    Any guidance is very appreciated.Thank you for your support!

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Text-Link-Ads php code in Blank Sidebox

    EZ Pages That's how I do links.

    Admin Control Panel -> Tools -> Layout Boxes Controller -> EZ pages ->

    Admin Control Panel -> Tools -> EZ pages ->
    Cheers!
    v2.2.1

 

 

Similar Threads

  1. 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
  2. Form code in blank sidebox
    By digidiva-kathy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Oct 2011, 02:53 PM
  3. PHP code in a blank sidebox
    By Lazar in forum Addon Sideboxes
    Replies: 0
    Last Post: 10 Aug 2011, 11:27 AM
  4. Replies: 1
    Last Post: 23 Apr 2010, 02:23 PM
  5. Sidebox for TEXT-LINK-ADS
    By rohit in forum Basic Configuration
    Replies: 2
    Last Post: 15 May 2008, 11:17 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