[Typo3] typolink question / Templavoila

Christoph Kammermeyer ckammermeyer at media-puzzle.de
Fri Mar 4 21:12:44 CET 2005


H List,

the following code creates a link to a page that was selected as target in 
Templavoila Element
(works great)

#LIB Linkbox
lib.linkbox = TEXT
lib.linkbox.data = DB:pages:typolink.parameter.current:title
lib.linkbox.typolink.parameter.current = 1

now I want to reuse the link created anbove as a "more" button (this is 
because I don't want to use 2 link fields in TV, pointing to the same page)

what I have is this, but only the value is set & no link at all
lib.linkboxmore = TEXT
lib.linkboxmore.value = more
lib.linkboxmore.typolink.parameter.current = 1

I've also tried
temp.linkbox = TEXT
temp.linkbox.data = DB:pages:typolink.parameter.current:title
temp.linkbox.typolink.parameter.current = 1

lib.linkbox < temp.linkbox
lib.linkboxmore < temp.linkbox

but there alsi only the lib.linkbox works. How can I make lib.linkboxmore 
contain the same link?

tia
Christoph 





More information about the TYPO3-english mailing list