Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing Site Map and other links

    ok, so i just remove the entire line? just where it says "site map"? what if I want to break up shipping and returns to be two separate entries.....shipping for one and returns for another? Lord, I need a drink

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

    Default Re: Removing Site Map and other links

    ok, i figured that one out thanks!!

    now one more thing..i need to create a separate Returns (not included with the shipping define pages) how do I go about that?

    thanks!!

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

    Default Re: Removing Site Map and other links

    im sorry......ONE more thing......LOL

    What if I want to add an image to that box I am working on? at the bottom of the box maybe? I know nothing about code, so be gentle with me :)

    thanks again!
    Kristi

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

    Default Re: Removing Site Map and other links

    What if I want to add an image to that box I am working on? at the bottom of the box maybe?
    Got no idea what box you are working on???
    Zen-Venom Get Bitten

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

    Default Re: Removing Site Map and other links

    The information side box :)

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

    Default Re: Removing Site Map and other links

    Try adding your image in a copy of the file includes/templates/template_default/sideboxes/tpl_information.php that you place in your template, where indicated
    Code:
      }
      $content .= '</ul>' .  "\n";
      Add your content here
      $content .= '</div>';
    ?>
    Zen-Venom Get Bitten

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

    Default Re: Removing Site Map and other links

    Hi Kobra,

    I am sorry to be such a dunce.....i no NOTHING about code stuff.....here is what the includes/templates/template_default/sideboxes/tpl_information.php looks like at the moment--(well part of it, I didnt paste all the top stuff). As you can see, I added the img src thingy at line 20. The text i put in works, just cant get the logo in right. And believe me, i added that ssl.gif to every danged image file I have everywhere.....LOL SO where did I go wrong?

    $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><img src="ssl.gif"></p>';

    $content .= '</div>';
    ?>

 

 

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