Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Site Map and other links

    What you have posted is not the tpl_information.php file as I post the full content below - only a tatal of 19 lines...where did your get this file content??
    Code:
    <?php
    /**
     * Side Box Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_information.php 2982 2006-02-07 07:56:41Z birdbrain $
     */
      $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";
      }
      $content .= '</ul>' .  "\n";
      $content .= '</div>';
    ?>
    Zen-Venom Get Bitten

  2. #12
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    What i posted was from the blank sidebox module . After fussing around so long last night, i just decided to install the blank sidebox and put the logo in there. What i provided was from that set of files includes/templates/template_default/sideboxes/tpl_blank_sidebox

    if you want to go to the shopping cart, what I have done is the last sidebox to the right (www.mooncavecrystals.com/shopping) I am sorry, i am sooooo lost

  3. #13
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    can i just say........my holy cow! how do you folks do this all the time?? My brain is like mush! I am so grateful for you and all those here at zen cart!!! you have noooooooooooooo idea!!

    thanks,
    and sorry for the confusion,
    K

  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Site Map and other links

    Got no idea what box you are working on???

    The information side box :)
    So start over - What do you want??
    Zen-Venom Get Bitten

  5. #15
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    ok, sorry

    I decided instead of trying to put the image in the information side box as originally planned (and asked for), that I would add the blank sidebox module and put the icon image there.

    So, I have installed the blank sidebox module. The box is now entitled 100% Safe and Secure. I added text to the box to explain about the certificate.
    Now what I need to know is what code to use in order to make the image show up.

    I have added the actual image to pretty much every image folder I can find (one of them has to work right? :) So what I am looking for is the string of code and where to put it using the blank sidebox module folders (I believe the correct one is includes/templates/template_default/sideboxes/tpl_information.php) since it said I could add images, html, etc on line 20.

    make sense??

  6. #16
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Site Map and other links

    Try this
    Code:
    $content .= '<p><img src="../images/ssl.gif"></p>';
    Zen-Venom Get Bitten

  7. #17
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    Ok, i put that in and still no image, so I am thinking I need to look at the other files as well that come with the blank sidebox. I will keep working at it. Thanks so much Kobra for your time!!

  8. #18
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Site Map and other links

    If you view this in IE you get the dreded red X - and the properties for it are:
    http://www.mooncavecrystals.com/images/ssl.gif

    Try or insure that this image is spelled correctly (caps count) and in your /images directory
    Zen-Venom Get Bitten

  9. #19
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    can i start crying now? LOL

    i dont even have a folder like that.....which makes sense why there is an X

    How i usually upload is by going to my server.and logging on to unlimited ftp...clicking on public_html, then Shopping (which is where all my zen cart stuff is) then.....heck I dont know...i have uploaded the ssl.gif to every folder everywhere it says images....i may have to wave the white flag on this on......it is so simple and I am just not getting it at all.

  10. #20
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    I did it! Once I wrapped my brain around the entire folder it needed to go in......i even centered it :) thanks kobra for your patience and awesome help!!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Removing Links From Site Map / Rndm Questions
    By project_computers in forum General Questions
    Replies: 14
    Last Post: 25 Dec 2010, 07:47 PM
  2. Replies: 0
    Last Post: 19 May 2009, 08:15 PM
  3. Include other pages in Site Map???
    By toddo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Apr 2008, 02:26 AM
  4. removing items from site map
    By trillian in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Mar 2007, 06:36 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