[TYPO3] Forcing no caching for an extensions

Christopher Torgalson bedlamhotel at gmail.com
Thu Jun 5 11:16:10 CEST 2008


On Thu, Jun 5, 2008 at 11:11 AM,  <support at stonki.de> wrote:
> Hello,
>
> we are struggling a little bit with one extension. This extension uses the
> session_id to provide a customized link to another website. Due to the
> caching we are having some strange problems.
>
> The extension is called "plugin.tx_slogo_pi1", programmed by a company.
> How can I insert it into my template and forcing typo3 not to the use the
> cache for this specific template. I was reading something about "COA_INT",
> but I have no clue how to use it in my case.
>
> Example of my template.
> ---o------o------o------o------o------o------o------o------o------o---
>  10 = TEMPLATE
>      10{
>            template = FILE
>            template.file = fileadmin/templates/main_template.html
>            workOnSubpart = DOCUMENT
>            marks{
>                       LOGO = IMAGE
>                       LOGO.file = fileadmin/templates/images/mlogo1.gif
>                       SLOGOS < plugin.tx_slogo_pi1
>                       MAIN_MENU < temp.tmenu
>
> ---o------o------o------o------o------o------o------o------o------o---


I think it'll work if you remove "SLOGOS < plugin.tx_slogo_pi1" and
add the following two lines:

SLOGOS = COA_INT
SLOGOS.10 < plugin.tx_slogo_pi1

Each item in the "marks" array can be any kind of cObject.


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list