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

Compatibility

2.0.02.0.32.0.42.0.52.0.62.0.72.1.02.1.12.1.22.2.02.2.12.2.22.2.32.2.42.2.52.3.02.3.12.3.2
NoNoNoNo1.01.0NoNoNo1.4.11.4.11.4.11.4.11.4.11.4.12.12.12.1

Readme

Field: Multilingual Text Box

1 About

The multilingual version of Text Box field.

2 Installation

Dependencies:

  1. Install Text Box field if it's not already installed.
  2. Install Frontend Localisation if it's not already installed.

This extension:

  1. Upload the multilingual_field folder in this archive to your Symphony extensions folder.
  2. On Extensions page in Admin, install it by selecting Field: Multilingual Text Box, choose Enable/Install from the With Selected menu, then click Apply.
  3. The field will be available in the list when creating a Section.

3 Update from earlier versions

  1. Upload the new version of multilingual_field folder in this archive to your Symphony extensions folder.
  2. Remove Language Redirect extension if you was unsing it with the previous version of Multilingual Field
  3. Make sure to install and configure the Frontend Localisation with FLang detection gTLDs before 'Eneble / Install' the Multilingual Text Box.
  4. On Extensions page in Admin, re-enable it by selecting Field: Multilingual Text Box, choose Enable/Install from the With Selected menu, then click Apply.

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)