[TYPO3] captions for images are gone after 3.8.1 -> 4.0.2 upgrade?
Ernesto Baschny [cron IT]
ernst at cron-it.de
Wed Nov 22 09:38:59 CET 2006
Bing Du schrieb:
>> We upgraded our typo3 server from 3.8.1 to 4.0.2. I noticed the captions
>> for the images (Type: Image) disappeared after the upgrade even though
>> the caption is listed in the Caption box for the image on the backend.
>> Anybody know why and how to get captions show up again?
> I did more test. Looks like the images attached to news articles have no
> problem showing captions. Just the image or text w/ image type stop
> showing captions on the frontend. I think upgrading from 3.8.1 to 4.0.2
> should not affect the style sheet that's used by the cron_cssstyledimgtext
> extention since that's a local ext. Now I'm suspecting if the system ext
> css_styled_content could be changed after the upgrade and then cause
> captions to disappear from the frontend. I'm not even clear where to
> look. Would anybody shed some light? Thanks.
As cron_cssstyledimgtext was integrated into css_styled_content in
4.0.0, I would simply de-install cron_cssstyledimgtext. After that, go
to the install tool and check the "Upgrade wizard" and tell him you want
to use the new behaviour. Then just clean your TS-template (constants
and setup) from any setting regarding tt_content.image or
tt_content.textpic, and see if the new default behaviour is not exactly
what you need already.
Also note that altText and other fields that were previously added by
cron_cssstyledimgtext are now part of the core, but without the
extension prefix, so you might want to run some "UPDATE" SQL statements
to update that info.
Cheers,
Ernesto
More information about the TYPO3-english
mailing list