[TYPO3] How to create an updated menu?

Peter Klein peter at umloud.dk
Mon Jul 9 11:22:06 CEST 2007


Ok. Then try changing the line:
   if ($row['hidden']) {

Into:
   if ($row['hidden'] || $row['nav_hide'] || $row['doktype']==5) {

That should check if the "Hide in menu" checkbox is selected, or if the page 
type is "Not in menu"

-- 
Peter Klein/Umloud Untd

"Andreas Balzer" <typo3 at andreas-balzer.de> skrev i en meddelelse 
news:mailman.1.1183894925.10257.typo3-english at lists.netfielders.de...
> Peter Klein schrieb:
>> Hi Andreas.
>> Just set the "includeNotInMenu" property on your HMENU.
>> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
>>
>> --
>> Peter Klein / Umloud Untd
> Hi!
> No I mean, those pages are currently shown but they shouldn't.
>
> Andreas 




More information about the TYPO3-english mailing list