[TYPO3] typolink in typoscript

Rob Kamp typo3 at kamp.nl.eu.org
Fri Apr 20 15:26:52 CEST 2007


Hi All,

I have a function in my site setup called lib.blackLink. This function is
being used in TV. I use this link to a specific page in my site. The link
actually works and this is not the issue I have.

The issue is as follows. I would like not to use the Title of the page to
be the text between the <a> tags but rather a text that I define, eg
"back".

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".

Tips are welcome.

-- 
Regards,

Rob Kamp


More information about the TYPO3-english mailing list