Quote from: BobRay at Sep 07, 2017, 08:42 PMI haven't used nginx, but if you have friendly URLs on regular links in the site, it's probably not the issue.
..
Indeed Bob, Friendly URL's are working with the rest of the site.
What friendy URL result does MODX expect from an article tag? Is there anyone who has article tags working with useTagsFurl on?
Without useTagsFurl on, I get
/?tag=ux&key=articlestags
With useTagsFurl on I get
This returns a 404.
~~||[ Simplicity is everything ]||~~
My Tag links look like this (for the tag 'plugin'):
https://bobsguides.com/blog.htmltags/plugin.
In my Articles Template, I just have this (and the same thing in my articles container template:
[[*articlestags:notempty=`
<span class="tags left"> | Tags: [[+article_tags]]</span>
`]]
I can't find any TV, Tpl chunk, or input that would affect the URL.
Have you tried refreshing the site's URIs (Manage > Clear Cache > Refresh URIs)
Bob, thank you for your time and effort!
I've finally came up with:
[[!tagLister? &tv=`articlestags` &useTagsFurl=`1` &target=`7` &tagKey=`articlestags`]]
At least this makes the tag cloud work alongside the rest of site with fURLs on
The
&useTagsFurl=`1` param suddenly stopped working though.. but I'm glad I can turn on fURL's now!
Thanks again Bob,
Cheers,
John
~~||[ Simplicity is everything ]||~~
I'm glad I could help.