Actions
Bug #19631
closedSitemap doesn't recognize starting point from default
Start date:
2008-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Although you set a special starting point (not the root-page) for the sitemap in the BE the root-page is taken as starting-point in the FE. Has been reported from other users in forums aswell.
One has to add the following TS to get the starting point working again:
tt_content.menu.20.2.special = directory
tt_content.menu.20.2.special.value.field = pages
(issue imported from #M9817)
Updated by Dmitry Dulepov almost 16 years ago
That issue was discussed in the core team and we decided that sitemap shows the whole web site. See http://support.typo3.org/teams/core/m/re-typo3-core-rfc-8939-menu-sitemap-doesnt-respect-pages-field-353146/
Actions