Bug #16072
closedAnchorlinks doesn't work in Sectionmenus.
0%
Description
Anchorlinks doesn't work in Sectionmenus, as the anchors are prefixed with a "c", but not the links in the section menu..
(Tested using TYPO3 v4.0 +TemplaVoila v1.01)
It can be fixed by adding this:
tt_content.menu.20.3.renderObj.typolink.section.wrap = c|
There's a related bug (fixed), where the problem is just the opposite.
http://bugs.typo3.org/view.php?id=3022
(issue imported from #M3306)
Updated by Peter Klein over 18 years ago
Looks like the problem was cauesed by a plugin (popup_manager) which XCLASS'ed "class.tslib_content.php".
So this bug can be closed.
Updated by Ernesto Baschny over 18 years ago
I suspected something like that, because it should work with regular core functions.
The popup_manager plugin is known to make some troubles, because it includes the whole typolink method from some older typo3 version with some changes. Maybe someone could try to enhance this plugin to be more generic.
Updated by Ernesto Baschny over 18 years ago
Problem was an installed extension (popup_manager) and not the core.