[TYPO3-50-general] How to show submenu of a specific hidden page

Markus markusin at yahoo.de
Fri Oct 23 20:06:25 CEST 2009


Hi all

I wanted to show the menu entries of a subpage from a hidden page with a specific ID. In my code I add the condition that only should show sub elements of specific page (id=16).

The problem is, it is now displayed in the page.

Any idea what is wrong:

regards Markus

***********  code snippet *****************

 ## Menu [Begin]
 #in case of being the static menu
 [PIDinRootline = 16]
 temp.subMenuStatic = HMENU
 temp.subMenuStatic {
     entryLevel = 0
     2 = HMENU
     2 = TMENU
     2 {
         expAll =1
         NO = 1
         NO {
             wrapItemAndSub = <ul><li>|</li></ul>
         }
         ACT = 1
         ACT {
             wrapItemAndSub = <ul><li>|</li></ul>
         }
     }
 }
 [END]


      


More information about the TYPO3-project-5_0-general mailing list