Project

General

Profile

Actions

Bug #75715

closed

No HMENU on pages with "hide in menus"

Added by Kurt Gusbeth about 8 years ago. Updated about 8 years ago.

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.

Actions

Also available in: Atom PDF