[TYPO3-dev] set page title of current single record and user_int
    Steffen Kamper 
    steffen at sk-typo3.de
       
    Tue Nov 27 14:25:50 CET 2007
    
    
  
Hi,
"Bartosz Aninowski" <bart at REM-IT-sonik.pl> schrieb im Newsbeitrag 
news:mailman.1.1196169512.27800.typo3-dev at lists.netfielders.de...
> Hi
> My single record is rendered by USER_INT plugin.
> This is USER_INT because I have to count visits of particular record 
> (viewed 212 times)
> I need to set page title to name of single record. Is it possible to do 
> that?
> $GLOBALS['TSFE']->page['title'] = $title doesn;t work because this is 
> rendered before USER_INT is called and next time whole page except 
> USER_INT is load from cache.
>
> Bart
>
as you mentioned it's not possible. But you can do it with COA_INT in 
USER-Extension
http://www.sk-typo3.de/COA_INT-in-Extensions.190.0.html
it's in german but code is international ;-)
vg  Steffen 
    
    
More information about the TYPO3-dev
mailing list