[TYPO3-english] site title not changed anymore in single view

Georg Schönweger georg.schoenweger at gmail.com
Wed Mar 18 11:11:22 CET 2015


Hi all,

after upgrading to TYPO3 6.2 LTS i saw that some extensions like
tt_news, tx_commerce ecc. do not change the page title anymore after the
page has been cached. (e.g. tt_news should set the page title for the
single view to the news title) This worked in 4.5 LTS.

Following code in a USER plugin (caching enabled) does not change the
page title anymore after the page has been cached:

$GLOBALS['TSFE']->page['title'] = 'New page title';
$GLOBALS['TSFE']->altPageTitle = 'New page title';
$GLOBALS['TSFE']->indexedDocTitle = 'New page title';
$GLOBALS['TSFE']->getPageRenderer()->setTitle('New page title');

already a known bug?

regards,
Georg


More information about the TYPO3-english mailing list