Tagger
Tagger copied to clipboard
After updating MODX to the latest version (2.7.2-pl) I've found that the taggergateway class keeps redirecting my taggergroup page, for example: domain.ext/tag-test/my-tag-alias. This is because the code checks if the...
On this website - https://www.echtgratis.nl/ you can see 52 products listed. On the left are the tags with a few having incorrect counts...e.g. proefpakketten has a count of 5 but...
How to use Fenom tags/placeholders in Tagger chunks? Is there any support for Fenom parser, used in pdoTools?
I've found that if a page alias matches the category alias, then the page and sub-pages essentially break. It would be nice if there was a "Warning, alias exists in...
Would be helpful if group descriptions where displayed to users next to the group title rather than as a tooltip.
Trying to use `TaggerGetCurrentTag` snippet but it is not outputting anything. Have used like: ``` [[!TaggerGetCurrentTag? &groupTpl=`@INLINE [[+name]]` &tagTpl=`@INLINE [[+tag]]` &tagSeparator=`, `]] ``` and ``` [[!TaggerGetCurrentTag]] ``` but nothing is...
I'm using Tagger in a pdoResources call like so: ``` &where=`[[!TaggerGetResourcesWhere? &tags=`[[TaggerGetTags? &resources=`[[*id]]` &separator=`,` &rowTpl=`@INLINE [[+alias]]`]]` &matchAll=`1`]]` ``` Is there anyway of sorting the results by tag relevance or number...
We have a list of roughly 200 resources in a MODX collection. We are using getResources to display the sortable list of resources. The list is sortable based on 2...
As a developer of an e-commerce site who uses tags to organize products, I would like the ability to display a list of resources that not only share common tags...
Hi, I've translated the 'assign' button to another language, but the dropdown falls behind the button. I've modified the Tagger CSS, but it would be great if the whole thing...