There are many discussions at forums concerning setting the title of the page from the USER_INT plug level. The problem is that the USER_INT type extensions are generated every time the page is refreshed after TYPO3 generates the headline of the page containing a tag title. A good example may be the mm_forum, where each thread in a standard installation has the same title, and not the name of the topic as we wish for.
The solution is quite We should add the following code to the code of our USER_INT plug:
CODE:php:
//set page title $GLOBALS['TSFE']->additionalHeaderData['title'] = '<title>'.htmlspecialchars($title).' - my page</title>';
Then in the Typoscript template for the single view page we should add such TS code:
CODE:typoscript:
//set page title
config.noPageTitle = 2
If we look into the cache_pages table now and find the cached single view page contents, we will see that the following marker appears in the headline of the page
<!--HD_d484cf6fcedc0c064492df3e9219ffd1-->
Instead, the USER_INT plug will now generate our title.

Latest comments
Daniel
I get a fatal error with this extension: Fatal error: Call to undefined method t3lib_div::makeInsta... / 07 May. 20:53
Zaawansowana subskrypcja, nasze nowe rozszerzenie
Michael
The correct Amazon S3 API TER link is http://typo3.org/extensions/repository/view/amazon-s3-api T... / 24 Apr. 11:44
s3example - TYPO3 i Amazon S3
Adi
Pod nową wersją t3 z gałęzi 4.5.14 (gdzie w korze znalazły się jakieś krytyczne luki) wtyczka też ni... / 02 Apr. 19:52
Zaawansowana subskrypcja, nasze nowe rozszerzenie
Rafał Brzeski
Nasze niedopatrzenie, w nowej wersji dodamy opcję wyboru tej opcji. / 21 Mar. 20:22
Zaawansowana subskrypcja, nasze nowe rozszerzenie
bocianos
Wszystko super tylko jak zrobic aby nowe adresy domyslnie miały zaznaczone otrzymywani maili w forma... / 20 Mar. 13:08
Zaawansowana subskrypcja, nasze nowe rozszerzenie