[Typo3] How configure RTE so that links are saved as Typolink: <LINK>

Stefan Bothner | [m]zentrale stefan at m-zentrale.de
Sun Sep 25 20:10:27 CEST 2005


> >
> > TSConfig on Rootpage is:
> >
> > RTE.default.proc {
> >   overruleMode = ts_css
> >   typolist = 0
> >   remapParagraphTag = p
> >   dontConvBRtoParagraph = 1
> > }
> >
> > But the Links are already saved as a-tags to the DB. I think all
> > configurations
> > are correct. Any other suggestions?
> >
>
> Controll if RTE.defaul may be overridden by anything like
> RTE.config,RTE.FE.
>
> Web > Info > PageTSconfig
>
> Disable it if necessarry.
>
> RTE.config >
> RTE.FE >
>
> Elmar

Hi Elmar,

everything seems correct in PageTSconfig. I tried also this in my extension:

t3lib_extMgm::addPageTSConfig('
RTE.config.tt_content.tx_mzconttext_text {
  	hidePStyleItems = H1, H4, H5, H6
	proc.overruleMode = ts_links
  	proc.exitHTMLparser_db=1
 	proc.exitHTMLparser_db {
    	keepNonMatchedTags=1
  }
}
');

overruleMode = ts_css defines that all links are saved als typolink?
Im really confused about that. Everything seems well configured.

Thanks fpr your help.

kind regards

Stefan




More information about the TYPO3-english mailing list