Project

General

Profile

Actions

Bug #34982

closed

HMENU: With entryLevel = 4 no menu will be displayed

Added by Bojo over 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

Also available in: Atom PDF