[TYPO3-english] Page title and cHash

JoH asenau info at cybercraft.de
Wed Jun 12 20:21:49 CEST 2013


Am 12.06.2013 19:34, schrieb Sergio Catalá:
> Hi list,
>
> I've got a strange problem with my page title and caching.
>
> Here is my code to display my page title:
>
> # db access for presentation record by id
> lib.getField = CONTENT

If you got different versions in your cache, you will need the cHash to 
access them.
But you can still insert a dynamic title uncached, just by putting the 
CONTENT into a COA_INT like that:

lib.getField = COA_INT
lib.getField.10 = CONTENT
lib.getField.10 {
   # put your CONTENT setup here
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


More information about the TYPO3-english mailing list