[TYPO3-english] menu with sectionIndex=1 and Templavoilà
    De Contardi Riccardo 
    Riccardo.DeContardi at bhuman.it
       
    Sat Oct 30 17:21:55 CEST 2010
    
    
  
Hello everybody
I'm trying to set up a section menu inside a page using TS "sectionIndex=1"
    lib.jumpMenu = HMENU
    lib.jumpMenu{
      entryLevel=-1
      1=TMENU
      1{
        wrap=<ol>|</ol>
        noBlur=1
        sectionIndex=1
        sectionIndex.type=all                 
        NO{        
         linkWrap=<li>|</li>
         ATagParams = tabindex="1"      
         }       
      }    
      
    }
    lib.jumpMenu.if{
      value=1
      isGreaterThan.numRows {
      select.pidInList = this
      table = tt_content
      select.where = colPos=0
      } 
    } 
 }  
Works fine, except...I'm using Templavoila, so when I disconnect a content element (unlink element), it is still present in the menu... is it possible to avoid this?
Thank you for your support and best regards
Riccardo De Contardi
**************************************************
Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.
The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.
    
    
More information about the TYPO3-english
mailing list