Project

General

Profile

Actions

Bug #34982

closed

HMENU: With entryLevel = 4 no menu will be displayed

Added by Bojo about 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2012-03-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
nightmare
Is Regression:
No
Sprint Focus:

Description

I try to generate a HMENU on entryLevel 4, but no menu will be generated. EntryLevel 3 works fine and the subpages on level 4 are also shown as expected. TYPO3 Version is 4.6.6 but the same behavior appears with version 4.6.0 and 4.6.4.
Webserver is Apache/2.0.63 (CentOS)
I'm looking for a solution since several days and would be very happy about any help!

lib.sortmenu = COA
lib.sortmenu {
10 = HMENU
    10 {
        wrap = <div id="sortmenu">|</div>    
        entryLevel = 3
        expAll = 1
        1 = TMENU
        1 {
            NO = 1
            NO.allWrap = <li>|</li>
            alternativeSortingField = title
            wrap = <ul>|</ul>
            noBlur = 1        
        }
        2 < .1
        3 < .1
    }    
}


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #34983: entryLevelClosed2012-03-18

Actions
Actions #1

Updated by Mathias Schreiber about 12 years ago

Hi Bojo,

the category should be "Typoscript".
This category is used for the pagetree in the backend, so you bug report might get lost around here.
Please update your report with the correct category so the right people can work on it.

Thanks
Mathias

Actions #2

Updated by Stefan Galinski about 12 years ago

  • Category changed from Pagetree to TypoScript
Actions #3

Updated by Chris topher about 12 years ago

  • Subject changed from entryLevel to HMENU: With entryLevel = 4 no menu will be displayed
Actions #4

Updated by Riona Kuthe over 11 years ago

I can't reproduce the issue. I used the given code with entryLevel=4 and the menu of pages below this level were displayed correctly.
TYPO3 Version 4.6.4 and 4.6.12

Actions #5

Updated by Stefan Neufeind over 11 years ago

We experienced somewhat similar problems running 4.5.20. But here we used it with special=rootline. You could increase entryLevel one by one without any change (rootline starting root of website was shown). But as soon as the current level was reached the menu disappeared.

Actions #6

Updated by Wouter Wolters over 9 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

Actions #7

Updated by Riccardo De Contardi over 9 years ago

This could be closed IMHO as a duplicate of #34983 which has already been closed.
Nonetheless, in TYPO3 6.2.9 I've done the following test:

1.Create a page structure like this:

[1]Home
  > [8]page 1
    > [11]sub-page 1
       > [15] sub-sub-page 1
          >[16] sub-sub-sub-page 1

2. TS setup:
page.20= COA
page.20 {
10 = HMENU
    10 {
        wrap = <div id="sortmenu">|</div>    
        entryLevel = 3
        expAll = 1
        1 = TMENU
        1 {
            NO = 1
            NO.allWrap = <li>|</li>
            alternativeSortingField = title
            wrap = <ul>|</ul>
            noBlur = 1        
        }
        2 < .1
        3 < .1
    }    
}

3. go to sub-sub-page 1(id=15)
RESULT: the menu with the page sub-sub-sub-page 1 (id=16) is visible

Actions #8

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (4.6.7)

Thanks for feedback.

Actions

Also available in: Atom PDF