[TYPO3-linux] Problems with Typolink after upgrade

Dimitri Tarassenko mitka at mitka.us
Wed Mar 14 14:16:26 CET 2007


There is.

update tt_content set bodytext = replace(bodytext, '<typolist>','<ul>');
update tt_content set bodytext = replace(bodytext, '</typolist>','</ul>');

+ clear all cache.

D.

On 3/14/07, Darryl Krause <DarrylK at ywam.no> wrote:

> I have been playing around with this for some time now. I have discovered
> that by opening a content element and saving it again, then RTE htmlarea
> substitutes all the <typolink> tags with <ul> and <li>. So that fixes the
> problem right?
>
> But a global search for "</typolist>" showed over 150 records needing
> attention. There must be a "cleaner" way to change this!  Perhaps there is
> something I need to do with static templates? I expect there is a simple
> solution.

-- 
Dimitri Tarassenko


More information about the TYPO3-linux mailing list