[TYPO3-english] linkhandler extension links NOT working
Jigal van Hemert
jigal at xs4all.nl
Sat Sep 25 14:10:47 CEST 2010
Hi,
On 25-9-2010 11:07, Sarvesh Bapat wrote:
> Hi All
>
> I am using linkhandler extension to link glossary words records from
> RTE to the sysfolder records. In the typolink tab it is showing me
> the the new tab "Glossary" from which i can select the glossary
> recored to link through RTE.
This means that you probably used the correct TSConfig for your new tab.
> I have TYPO3 4.4.2 and i have not installed Patch file for the
> linkhandler extension.
What kind of patch file are you talking about?
> BUT in front end link is NOT appear for that word and HTML looks
> like
> <p><link internal-link="" -=""
> record:tx_sgglossary_entries:1="">denim</p>
It looks like your Typoscript configuration for linkhandler is missing
or incorrect.
In the setup part of your TypoScript template there should be something
like:
plugin.tx_linkhandler {
tx_sgglossary_entries { #!! this *must* be name of the db table
parameter = 233 #page id where single view is displayed
additionalParams = &tx_sgglossary_pi1[showUid]={field:uid}
additionalParams.insertData = 1
}
}
The example above may not be accurate because I simply don't know how
the links for this extension are built. You can easily see in your own
site how such links are constructed; maybe 'showUid' is something
completely different.
The documentation for the Typoscript configuration for linkhandler can
be found at [1]
[1] http://bit.ly/dj4wp3 (short link via bit.ly)
--
Kind regards / met vriendelijke groet,
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh
More information about the TYPO3-english
mailing list