[TYPO3] Customized breadcrumb required

Tomas Mrozek mail at cascaval.com
Tue Jul 1 10:43:04 CEST 2008


Make the lib.bread a COA. First part will be the HMENU while the second 
part will be a CONTENT - the title of the product.

Start with something like this:

lib.bread = COA

lib.bread.20 = HMENU
...

lib.bread.20 = CONTENT
lib.bread.20 {
   table = tt_news
   select {
     pidInList = 30
     selectFields = title
     andWhere.data = GPVar:tx_ttnews|tt_news
     andWhere.intval = 1
     andWhere.wrap = uid=|
   }
   renderObj = TEXT
   renderObj.field = title
}

The code is for tt_news so you will have to modify it so that it loads 
right data from the right table.

Tomas Mrozek


More information about the TYPO3-english mailing list