Hi

Am 24.09.11 17:22, schrieb Sergey Alexandrov:
I think here's what you need:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
excludeUidList

No, I just need to exclude _all_ subpages of a certain UID. Editors can add pages freely there, so I can't exclude them by UID

I've now implemented the dirty version as such:

NO.wrapItemAndSub=<li class="uid{field:uid}">|</li>
NO.wrapItemAndSub.insertData = 1        

li.uid123 ul {display: none}

It's a little dirty, but I wouldn't say illegaly dirty

Best regards
Urs



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



--
Urs Bräm
macht Websites
---
Certified Typo3 Integrator
CH-3011 Bern
www.ursbraem.ch
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to