[TYPO3-english] Linkhandler
Jeppe Donslund
jd at webmasters.dk
Tue Aug 4 11:41:53 CEST 2009
That is fantastic.
plugin.tx_linkhandler {
tx_wmplantedatabase_articles {
parameter=52
additionalParams=&tx_wmplantedatabase_pi2[aid]={field:uid}
additionalParams.insertData=1
useCacheHash=1
}
}
It works exactly as it should.
THANKS!
Jeppe
Jigal van Hemert skrev:
> 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,
More information about the TYPO3-english
mailing list