Help by translating Multishop in your local language
On the following page you can help by translating Multishop in your local language:
https://translation.typo3.org/projects/TYPO3.ext.multishop/
Spanish:
https://translation.typo3.org/es/TYPO3.ext.multishop/pi1/locallang.xlf
The following language are already translated by our supporters:
- Dutch
- German
- French
Automatic configuration RealURL
Author | Message |
---|---|
aksenovaa Andrey Multishop experienced Topic creator registered since: 05.03.2012 Posts: 5 | As noted, a lot of questions when configuring occur with RealURL. It is also seen that the working settings for RealURL found. So why not make these settings are automatically considered for RealURL? Under manual of RealURL: http://typo3.org/documentation/document-library/extension-manuals/realurl/1.12.1/view/1/4/#id2620690 Create a file in the root folder class.tx_multishop_realurl.php. This hook will be called once and receive RealURL configuration as array. To accommodate this settingwe need to add to a file locaconf.php the following line: PHP // RealURL autoconfiguration $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/realurl/class.tx_realurl_autoconfgen.php']['extensionConfiguration']['multishop'] = 'EXT:multishop/class.tx_multishop_realurl.php:tx_multishop_realurl->addConfig'; To automatically configure RealURL, after installing multishop, you want to delete the file realurl_autoconf.php (or another, used for setting RealURL) from the directory typo3conf /. And that's all ... |
Written on: 05. 03. 2012 [10:06] | |
bas Bas van Beek Multishop guru registered since: 12.05.2010 Posts: 644 | Really appreciated! Will test it and implement it in our next release. |
Written on: 20. 03. 2012 [09:46] | |
bas Bas van Beek Multishop guru registered since: 12.05.2010 Posts: 644 | Added to 2.0.25. |
Written on: 21. 03. 2012 [19:30] | |