[TYPO3-english] HMENU / TMENU: always expand some branches, never expand others

Sergey Alexandrov serg at alexandrov.us
Sat Sep 24 17:22:23 CEST 2011


I think here's what you need: 
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
"

excludeUidList

	

list of int

	

This is a list of page uid's to exclude when the select statement is 
done. Comma-separated. You may add "current" to the list to exclude the 
current page.

Example:

The pages with these uid-number will NOT be within the menu!! 
Additionally the current page is always excluded too.

   excludeUidList = 34,2,current


On 9/24/2011 8:34 AM, Urs Bräm wrote:
> Hi Sergey and Ralf-René
>
> >  Why don't you simple make them "hidden in the menu"?
>
> I can't make editors set that for each subpage directly. And the 
> concerned pages (those I don't want to show up in the menu) will be 
> displayed in another menu somewhere else on the page
>
>> or another "dirty" way
>> put an id in the rendered li tags for the menu
>> and hide it withe css "display:none"
>
> I think I'll do it like this as there is nothing wrong if they appear 
> in the markup. It's more a visual reason to hide them.
>
> But still, I would have expected that this could be done by TMENU - 
> but no idea how.
>
> Regards
> Urs
>


More information about the TYPO3-english mailing list