CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Installation

  1. Download extension static_info_tables_pl from TER and install it in the Extension Manager.
  2. Alter Static info tables by clicking the button "Make updates". This will extend database tables with fields for polish data.
  3. From the Option list on the top select UPDATE! and click Import button.

Installation is completed. From this moment you will have to ignore changes suggested by original extension Static Info Tables because making this changes will remove polish data.

Updating extension Static Info Tables

When you update extension Static Info Tables to newer version then you have to load again Polish data. Go to Extension Manager, click Static Info Tables (pl) name. You will see that Static Info Tables must be altered. So, click the button Make updates. Then from the options list on top select UPDATE! and click a Import button to load the data.

Updating TYPO3

One of the steps of Updating TYPO3 to newer version is comparing database and loading Static data. You will have to make the same steps like described in the chapter "Updating extension Static Info Tables".

TypoScript configuration

If you want polish country, currency and so on to be default in your extensions set such TS configuration settings.

plugin.tx_staticinfotables_pi1 {
  currencyCode = PLN
  countryCode = POL
  countryZoneCode = WP
  languageCode = PL
}