[Typo3-dev] Setting the page title from a plugin

dan frost dan at danfrost.co.uk
Wed Jun 2 11:59:17 CEST 2004


If you think it's TemplaVoila then look through TemplaVoila's code for a 
call to TSFE. There might be a hook...

dan

Jan-Erik Revsbech wrote:
> That was what I thought, but that doesnt work. But I think this might be
> because of Templa Voila, which is also modifying header (right?).
> 
> Thanks for the answer anyway, I still havent found a solution (but I havent
> really spent a lot of times on trying either..).
> 
> /Jan-Erik
> 
> 
> 
> "dan frost" <dan at danfrost.co.uk> skrev i en meddelelse
> news:mailman.1.1086093101.21682.typo3-dev at lists.netfielders.de...
> 
>>Yep - $GLOBALS['TSFE']->additionalHeaderData['someuniquestring'] = '
>>this will all go in the header ';
>>
>>Add
>>
>>debug( $GLOBALS['TSFE']->data );
>>
>>to see what fields you can change for the page. E.g.
>>
>>$GLOBALS['TSFE']->data['title'] = 'This is the wrong title...!';
>>
>>dan
>>
>>Jan-Erik Revsbech wrote:
>>
>>>Does anybody know if  there is a way to modify/setting the title of the
>>>page from within a plugin, or adding something to the META tags of the
>>>page? I can not seem to find anything in the archives.
>>>
>>>I would like my extension to be able to set the title of the page to the
>>>name of the record it is currently showing (for instance a news title).
>>>I can see that there would be a problem if two extensions are inserted
>>>on the same page that both wants to set the page header, any experience
>>>out there?
>>>
>>>/Jan-Erik
> 
> 
> 




More information about the TYPO3-dev mailing list