[TYPO3-english] Linkhandler
    Jigal van Hemert 
    jigal at xs4all.nl
       
    Tue Aug  4 09:30:56 CEST 2009
    
    
  
Jeppe Donslund wrote:
> Tsconfig:
> RTE.default.tx_linkhandler {
>     tx_wmplantedatabase_articles {
>         label=Artikler
>         listTables=tx_wmplantedatabase_articles
>     }
> }
Looks okay
> 
> mod.tx_linkhandler {
>     tx_wmplantedatabase_articles {
>         label=Artikler
>         listTables=tx_wmplantedatabase_articles
>     }
> }
Looks fine too
> In the template setup:
> plugin.tx_linkhandler {
>     tx_wmplantedatabase_articles {
>             parameter={52}
>             additionalParams=&tx_wmplantedatabase_pi2[aid]={field:uid}
>             additionalParams=&no_cache=1
>             additionalParams.insertData=1
>             useCacheHash=1
>     }
> }
The parameter= line looks odd. Why the curly brackets around the page id 
of the single view page??
The second additionalParams= line overwrite the first!
Also quite strange to set no_cache=1 (this disables the complete page 
cache mechanism!!) and still want to use the chash parameter by setting 
useCacheHash=1...
Regards,
-- 
Jigal van Hemert.
    
    
More information about the TYPO3-english
mailing list