Project

General

Profile

Actions

Bug #14719

closed

TS menus with sectionIndex don't work correct when page has a navigation title assigned

Added by old_rb over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-05-07
Due date:
% Done:

0%

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

Description

If you have a TS menu with Sectionindex and the page with the index has a navigation title assigned, the headers of the content elements get replaced by the navigation title.

So the menu looks like this:

+ Page 1
- Navigationtitle # Navigationtitle # Navigationtitle
+ Page 3

instead of this:

+ Page 1
- Navigationtitle # Content Header 1 # Content Header 2
+ Page 3

Possible Patch (from Wolfgang Klinger):

in "tslib/class.tslib_menu.php" ~row 737 add this line:
$temp[$row['uid']]['nav_title']=$row['header'];

(issue imported from #M1060)

Actions #1

Updated by Wolfgang Klinger over 18 years ago

fixed in CVS

Actions

Also available in: Atom PDF