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 #1

Updated by Kurt Gusbeth about 8 years ago

Well, the same menu runs in other TYPO3 projects. Maybe it is not a TYPO3 bug.

Actions #2

Updated by Kurt Gusbeth about 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.

Actions #3

Updated by Riccardo De Contardi about 8 years ago

  • Status changed from New to Closed

Closed as requested by the reporter. Thank you for your time and findings :)

Actions

Also available in: Atom PDF