[TYPO3-english] hmenu: special directory - is it possible to show the parent page in the menu as well?!
Tyler Kraft
tyler.kraft at netefficiency.co.uk
Thu Oct 1 15:14:28 CEST 2009
Really? Build a second level to the menu.
The same way that SECONDMENU.1=TMENU displays the first menu level
simply use SECONDMENU.2=TMENU to show the second level. There might be
other properties that you need to specifically use depending upon the TS
and the page structure, but I have no idea as you've helpfully actually
not posted either of those.
I hate to say it but you need to read TSref, as it has everything in it
that you need. Look at HEMNU, TMENU and TMENUITEM
hth
Daniel Rutzen wrote:
> The problem is:
>
> special=list
> special.value = uidPageB
>
> only gives me one menu entry: pageB
> The subpages are not listed.
>
>
>
>
> Tyler Kraft schrieb:
>> Hi,
>>
>> Right and that is different than what you asked for previously. So
>> when on horizonatal A or B display vertical menu B. Fine I'd suggest
>> that you get it to all work fine when on horizontal B, and from what
>> you've said it does. FYI for the vertical menu I'd use entryLevel
>>
>> Then when on A simply change the menu slightly
>>
>> [globalVar = TSFE:id= uid_of_A ]
>> SECONDMENU {
>> enrtyLevel>
>> special = list
>> special.value = uid_B
>> }
>> [global]
>>
>> Does that solve it for you?
More information about the TYPO3-english
mailing list