[TYPO3] captions for images are gone after 3.8.1 -> 4.0.2 upgrade?

Bing Du bdu at iastate.edu
Wed Nov 22 16:39:57 CET 2006


>
> 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.

Thanks a lot for the response.

Yes, I checked the 'Update Wizard' in the install tool to make it really
typo3 4.0 mode.  After that, I removed the local cron_cssstyledimgtext
extension.  The captions come back now.  But the sizes and positions of
the images are not the exactly the same as they used to be.  In the master
TS template, we have

plugin.tx_croncssstyledimgtext._CSS_DEFAULT_STYLE >

And instead use,

page.includeCSS {
  ...
  file4 = fileadmin/templates/css/cron_cssstyledimgtext.css
  ...
}

I noticed the classes for images and text were changed from csi_blah to
csc_blah.  So looks like I need to find out the default style sheet that
css_style_content uses and make a local customized copy of it.

Bing



More information about the TYPO3-english mailing list