We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28173
    • 409 Posts
    Hi,

    I'm using the smarttags add-on but I can't select the tags of all children of one specific parent.
    Even if the doc talk about a parentIds parameter, it doesn't include all the children :

                [[!smarttagTags?
                     &parentIds=`129`
                     &includeHiddenDocs=`1`
                     &tplWrapper=`@code:[[+smarttag.tags]]`
                     &tplItem=`@code:<button class="button" data-filter=".tag-[[+smarttag.tag]]">[[+smarttag.tag]] <span>([[+smarttag.count]])</span></button>`
                     &tvNames=`EventTags`
                ]]


    The other parameter allTags is working, but for ALL the resources of the website !
                [[!smarttagTags?
                     &allTags=`1`
                     &includeHiddenDocs=`1`
                     &tplWrapper=`@code:[[+smarttag.tags]]`
                     &tplItem=`@code:<button class="button" data-filter=".tag-[[+smarttag.tag]]">[[+smarttag.tag]] <span>([[+smarttag.count]])</span></button>`
                     &tvNames=`EventTags`
                ]]


    Is there a way to select all the tags of children of a specific resource, without specify each direct parents ? [ed. note: Spheerys last edited this post 8 years, 10 months ago.]
      • 28173
      • 409 Posts
      Hummm nobody use this add-on ?