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.
"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
0hello 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 -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »