[TYPO3] Create a path menu for Template Voila pages
Pedro Pedro
correotypo3 at gmail.com
Wed Jan 4 16:43:10 CET 2006
Thanks for your answer, I do what you say, but I have two questions about
the "Building Data Structure" of my Path's "Data Element":
1- What kind of "Editing Type" is it
2- and if is it necessary any kind of "[Advanced] Mapping" rules for this
path element
On 04/01/06, Erik Svendsen <erik at linnearad.no> wrote:
>
> 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
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list