osCmax v2.5 User Manual
Results 1 to 3 of 3

bread crumb trail

This is a discussion on bread crumb trail within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hello! I am looking for a solution to remove the "top" link from the bread crumb trail and replace some ...

      
  1. #1
    Lurker
    Join Date
    Sep 2005
    Posts
    3
    Rep Power
    0


    Default bread crumb trail

    Hello!

    I am looking for a solution to remove the "top" link from the bread crumb trail and replace some of the page descriptions ("catalog" to "home").

    Any help locating these in the code would be appreciated.

    Thanks, federoff

  2. #2
    New Member
    Join Date
    Jul 2005
    Posts
    5
    Rep Power
    0


    Default RE: bread crumb trail

    Look in catalog/includes/application_top.php around line 618

    find:
    // include the breadcrumb class and start the breadcrumb trail
    require(DIR_WS_CLASSES . 'breadcrumb.php');
    $breadcrumb = new breadcrumb;

    $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
    $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));


    Take out the line (or comment out) -- $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); -- to remove the "top" link.

    To Change -- HEADER_TITLE_CATALOG -- to "Home"
    open catalog/includes/languages/english.php

    Find the line-- define('HEADER_TITLE_CATALOG', 'catalog'); --
    Change 'catalog' to 'Home' or whatever you want.

    Hope this helps

  3. #3
    Lurker
    Join Date
    Mar 2005
    Posts
    2
    Rep Power
    0


    Default Thanks

    Thank you, I found the code and switched it without any problems.

Similar Threads

  1. <?php echo $breadcrumb->trail(' &raquo; ');
    By kuzak in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 09-29-2005, 09:16 AM
  2. Variables contained in Breadcrumb Trail
    By carab in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 10-17-2004, 11:46 AM
  3. Edit Breadcrumb Trail
    By a_sap in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-11-2004, 07:57 AM
  4. editing breadcrumb trail
    By pedrump in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-12-2004, 09:40 AM
  5. change breadcrumb trail text colour
    By Korsh in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-17-2003, 09:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •