Project

General

Profile

Actions

Bug #19108

closed

Menu of subpages + sections doesn't have anchor

Added by Pierre Boivin almost 16 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-07-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When we use the sitemap "Menu of subpages to these pages + sections", sections links in the sitemap don't have anchor to specific content element.

A solution it's to add this code to file class.tslib_menu.php (line 1250):

$list['HREF'] .= $this->menuArr[$key]['sectionIndex_uid'] ? '#c'.$this->menuArr[$key]['sectionIndex_uid'] : '';

(issue imported from #M8973)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #19678: sectionIndex in Menu doesn't workClosedSteffen Kamper2008-12-04

Actions
Actions #1

Updated by Francois Suter about 15 years ago

Fixed in 4.2 and 4.3

Actions

Also available in: Atom PDF