Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,145
    Plugin Contributions
    0

    Default Re: Changing a breadcrumb link

    Very pretty site!

    Very odd behavior for that link. In includes/templates/YOUR_TEMPLATE/common/tpl_header.php, you probably have something like

    Code:
    <div id="navMain">
        <ul class="back">
        <li><a href="http://mydigitaladdiction.com/downloads/">Downloads</a></li>
    Change it to

    Code:
    <div id="navMain">
        <ul class="back">
        <li><a href="http://mydigitaladdiction.com/downloads/index.php">Downloads</a></li>
    I don't know why it's not picking up the index.php automatically. I have something similar on a site I'm working on and it seems to be fine.

    You don't want people seeing the directory structure like that. It's a security risk.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  2. #12
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Changing a breadcrumb link

    Thanks for the compliment and your help.
    You rock!

  3. #13
    Join Date
    May 2008
    Posts
    51
    Plugin Contributions
    0

    Default Re: Changing a breadcrumb link

    I was wondering if you could tell me how you changed the text of "home" in the breadcrumb trail to "download". I want to change my link name to something else, but I don't know how. Please help. Thanks!

  4. #14
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,145
    Plugin Contributions
    0

    Default Re: Changing a breadcrumb link

    Look in includes/templates/YOUR_TEMPLATE/common/tpl_header.php.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #15
    Join Date
    May 2008
    Posts
    51
    Plugin Contributions
    0

    Default Re: Changing a breadcrumb link

    i figured it out! thanks. this whole thread has been very helpful! thank you everyone who posted on it, even if it wasn't meant for me, specifically.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. adding my homepage link to the start of store breadcrumb.
    By fl33140 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 21 Nov 2007, 08:55 PM
  2. Want to change my Breadcrumb Home Link and text
    By arth in forum Basic Configuration
    Replies: 3
    Last Post: 10 Jul 2007, 05:04 AM
  3. Changing the Home link.
    By Bozlee in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Mar 2007, 04:17 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
  •