We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9995
    • 1,613 Posts
    I have a little problem:

    My tags are:
    website (8 ) logo (3) huisstijl (2) (this count is correct)

    But when i click on logo i only see 1 result, when i go to huisstijl i see 2 results, when i click website i see 5 results, although i did tag logo on 3 pages so it needs to show 3 results.

    It's not possible to list a page where i tagged logo and website, the page can only be listed at 1 tag?!


    My code:
    I have a page where tags are shown:

    [!TvTagCloud? 
    &parent=`[*id*]` 
    &landing=`25` 
    &tvTags=`docTags` 
    &showCount=`0` 
    &customDisplayChunk=`tag-inhoud` 
    &tagDelim=`, `
    !]


    When i click on a tag i go to landingpage (overview) showing all tags and ditto results:

    Tags:
    [!TvTagCloud? 
    &parent=`2` 
    &landing=`25` 
    &tvTags=`docTags` 
    &showCount=`1` 
    &customDisplayChunk=`tag-inhoud` 
    &tagDelim=`, `
    !]


    Ditto:
    [!Ditto? 
    &parents=`2` 
    &extenders=`tagging` 
    &tagData=`docTags` 
    &tpl=`tag-inhoud` 
    &display=`all`
    &total=`99`
    &tagDelim=`, `
    &noResults=`No result...`
    !]


    My tags are seperated (delimiter) like: logo, website, huisstijl


    //

    Another question, guess for a seperator i need to check the snippetcode and add it there? [ed. note: fourroses666 last edited this post 14 years, 5 months ago.]
      Evolution user, I like the back-end speed and simplicity smiley
      • 9995
      • 1,613 Posts
      This does work, i needed to use &startID=`2` and not parents smiley

      [!Ditto? 
      &startID=`2` 
      &display=`20` 
      &tpl=`tag-inhoud` 
      &paginate=`1` 
      &alwaysshow=`1` 
      &sortBy=`pagetitle` 
      &sortDir=`asc` 
      &tagData=`docTags` 
      &tagDelimiter=`,`
      !]


      Hope it could help someone [ed. note: fourroses666 last edited this post 14 years, 5 months ago.]
        Evolution user, I like the back-end speed and simplicity smiley