[TYPO3-english] linkhandler extension links NOT working
Sarvesh Bapat
sarvesh.bapat at lelesys.com
Mon Sep 27 08:57:24 CEST 2010
Hi Jigal
*Here is my Page TS config*
RTE.default.tx_linkhandler {
tx_sgglossary_entries {
label=Glossary
listTables=tx_sgglossary_entries
}
}
mod.tx_linkhandler {
tx_sgglossary_entries {
label=Glossary
listTables=tx_sgglossary_entries
}
}
*and here is my typoscript with respect to your suggested changes*
plugin.tx_linkhandler {
tx_sgglossary_entries {
# force link generation also when the tt_news record are hidden or deleted
forceLink = 0
# typolink settings
parameter = 37
additionalParams = &tx_sgglossary_entries[glossary_uid]={field:uid}
additionalParams.insertData = 1
useCacheHash = 1
}
}
and my frontend out put is
<p> Farbe: blue <link internal-link="" -=""
record:tx_sgglossary_entries:1="">denim <link internal-link=""
-="" record:tx_sgglossary_entries:1=""><lex>height</lex></p>
height word in present in the glossary storage folder records and denim
is not present...and in html I saw bit difference in 2 links - one has
<lex> tag and one doesn't have <lex> tag.
still links are not working with proper formats.
Please advise!
Thank You
Sarvesh
Jigal van Hemert wrote:
> 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)
>
--
Sarvesh Bapat
Software Developer
Lelesys Infotech Pvt. Ltd.
Mob: +91 9421189384
More information about the TYPO3-english
mailing list