1.0releasedTag filter

Tag filter

Clone URLhttps://github.com/miquik/tag_filter.git

Add as a submodulegit submodule add https://github.com/miquik/tag_filter.git extensions/tag_filter --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
NoNoNoNo1.0NoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

tag_filter

Tag-Cloud like filtering in frontend

USAGE

  • Install extension
  • Add a TagFilter field to your section
  • In section's data-source, add the Tagfilter field as a Filters param (leave value empty)
  • Now, in frontend you can control data-source filtering using 'tagaction' url parameter

TAGACTION

Comma separated value of tag 'actions'. A tag-action is defined as <operator>:<tag>

Currently 3 operators are defined: - a, add <tag> to filter list - r, remove <tag> from filter list - c (without parameter) clean filter list

Version history

Symphony 2.4 only