Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Plugin Contributions
    0

    bug Blank Sidebox not showing

    I am having confusing on adding new blank sideboxes to my site. I am trying to install an addon available on zencart website.

    http://www.zen-cart.com/index.php?ma...roducts_id=174

    I have already uploaded the files to required folders. But still the sidebox hasn't shown in the site. I have read the readme file carefully. Am i missing something ? do i have to configure anything on the admin panel in order to display it?

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Blank Sidebox not showing

    Activate sideboxes via admin>tools>layoutboxes Controller.

  3. #3
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Blank Sidebox not showing

    I downloaded blank boxes, tried my best to follow the instructions in "read me" but it is not showing in my layout boxes controller. I must be doing something wrong, can someone help pls?

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

    Default Re: Blank Sidebox not showing

    I've used that mod dozens of times, and installing it should be a simple process. Drag and drop the 'includes' folder from the mod to the root (top) directory of your store, and all files and folders will land where they belong. The sidebox will then show in Layout Boxes Controller.

  5. #5
    Join Date
    Jun 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Blank Sidebox not showing

    thanks stevesh, the issue was that I was using the ftp in godaddy to upload my files and that didn't work. So I then used filezilla and got it! I guess I learned my lesson and will use filezilla for not on.

  6. #6
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question How to add PHP code to sidebox?

    On the template/sidebox/tpl_blank_sidebox.php, it said
    PHP Code:
    $content .= '<p>You can include text, links, images, HTML markup and even PHP code</p>'
    But when I tried to add this following PHP, something wrong happended. The sidebox hasn't shown in the site. www.best4future.com

    PHP Code:
    <?php 

    //
    // Make a new empty tag cloud
    //

    $cloud = new wordCloud();

    //
    // Add the product keywords
    //
    $array_ids my_get_prod_ids();
    foreach (
    $array_ids as $key1 => $id_val)
    {
        
    $prod_key_words =readCSV(zen_get_metatags_keywords1($id_val1));
        foreach (
    $prod_key_words as $key2 => $tag)
        {
            
    $cloud->addTag(rand(515),zen_href_link(FILENAME_ADVANCED_SEARCH_RESULT'keyword=' $tag),$tag);
        }
    }

    //
    // Add the catagories
    //

        
    foreach (zen_get_categories_names(array(array()),,'') as $key => $value
        {
          if (
    is_array($value)) 
          {
              
    $cloud->addTag(rand(515),$value[0],$value[1]);
          }
        }
        
    //
    // Add some sample data
    //
    //$cloud->addTag(rand(5, 15),"http://www.madteckhead.com/","Me");
    //$cloud->addTag(rand(5, 15),"http://www.madteckhead.com/","Me");
    //$cloud->addTag(rand(5, 15),"http://www.madteckhead.com/","something");
    //$cloud->addTag(rand(5, 15),"http://www.madteckhead.com/","Else");
    //$cloud->addTag(rand(5, 15),"http://www.madteckhead.com/","Todo");

    //
    //Display the cloud
    //
    echo $cloud->showCloud();
    ?>
    Can anybody advise me? Thank you so much!!

 

 

Similar Threads

  1. v150 Blank sidebox mod not showing html code
    By coucho in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 24 Jun 2012, 03:18 AM
  2. Replies: 8
    Last Post: 20 May 2011, 09:34 PM
  3. 'Blank' and 'Editable' Sidebox not showing
    By rooisnor in forum Addon Sideboxes
    Replies: 1
    Last Post: 19 Dec 2008, 05:34 AM
  4. flash not loading / showing blank
    By saman in forum General Questions
    Replies: 3
    Last Post: 16 Jan 2008, 09:41 PM
  5. Blank Sidebox not appearing
    By chufty bill in forum Addon Sideboxes
    Replies: 3
    Last Post: 21 Oct 2006, 11:53 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