[Typo3] Combining stdWrap.substring with wrap

Marcel Douwstra marcel.douwstra at tros.nl
Mon Sep 26 10:52:21 CEST 2005


Tobias,

thanx a lot for the help and the example! With a little modification I 
got it to do exactly what I wanted!
I had a seen the optionsplit method but now I see it's use!

For the people interested, this gave the perfect output for me:

temp.breadcrumbs = HMENU
  temp.breadcrumbs {
    special = rootline
    special.range = 1|5
    special.targets.3 = page
    1 = TMENU
    1.target = _top
    1.wrap =
    1.NO {
     allWrap= |  //|*||*| |
     linkWrap =  |
    }
}

Cheers,

Marcel Douwstra

*** typo3 forum typo3.tros.nl ***

Tobias Erlacher wrote:
> Hi Marcel,
> you could use a optionsplit for this, eg (untested):
> 
>  temp.breadcrumbs = HMENU
>  temp.breadcrumbs {
>    special = rootline
>    special.range = 1|5
>    special.targets.3 = page
>    1 = TMENU
>    1.target = _top
>    1.wrap =
>    1.NO {
>    allWrap= | //|*||*| |
>    linkWrap =  | //
>    }
> 
>  }
> 
> more information about optionsplit:
> tsref
> http://typo3.org/doc.0.html?&tx_extrepmgm_pi1%5BextUid%5D=270&tx_extrepmgm_pi1%5BtocEl%5D=289&cHash=6604390b37 
> 
> 
> a nice article written  by Zach Davis explaining optionsplit in detail
> http://castironcoding.com/resources/typo3-tricks/single-typo3-tricks/index.html?tx_ttnews%5Btt_news%5D=5&tx_ttnews%5BbackPid%5D=45&cHash=8bfd546c52 
> 
> 
> have fun
> Tobias Erlacher



More information about the TYPO3-english mailing list