[TYPO3-english] Problems in RTE generated links (TinyRTE and/or RTE transformations?)
Giannis Economou
gecon at di.uoa.gr
Sun Dec 6 17:19:48 CET 2009
Solution for anyone interested...
To make it work, I had to:
1. Turn on "Store link attributes" in RTE ext. configuration
2. Since I don't want the t3page, t3url and t3target attributes of A
tag, I added to PageTS:
RTE.default.proc.exitHTMLparser_db = 1
RTE.default.proc.exitHTMLparser_db.tags {
a.fixAttrib {
t3url.unset = 1
t3page.unset = 1
t3target.unset = 1
}
}
To me it seems as a tinyrte bug, since it is working correctly only when
"store link attributes" is on.
Best regards,
Giannis
Giannis Economou wrote:
> Unfortunatelly, other RTE is not an option now.
>
> One more thing to add (might be related): I have “Store link
> attributes” disabled in TinyRTE configuration.
>
> Thank you.
>
>
> Philipp Gampe wrote:
>> Am 04.12.2009, 18:48 Uhr, schrieb Giannis Economou <gecon at di.uoa.gr>:
>>
>>> Hello...
>> Hello,
>>> I'm dealing with the following situation in one installation.
>>> Using TinyRTE (1.8.1) on TYPO3 4.2.10 (multidomain + cooluri).
>>
>> why don't you use tinymce_rte ?
>> it might work better, but I can't promise anything
>>
>> Best regards
>> Phil
>>
>>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list