We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14547
    • 58 Posts
    Quote from: BobRay at Sep 07, 2017, 08:42 PM
    I 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
    /articlestags/ux

    This returns a 404.
      ~~||[ Simplicity is everything ]||~~
      • 3749
      • 24,544 Posts
      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)
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 14547
        • 58 Posts
        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 smiley
        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 ]||~~
          • 3749
          • 24,544 Posts
          I'm glad I could help. smiley
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting