Breadcrumbs issues.

greengeek
greengeek
Offline
0
I am currently using MC on a single artist site. I have disabled the alpha bar so it will not show. I created a new menu item called About that points to "index.php?option=com_muscol&view=artist&id=2" This allows me to go directly to the Artist page. However the breadcrumb on the page is showing:

"Home - About - K - Kevin"

I am not using the alphabet bar so would rather it show up as:

"Home - About - Kevin"

How would I go about removing the alpha navigation of the breadcrumb?

Thank you.
Responses (2)
  • Accepted Answer

    Friday, April 08 2011, 03:18 PM - #Permalink
    0
    hello greengeek!

    breadcrumbs are added in the view.html.php files (inside each VIEWS folder). you know what I'm talking about.

    so all you need to do it open that file (views/artist/view.html.php) and search for: $pathway->addItem

    and just get ride of what you don't need. in that case, you don't need this:

    $pathway->addItem($letters[$artist->letter], 'index.php?option=com_muscol&view=artists&letter='.$artist->letter);

    you'll probably want to do the same in the ALBUM and SONG view files.

    Kid's stuff for you! ;)

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Saturday, April 09 2011, 12:20 AM - #Permalink
    0
    Thank you for the reply. I will make those modifications.

    EDIT: Made those changes, Worked beautifully! Thanks again! :)
    The reply is currently minimized Show
Your Reply