Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Removing Site Map and other links

    Ok, this should have been easy......but......i want to remove Site Map from my side box (as well as gift cert box since I dont offer those), so I went to the ez pages and deleted "site map".......nothing happened. It is still there.

    I want to do a little overhaul on that particular side box and am not having any luck.....for instance...i want to change the name of the box from "information" to "Shop with confidence" and cant figure out how to do that either (sorry, I posted this same question on a much older thread earlier).

    I am a goof ball when it comes to doing this stuff.....help please?

    thanks!

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

    Default Re: Removing Site Map and other links

    i want to change the name of the box from "information" to "Shop with confidence"
    Use the admin > tools > developers tool kit > enter "information" in the bottom left box all catalog files and search...english.php will be displayed along with
    Code:
    define('BOX_HEADING_INFORMATION', 'Information');
    Change the text between the single quotes

    Your other issue you need to make a copy of includes/modules/sideboxes/information.php and edit/comment out those that you do not want
    Zen-Venom Get Bitten

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

    Default Re: Removing Site Map and other links

    thanks I will give it a go

  4. #4
    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

  5. #5
    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!!

  6. #6
    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

  7. #7
    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

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

    Default Re: Removing Site Map and other links

    The information side box :)

  9. #9
    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

  10. #10
    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>';
    ?>

 

 
Page 1 of 2 12 LastLast

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