[TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem with anchor

bernd wilke t3ng at bernd-wilke.net
Thu Nov 6 14:05:43 CET 2014


Am 06.11.14 09:23, schrieb Bert Hiddink [BENDOO e-work solutions]:
> Hello Bernd,
>
> On 06-11-14 08:52, bernd wilke wrote:
>> Am 06.11.14 08:39, schrieb Bert Hiddink [BENDOO e-work solutions]:
>>
>>> And @Bernd, what do you mean with "linkwizard"?
>>
>> the popup you get if you want to insert a link in a link-field (just
>> click the icon) or in the RTE.
>
> OK, I understand but this is not an option in my case since the links
> are rendered with TS.

I think you do not use typolink.
all links should be generated by TYPO3.

either with a method from the API or with .stdWrap.typolink in typoscript.


*NEVER* create links
from templates like <a href="{linkurl}">...</a>

or typoscript like
10 = TEXT
10 {
	field = linkurl
	wrap = <a href="|">
}
20 = TEXT
20.field = title

30 = TEXT
30.value = |</a>

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list