[TYPO3-templavoila] FCE-Link field and HMENU?!
Siedlaczek, Sandy
siedlaczek at kemper.de
Mon Feb 9 17:01:19 CET 2009
Hi all,
i want to create a small FCE with a link field, header, an image and a
HMENU.
All Elements in this FCE get their links from the link field with:
10.typolink.parameter.field = field_bildmenulink
No problem...
Now the HMENU should always show the next level from selected page. So i
added this typoscript in my DS:
<TypoScript><![CDATA[
10 = HMENU
10 {
special = directory
special.field = field_bildmenulink
1 = TMENU
1 {
wrap = <ul> | </ul>
NO {
allWrap = <li> | </li>
}
}
}]]>
</TypoScript>
The fieldname field_bildmenulink is the link field of course. But I only get
a menu from the actual page, not from the link field page.
Hope anyone could help me.
Thanks in advance,
Sandy
More information about the TYPO3-project-templavoila
mailing list