[TYPO3] Problem with pages showing "Not in Menu" items in sitemap

Jody Cleveland Cleveland at winnefox.org
Wed Feb 1 20:22:23 CET 2006


I've got a site with many items marked as 'Not in menu'. But, I would
like them to display in the sitemap. I found a code snippet that said to
put this in the TS setup:

tt_content.menu.20.2.excludeDoktypes=6

I did, and cleared the cache, but it still does not display items not in
menu. Here's my setup code for the sitemap:

lib.sitemap = COA
lib.sitemap {
stdWrap.prefixComment = 2 | lib.sitemap
wrap = <div class="sitemap">|</div>
10 = HMENU
10.excludeDoktypes=6
10.special = directory
10.special.value.field = pages
10.1 = TMENU
10.1 {
wrap = <ul>|</ul>
noBlur = 1
expAll = 1
NO {
wrapItemAndSub = <li>|</li>
ATagTitle.field = description // title
}
}
10.2 < .10.1
10.3 < .10.1
10.4 < .10.1
10.5 < .10.1
}
tt_content.menu.20.2 >
tt_content.menu.20.2 < lib.sitemap

Is there a mistake in there I'm overlooking?

- Jody Cleveland



More information about the TYPO3-english mailing list