[TYPO3] Create a path menu for Template Voila pages

Erik Svendsen erik at linnearad.no
Wed Jan 4 15:49:07 CET 2006


Hello Pedro,

> Hi everybody, I created a Typo3 site with traditional templates system
> and now, I want to remake it with Template Volia. In my old site I
> have a Path menu with this TS setup code:
> 
> # Path menu cObject
> temp.path = HMENU
> temp.path.special = rootline
> temp.path.1 = TMENU
> temp.path.1.wrap =   |
> temp.path.1 {
> NO.allWrap =    |  |*||*|   |
> }
> # Substitute the ###path### subpart with dynamic path menu:
> subparts.path < temp.path
> 
> This way the path menu is correctly displayed in my traditional
> template (i
> n
> a <div> with id="path") and I want to do the same with TV template.
> Can
> anybody tell me what must I do ? thanks

Map a TypoScript Path Object to the <div> where you have your path menu in 
your HTML template. Give it a object path name, ex. lib.path. Change temp.path 
to lib.path and delete subparts.path < temp.path, and your done.

WBR,
Erik Svendsen
www.linnearad.no





More information about the TYPO3-english mailing list