[TYPO3-templavoila] How to create a tt_content LINK in FCE?
Joerg Schoppet
joerg at schoppet.de
Thu Sep 14 19:26:44 CEST 2006
Hi,
I've created a FCE with a content-element, so I have the following DS:
<code>
<field_related type="array">
<tx_templavoila type="array">
<title>Related Processes</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>ce</eType>
<TypoScript><![CDATA[
10 = RECORDS
10.source.current = 1
10.tables = tt_content
]]></TypoScript>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>Related Processes</label>
</TCEforms>
</field_related>
</code>
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?
Kind Regards
Joerg Schoppet
More information about the TYPO3-project-templavoila
mailing list