2.1releasedField: Multilingual Text Box
The multilingual version of Textbox field.
Clone URLgit://github.com/6ui11em/multilingual_field.git
Add as a submodulegit submodule add git://github.com/6ui11em/multilingual_field.git extensions/multilingual_field --recursive
- Download
- .tar.gz, .zip
- Links
- Github, Homepage, Issues, Wiki
- Tags
- Field, Field Types, Multilingual
Compatibility
| 2.0.0 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.1.0 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.3.0 | 2.3.1 | 2.3.2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | No | No | 1.0 | 1.0 | No | No | No | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 1.4.1 | 2.1 | 2.1 | 2.1 |
Readme
Field: Multilingual Text Box
1 About
The multilingual version of Text Box field.
2 Installation
Dependencies:
- Install Text Box field if it's not already installed.
- Install Frontend Localisation if it's not already installed.
This extension:
- Upload the
multilingual_fieldfolder in this archive to your Symphonyextensionsfolder. - On
Extensionspage in Admin, install it by selectingField: Multilingual Text Box, chooseEnable/Installfrom theWith Selectedmenu, then clickApply. - The field will be available in the list when creating a Section.
3 Update from earlier versions
- Upload the new version of
multilingual_fieldfolder in this archive to your Symphonyextensionsfolder. - Remove
Language Redirectextension if you was unsing it with the previous version ofMultilingual Field - Make sure to install and configure the
Frontend LocalisationwithFLang detection gTLDsbefore 'Eneble / Install' theMultilingual Text Box. - On
Extensionspage in Admin, re-enable it by selectingField: Multilingual Text Box, chooseEnable/Installfrom theWith Selectedmenu, then clickApply.
The update process execute different Database updates, so it's recommended to backup the database before execute the upgrade.
Version history
Requires Symphony 2.3
- Added 2 new ouput modes that supply information for all languages.
Requires Symphony 2.3
- Complete rewrite.
- Symphony 2.3 compatibility.
- Depends on Frontend Localisation
- It now extends Textbox Field, benefitting from all goodies.
- No compatible with Language Redirect.
Requires Symphony 2.2
- Add an option to the fields definition to set if field has to show the values of default language when the value of selected language is empty.
Requires Symphony 2.2
- Added full support for frontend submit (create/update).
Requires Symphony 2.2
- Requires Language Redirect 1.0.2 or higher
- Use the standard Multilingual class from Language Redirect 1.0.2
- Add option to enable / disable the generation of unique handles for single line fields.
- Bug fix in character counter.
Requires Symphony 2.2
- Symphony 2.2 compatibility
- Language Redirect 1.0.1 compatibility
Requires Symphony 2.0.6
Requires Symphony 2.0.6
- Add multilingual handles to work with localized URL params
- Add compatibility with tinyMCE formatter
- Add compatibility with Publish Filtering extension by Nick Dunn(http://github.com/nickdunn/publishfiltering)
