[TYPO3-german] typolinks im html-code und das address-tag
Nico Mock
nico.mock at dieyetis.de
Tue Feb 19 16:19:23 CET 2008
schnabelvieh schrieb:
> Hallo Alle,
>
> hier wieder ein interessantes Problem:
>
> Wenn ich im htmlarea ein address - Tag mittels des Auswahlfeldes "Type
> of Paragraph" setze, kann ich innerhalb dieses address tags zwar links
> setzen, im HTML-Code werden die links allerdings in typo3links umgeandelt ?
>
> Sollte das eigentlich nicht andersherum sein ? Im htlmerear-Editor die
> typo3links und im Html - Code die <a href= ...> tags ?
>
> Wo muss ich suchen, ich bin da etwas hilfslos ....
>
> Gruß,
>
> Nico
Hallo Alle,
ohne wirklich zu wissen, was ich da mache, hier eine Lösung:
Das kommt in das pageTS - setup:
# We still want address tags being parsed to enable links
lib.parseFunc_RTE.externalBlocks.address {
stripNL = 1
stdWrap.parseFunc = < lib.parseFunc
}
und das zu den Konstanten:
styles.content.links.allowTags = address, br
^^^^
Danach taucht bei mir innerhalb des address - Tags kein typo3link im
HTML-Code mehr auf, sondern der Tag <a href=".... > usw.
Es grüßt,
Nico
More information about the TYPO3-german
mailing list