We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2762
    • 1,198 Posts
    Nicola (Banzai) Reply #1, 20 years ago
    &tags ---------------- Tags to filter documents. Can be passed in the URL via ?tags=x

    what it means? can i create a link to a category of articles filtered by the tag? (<a href="index.php?tags=x"....)
      Free MODx Graphic resources and Templates www.tattoocms.it
      -----------------------------------------------------

      MODx IT  www.modx.it
      -----------------------------------------------------

      bubuna.com - Web & Multimedia Design
      • 2762
      • 1,198 Posts
      Nicola (Banzai) Reply #2, 20 years ago
      any idea?
        Free MODx Graphic resources and Templates www.tattoocms.it
        -----------------------------------------------------

        MODx IT  www.modx.it
        -----------------------------------------------------

        bubuna.com - Web & Multimedia Design
        • 11975
        • 2,542 Posts
        That’s it you can pass tags by url.
        But Ditto 1.0.2 has not the tags params in pagination url.

          Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
          • 2762
          • 1,198 Posts
          Nicola (Banzai) Reply #4, 20 years ago
          OK solved - sorry for stupid question.

          It’s a very useful feature - great work Mark!

          example: (tested with Ditto1.1 beta)

          I’m working on an Italian real estate web site

          I have two category tv ’’riferimento’’ (rent, sale, vacations...) and ’’provincia’’ (rome, naples, florence...)

          Now i can create a link from the display chunk of Ditto to a page that meet only this criteria:

          i hope the code explain better than my english grin :

          <div id="listAnnunci">
          <h3><a href="[~[+id+]~]">[+title+]</a></h3>
          <div id="rightscheda"><a href="[(site_url)]annunci.html?tags=[+tvriferimento+]">[+tvriferimento+]</a> <span class="provincia"><a href="[(site_url)]annunci.html?tags=[+tvprovincia+]">[+tvprovincia+]</a></span></div>
          <br />
          
          <br style="clear:both;height:1px;margin-top: -1px;line-height:1px;font-size:1px;" /> 
          
          </div>


          again great work Mark!

            Free MODx Graphic resources and Templates www.tattoocms.it
            -----------------------------------------------------

            MODx IT  www.modx.it
            -----------------------------------------------------

            bubuna.com - Web & Multimedia Design
            • 18397
            • 3,250 Posts
            MARKSVIRTUALDESK Reply #5, 20 years ago
            Thanks! Sorry I was not able to respond sooner.