Subscribe to Acqal

Got Thoughts? Write Us!

Contact
Request
Validate

Approved TYPO3 Agency

Acqal is an approved TYPO3 agency focusing on support, training and website migration.

This means that we...

  • are available on TYPO3.org
  • make substantial contributions to TYPO3 teams
  • are registered as business members of the TYPO3 Association
  • have completed more than four TYPO3 projects
  • have proven our technical abilities with quality TYPO3 extensions
  • use TYPO3 for our own website

Acqal is a TYPO3 Association Business Member

Popular Blog Posts

Blog Topics

Virgil on Twitter

Please wait while virgilhuston tweets load Twitter is loading

Recent Blog Posts

Blog Archives

Creating breadcrumb navigation with TypoScript

Breadcrumb navigation in use

Breadcrumb navigation in use

Breadcrumb navigation via TypoScript

Breadcrumb navigation via TypoScript
Tuesday, September 8, 2009 12:00 AM EDT

By: Michael Cannon

voting in progress Submitting your vote...
Rating: 4.0 of 5. 3 vote(s).
Click the rating bar to rate this item.

Creating breadcrumb navigation for your TYPO3 website is pretty straightfoward. You can copy and paste the following TypoScript code into your TypoScript template's Setup section and then call lib.nav.breadcrumb as needed into your TemplaVoila or TypoScript page template.

lib.nav.breadcrumb = HMENU
lib.nav.breadcrumb {
includeNotInMenu = 1
special = rootline
1 = TMENU
1 {
NO = 1
NO {
linkWrap = | » |*||*| |
ATagTitle.field = description // title
stdWrap.htmlSpecialChars = 1
}
CUR < .NO
CUR {
doNotLinkIt = 1
stdWrap.htmlSpecialChars = 1
}
}
}
lib.nav.breadcrumb.wrap = <div id="nav_breadcrumb">|</div>

Reference

Keywords:

Please Share This Post

Tweet thisRedditBookmark on deliciousStumble thisShare on Facebook

Send this article via email to your friends and peers.

Leave a Comment

Add comment

* - required field







Notify me when a new comment is added.