Project

General

Profile

Actions

Feature #15465

closed

Access to subTitle in another level

Added by S©bastien Rivest almost 19 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-01-20
Due date:
% Done:

0%

Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:

Description

With leveltitle we can get the title of the page on another level the current page AND if that is not present, walt to the bottom of the rootline until there's a title.

It could be very helpful to have a "subleveltitle" feature to do the same thing but with the subtitle field also anf in addition of the title field of a page.

Thanks to have a look at it !

The values you define to properties in TypoScript is often of a specific format. This format is Datatype: getText.
(issue imported from #M2332)

Actions #1

Updated by Simon Loesing over 17 years ago

This can be solved by Adding the subtitle to the rootline fields.
In the localconf.php:

$TYPO3_CONF_VARS['FE']['addRootLineFields'] = ',subtitle';

The subtitle can then be acceded through following TS-Code:

levelfield:-1, subtitle

(the -1 indicates the level, same as leveltitle)

Actions #2

Updated by Wolfgang Klinger over 17 years ago

see note by Simon Loesing

Actions

Also available in: Atom PDF