Discussion:
[TYPO3-english] disable caching for a single content element
Stephan Petzl
16 years ago
Permalink
i was wondering if there is a possibillity to disable caching for a
single content element on the page.

BR Stephan
Tomas Norre Mikkelsen
16 years ago
Permalink
Hi,

i dont think you can do it on content element level, but only at page level.

best regards
tomas

2008/12/3 Stephan Petzl <spetzl at gmx.at>
Post by Stephan Petzl
i was wondering if there is a possibillity to disable caching for a
single content element on the page.
BR Stephan
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Jerome Schneider
16 years ago
Permalink
Hi,

If it's a plugin, make a USER_INT (not cached) instead of a USER cObj
If it's a standard cObj, use a COA_INT, but you'll have to do it in
typoscript (no page module)

Bye !
Jerome
Post by Tomas Norre Mikkelsen
Hi,
i dont think you can do it on content element level, but only at page level.
best regards
tomas
2008/12/3 Stephan Petzl <spetzl at gmx.at>
Post by Stephan Petzl
i was wondering if there is a possibillity to disable caching for a
single content element on the page.
BR Stephan
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Patrick Rodacker
16 years ago
Permalink
Post by Jerome Schneider
If it's a standard cObj, use a COA_INT, but you'll have to do it in
typoscript (no page module)
... and could include it as page content using the extension tscobj

Regs
Patrick
Stephan Petzl
16 years ago
Permalink
Post by Patrick Rodacker
Post by Jerome Schneider
If it's a standard cObj, use a COA_INT, but you'll have to do it in
typoscript (no page module)
... and could include it as page content using the extension tscobj
Regs
Patrick
yeah nice idea, the problem is that tt_news elements support a category
filter in the form-settings but not as typoscript parameter. so i have
to insert them as regular content element. i wonder why its not possible
since caching is done one content element level by TYPO3 as far as i know...
Bjoern Pedersen
16 years ago
Permalink
http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3857717

You can set the categories from TS.

Bj?rn

Continue reading on narkive:
Loading...