[TYPO3] typolink in typoscript
JoH asenau
info at cybercraft.de
Fri Apr 20 15:44:30 CEST 2007
> The Typoscript is:
>
> ####### START BACKLINK ###########
> lib.backLink = TEXT
> lib.backLink.typolink{
> title=Terug naar het overzicht
> parameter=22
> }
> lib.backLink.text = Terug naar het overzicht
> lib.backLink.data = Terug naar het overzicht
> lib.backLink.value = Terug naar het overzicht
> ####### END BACKLINK #############
>
>
> I now always get the title of page 22 as text between the <a>-tags,
> rather than "Terug naar het overzicht".
You should make a decision, which of the text,data,value part you want to
use, since "data" is overriding "value" (but returns nothing because it's of
the type getText) and "text" does not exist. Usually this one should do:
####### START BACKLINK ###########
lib.backLink = TEXT
lib.backLink {
value = Terug naar het overzicht
typolink {
title=Terug naar het overzicht
parameter=22
}
}
####### END BACKLINK #############
HTH
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com
More information about the TYPO3-english
mailing list