<![CDATA[ Tagger - How to auto-generated pages - My Forums]]> https://forums.modx.com/thread/?thread=97944 <![CDATA[Tagger - How to auto-generated pages]]> https://forums.modx.com/thread/97944/tagger---how-to-navigate-the-last-hurdle#dis-post-529594
I've been trying to solve this question on and off for a few months. Is there a way top auto-generated the pages for Tagger to display related tags on?

On each photo page there is a series of tags for 'country' 'state' and 'region' - which are set up as three separate Tagger groups. The chunk used is:
<div id="tags">
[[TaggerGetTags? &resources=`[[*id]]` &rowTpl=`tpl-placeTags` &groups=`1` &target=`0`]]  >  [[TaggerGetTags? &resources=`[[*id]]` &rowTpl=`tpl-placeTags` &groups=`2`]]  >  [[TaggerGetTags? &resources=`[[*id]]` &rowTpl=`tpl-placeTags` &groups=`3`]]
</div>

That works well.

I then created a resource for a country "Australia" - published but not showing on menus. When I create it inside a container, to keep the Resource Tree tidy, I also need to freeze the URI to remove the container from the url. On that page I use the following code, which also works:
[[!getResources? &tpl=`tplIntros` &parents=`2` &includeTVs=`1` &processTVs=`1` &hideContainers=`1` &includeContent=`1` &showHidden=`1` &where=`[[!TaggerGetResourcesWhere? &tags=`[[*pagetitle]]`]]`]]


The Tagger documentation assumes a lot of knowledge - ie. you also need to populate the rest of the getResources call.

I'm guessing that there's a way to auto-generate the pages to display tags on. Otherwise it means creating a new resource for every tag that gets added.

Can anyone give me any clues on auto-generating pages, or is that not possible?

Thanks in advance

Rob]]>
robinqld Aug 06, 2015, 01:05 PM https://forums.modx.com/thread/97944/tagger---how-to-navigate-the-last-hurdle#dis-post-529594
<![CDATA[Re: Tagger - How to auto-generated pages]]> https://forums.modx.com/thread/97944/tagger---how-to-navigate-the-last-hurdle#dis-post-550740
I am trying to do something similar with tagger auto generating urls from an migxdb but so far I cannot do this.

You are correct that the documentation assumes a lot of knowledge so it is not so helpful for publishers.]]>
jimmyjazz May 15, 2017, 03:37 AM https://forums.modx.com/thread/97944/tagger---how-to-navigate-the-last-hurdle#dis-post-550740