[TYPO3-english] Linkhandler doesn't create the link

Jeppe Donslund jd at masters.dk
Wed Jun 2 15:26:49 CEST 2010


Den 02-06-2010 14:15, Philipp Gampe skrev:
> Am 02.06.2010, 08:52 Uhr, schrieb Jeppe Donslund <jd at masters.dk>:
>
>> <a href="record:tx_plads_plads:119" class="internal-link">link text</a>
>>
>> This is from the database
>>
>> <link record:tx_plads_plads:119 - internal-link>link text</link>
>
> looks OK so far...
>
>> This is from Front End
>>
>> link text
>>
>> So the link is not generated when the output is rendered.
>
> this might be a misconfiguration in the frontend part (TypoScript).
>
> Can you please post your TS. Did you include the static template
> (although that might not be necessarily)?
>
> Best regards

I did include the Static Template

plugin.tx_linkhandler {
   m_st_plads {
     # force link generation also when the tt_news record are hidden or 
deleted
     forceLink = 1
     # typolink settings
     parameter = 36
     additionalParams = &tx_plads_pi1[spot]={field:uid}
     additionalParams.insertData = 1
     useCacheHash = 1
   }
}


More information about the TYPO3-english mailing list