[TYPO3-templavoila] How to create a tt_content LINK in FCE?
Dmitry Dulepov
typo3 at accio.lv
Thu Sep 14 20:10:40 CEST 2006
Hi!
Joerg Schoppet wrote:
> But then all the content-elements I've selected are directly displayed.
> I only want to have a link to the Content-Element with the header?
> e.g. <a href="http://www.test.de/test/index.html#a123">Content Header</a>
>
> How can I achieve this?
Something like:
10 = CONTENT
10 {
table = tt_content
select {
pidInList.current = 1
selectFields = uid,header
orderBy = sorting
}
renderObj = TEXT
renderObj.value = <a
href="http://www.test.de/test/index.html#a{field:uid}>{field:header}</a>
renderObj.insertData = 1
}
Not really tv question...
--
Dmitry Dulepov
http://typo3bloke.net/
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-project-templavoila
mailing list