[TYPO3-dev] USER_INT manipulating <title> tag

Jonas Dübi admin at commandline.ch
Mon Jun 15 17:56:22 CEST 2009


Hi

To manipulate <meta> data from a plugin you can overwrite the TSFE->page 
fields, which works perfectly if you have a "USER" plugin.

But it does not work if a plugin is USER_INT.

That's because the whole page (including <head>) is generated at the 
first call and stored in the cache table. At the next call just the 
USER_INT plugins get invoked.

This Cache System is realy great!

But if you have to manipulate the <title> tag within a plugin, it's 
difficult.

What do you think? Wouldn't it be best if there was a function to 
set/add keywords, description and title from out of a plugin?

Best regards,
Jonas

PS: I would writhe patches for some popular extensions if there would be 
one default way to fix this issue.




More information about the TYPO3-dev mailing list