1.0.1releasedAutocomplete Tags

Replace the tag list suggestions with an autocomplete widget.

Clone URLhttps://github.com/tachyondecay/autocomplete_tags.git

Add as a submodulegit submodule add https://github.com/tachyondecay/autocomplete_tags.git extensions/autocomplete_tags --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
No0.10.11.0.11.0.11.0.1NoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Autocomplete Tags

Replaces the default tag list interface in Symphony's backend with a jQuery Autocomplete widget. This is also compatible with Craig Zheng's enhanced tag list field provided you use a comma as the delimiter.

  • Version: 1.0.1
  • Author: Ben Babcock [email protected]
  • Updated: August 14, 2014
  • GitHub Repository: https://github.com/tachyondecay/autocomplete_tags

Installation

You can always install the latest version through git: git clone git://github.com/tachyondecay/autocomplete_tags.git

  • Make sure that the extension is in a folder named autocomplete_tags. Upload this to your Symphony extensions folder.
  • Enable the extension from the Extensions page in the Symphony backend.

Credits

Thanks to brendo (Brendan Abbott), who recommended I look at his Custom Field Captions extension to learn how to add scripts and stylesheets to the backend.

At its core, this extension just bundles part of the jQuery UI library. All I've done is added the necessary hooks to get the autocomplete widget working with Symphony's tag list field. The real evil masterminds are the jQuery UI developers.

Changelog

1.0.1 (August 14, 2014)

  • Update jQuery UI library to make the styling compatible with Symphony 2.4.

Version history

Symphony 2.3 to 2.5.x

  • Update jQuery UI library to make the styling compatible with Symphony 2.4

Requires Symphony 2.3

  • Remove about() method in extension.driver.php.
  • Report correct compatibility ranges in extension.meta.xml

Symphony 2.1 to 2.2.x