Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    24
    Plugin Contributions
    0

    Default Breadcrumb Editting

    Hello,

    I'm looking to edit the breadcrumb.

    Right now the breadcrumb looks like this:
    Home : Category : Product

    I'd like to put a word in front of Category and Product like this:
    Home : Word Category : Word Product

    Yes, I could just rename the Category and put the Word in front but I don't want to do it that way for aesthetic reasons.

    Thanks for helping!

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Breadcrumb Editting

    find a file called includes/classes/breadcrumb.php

    At about line 46 you'll see this:

    Code:
        for ($i=0, $n=sizeof($this->_trail); $i<$n; $i++) {
    directly after it add:

    Code:
        for ($i=0, $n=sizeof($this->_trail); $i<$n; $i++) {
          if ($i==1){$trail_string.='hhh';}
    You can change the 'hhh' to whatever you want.

    This will place the 'hhh' before the second element of the breadcrumb. If you wanted it before the third element for instance you would change the ($i==1) to ($i==2)

  3. #3
    Join Date
    Mar 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Breadcrumb Editting

    Awesome! Worked perfectly!

    Thank you very much niccol!

 

 

Similar Threads

  1. v139h Cpanel for editting
    By stitchnkitty in forum General Questions
    Replies: 8
    Last Post: 22 May 2014, 12:49 AM
  2. v151 How To Have Breadcrumb Stay On Breadcrumb?
    By capncrunch0 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 9 May 2013, 02:55 AM
  3. editting interface
    By MHulak in forum Customization from the Admin
    Replies: 1
    Last Post: 30 Apr 2012, 05:48 AM
  4. Breadcrumb/CSS Changes Not Removing Breadcrumb
    By patschraier in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 May 2007, 08:49 PM
  5. Editting Sidebox !
    By ff7799 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Aug 2006, 11:06 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR