Bug #54410
closed
page.config.pageTitleSeparator doesn't work
Added by Bill Dagou almost 11 years ago.
Updated about 6 years ago.
Description
page = PAGE
page {
config {
pageTitleSeparator = -
}
}
doesn't work. Seems only
config {
pageTitleSeparator = -
}
is working.
- Status changed from New to Needs Feedback
config
is a top level object, but it should also be available under page.config
and the one under page.config
should overwrite what is set under config
.
Is pageTitleSeparator
the only property, for which this is not working or are there also others?
Hi Chris,
Not sure. But I checked the core code, TYPO3\CMS\Core\TypoScript\TemplateService::printTitle(), $this->setup['config.']['pageTitleSeparator'] is not existed. So, I think maybe $this->setup['config.'] is not merged with page.config correctly or something. As I'm using page=PAGE, the pageTitleSeparator property is in $this->setup['page.']['config.'].
BTW, I'm using templavoila, so not sure whether it's something with it.
Cheers,
Bill
And, seems $GLOBALS['TSFE']->altPageTitle doesn't work any more in extensions.
Bill please open a separate issue for the altPageTitle thing.
- Status changed from Needs Feedback to Accepted
- Priority changed from Should have to Must have
Can confirm this for 6.1. It is independent of templavoila
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35750
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35750
How to test:
Add the following TypoScript to your page
config.pageTitleSeparator = common separator
page.config.pageTitleSeparator = type-specific
page.config.pageTitleSeparator.noTrimWrap = | separator|
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35750
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35903
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF