Breadcrumbs - start at level 2?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
ravonet
Forum Members
Forum Members
Posts: 59
Joined: Fri Jan 11, 2008 12:04 pm

Breadcrumbs - start at level 2?

Post by ravonet »

Is it possible to start the breadcrumbs at level 2?

{breadcrumbs root='?'}
ravonet
Forum Members
Forum Members
Posts: 59
Joined: Fri Jan 11, 2008 12:04 pm

Re: Breadcrumbs - start at level 2?

Post by ravonet »

...and also is it possible to add a

There is allready a but no classes for the rest of the items.
benchfrooser
Forum Members
Forum Members
Posts: 28
Joined: Thu Jan 08, 2009 1:28 pm

Re: Breadcrumbs - start at level 2?

Post by benchfrooser »

Put the breadcrumb in an and apply a css rule to the first child to be not displayed.

Code: Select all

<ul id="breadcrumb>
<li>{breadcrumbs root='Home' delimiter='</li><li>}
</li>
</ul>

Code: Select all

#breadcrumb li:first-child { display:none }
You don´t need a ul you can replace the to , but an or an is the right semantik here.
Post Reply

Return to “Modules/Add-Ons”