Actions
Bug #83629
closedLinks in IMGMENU wrong
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2018-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I am using a HMENU with IMGMENU.
The menu shows correct page titles but the link (ID) is for all menu items from the current page (visible) and not from the target pages, where the title is shown in the menu.
It was working in the past, but I figured out, that it has changed sometimes, without any modification from my side, at least in the mainMenu part.
I found a bug #17047 (from 2007). I have also 2 domains.
my config
## mainMenu [Begin] lib.mainMenu = HMENU lib.mainMenu.1.target = _top lib.mainMenu.maxItems = 6 lib.mainMenu.entryLevel = 0 lib.mainMenu.1 = IMGMENU lib.mainMenu.1.imgMapExtras = <AREA SHAPE="rect" alt="Startseite" COORDS="5,5,69,70" href="http://www.althoff-fam.de" target="_top"> lib.mainMenu.1 { main.XY = 800, 100 main.10 = IMAGE main.10.file = {$Headerfile} dWorkArea = 200, 94 NO.distrib = textX+10,0 NO.10 = TEXT NO.10 { text.field = title fontSize = 12 fontWeight = bold fontColor = #023294 offset = 0,0 imgMap.explode = 3,2 } NO.20 = || BOX NO.20 { dimensions = -5, -9, 1, 11 color = white } } ## mainMenu [End]
Files
Actions