[TYPO3-dev] typolist in custom RTE fields

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue May 29 10:47:53 CEST 2007


Georg Großberger wrote: on 27.05.2007 16:17:

> I'm currently facing the problem, that texts, created with the RTEs (both 
> HTMLArea and TinyRTE are having the problem), are putting out those typolist 
> Tags. This only apears in a custom plugin, not at the tt_content fields.
> 
> After some minutes at google, I found out, that the typolist Tag is marked 
> as depricated and the RTEs are creating th ul and li Tags directly. But that 
> seems not to work outside the tt_content table.
> Everything else is working fine. Paragraphs, Links, strong, colours, .... 
> all working fine, but not the lists.
> 
> So how can I get the RTEs to create lists without the <typolist> thing, 
> inside of my plugins?
> I feel it got something to do with the TCA Array, but I didn't find anything 
> yet. 

Check out Web>Info> and Page TSconfig settings for RTE, which are
applying to your setup. Maybe there are specific settings for your
tables that overrule the defaults. Mainly the .proc part should be
interesting. If you cannot find it, maybe it could help if you post your
setup here.

Usually these settings come from your extensions ext_localconf.php,
something with t3lib_extMgm::addPageTSConfig(...).

Cheers,
Ernesto




More information about the TYPO3-dev mailing list