[TYPO3] Hiding last item from breadcrumb problem

Andreas Burg typo3 at andreasburg.de
Fri Sep 19 02:35:16 CEST 2008


MaaBoo,

> I'm afraid that my little brain will explode when i'll try to understand
> optionSplit, so i just copypasted:
> 
> NO.allWrap = |  |  |*| |  |  |*| |
> 
> and it works! Thanks.

you just need this: NO.allWrap = |  |  |*| |*| |

|*| => splits menuitems into 3 parts.

1. part: first menuitem (if there are more than 1)
|*|
2. part: all menuitems between first and last menuitem
|*|
3. part: last menuitem (or first, if there is only 1 menuitem)

So first keep your eyes on these two "symbols" |*| |*|. Recognize the code 
before, between and after them.

before |*| between |*| after

  => entitie for an empty space character
| => entitie for the pipe character
|      => placeholder for the generated code (f.e. the link TAG)

TSref gives you more detailed infos. f.e. splitting the 3 parts into subparts 
and the rules of how the parts get repeated and more...

Andreas


More information about the TYPO3-english mailing list