Actions
Bug #75715
closedNo HMENU on pages with "hide in menus"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have in TYPO3 7.6.4 the problem, that some HMENUs did not work on pages that are marked as "hide in menu".
That worked in TYPO3 4.2 - 6.2.
Example:
lib.navigation.sidebar.20 = HMENU lib.navigation.sidebar.20 { special = updated special.value = 1 special { mode = crdate maxAge = 19900000 limit = 4 } 1 = TMENU 1 { wrap = <ul class="nav nav-pills nav-stacked">|</ul> minItems = 1 maxItems = 4 NO { allWrap = <li> | </li> stdWrap.htmlSpecialChars = 1 ATagTitle.field = subtitle // title } } }
This menu does not appear on sites that are marked as "hide in menu".
It should appear on every page.
Updated by Kurt Gusbeth over 8 years ago
Well, the same menu runs in other TYPO3 projects. Maybe it is not a TYPO3 bug.
Updated by Kurt Gusbeth over 8 years ago
- Target version deleted (
7.6.5) - % Done changed from 0 to 100
Please close this issue.
This is a bug or feature of the extension t3sbootstrap. Its not on the project-list.
Updated by Riccardo De Contardi over 8 years ago
- Status changed from New to Closed
Closed as requested by the reporter. Thank you for your time and findings :)
Actions