Actions
Bug #18789
closedError with Sitemap->sitemap choose
Start date:
2008-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- ********
- CType: menu
- ********
When we choose core-feature Menu/Sitemap as content element and then choose in drop-down list "Sitemap" - on FE-page nothing showed.
Current:
tt_content.menu = COA
tt_content.menu {
...
# "Sitemap"
2 = HMENU
2.wrap = <div class="csc-menu csc-menu-2">|</div>
How resolve:
2 = HMENU
2.special = directory
2.special.value.field = pages
2.wrap = <div class="csc-menu csc-menu-2">|</div>
(issue imported from #M8413)
Updated by Martin Kutschker over 16 years ago
Sitemaps work without changing the default TS. Have a look if you have defined a root page for your site. The sitemap will need it to show all pages of the site,
Updated by Christian Kuhn over 15 years ago
Resolved, no change required after several month without feedback from the reporter. This is probably not a core but a local setup issue.
Please reopen if this is still valid in clean installations of recent versions.
Actions