Tagger
Tagger copied to clipboard
If I add a tag like 'Peace, Love & Understanding,' the tag won't save with the resource. Removing the comma will let the tag save, but if commas in tag...
### What does it do? Adds a new optional `depth` parameter to TaggerGetTags that adds a search depth for child resources for each parent. To keep this bc I guess...
### What does it do? Adds a new optional tpl parameter that wraps all tags with their relevant group details. Believe I've kept this backward compatible. Group placeholders are available...
I recently had need to get the tags attached to resources, to output in XML and JSON. I did not find a way to get the raw results from the...
It's good to have an ability to use tags for custom classes. I've added parameter $class for that.
Example: If I have "Foo Bar" and "Foo Bar Inc." as two separate tags, selecting "Foo Bar" will also select "Foo Bar Inc." once "Save" is clicked on a resource....
To avoid the modAction deprecation message in Revo 2.7+
When typing a non-existent tag you need to click on "assign" to have the tag created and assigned. When I click enter nothing happens and the text is being cleared....
There would be the possibility to integrate TaggerGetTags with the function &wehere like [getResources](https://docs.modx.com/current/en/extras/getresources/index) to filter resources? For example `&where={"hidemenu": 0}` ``` [[TaggerGetTags? &groups=`9` &parents=`1` &rowTpl=`filter-news-tag` &target=`2` &where=`{" hidemenu ":...