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

    I would like to offer a full rss feed but when i use &trunc=`0` the comments form is displayed. Is the removeChunk call not respected in the rss feed?

    I also noticed that when using the standard trunc the "read more" link is not added to the feed.

    cheers,
    G
      • 18397
      • 3,250 Posts
      Which version of Ditto are you using? Pre 1.1, the call should be commentsChunk, post 1.1 it should be removeChunk. The read more link is not added to the feed as 99.9% of RSS readers make the headline clickable. If you would like it to be included, just use Ditto 1.1 Beta 2’s tpl parameter to change it. (you can copy and paste the current XML template from the formats/xml.format.inc.php file included in the download)
        • 10357
        • 573 Posts
        Hi,

        i am using 1.0.2 (is this not the latest?) here is my ditto call:

        [[Ditto? &startID=`7` &format=`rss` &summarize=`20` &total=`20` &trunc=`0` &removeChunk=`FormBlogComments`]]

        the removeChunk works for the main ditto call but not in the rss feed.

        the reason to include the read me link would just to make it totally clear that the post was longer than the feed summary.

        cheers,
        G
          • 18397
          • 3,250 Posts
          Use &commentsChunk.
            • 10357
            • 573 Posts
            hi,

            thanks, it works now. Is the ditto that shipped with RC2 the latest version? I am a bit confused why in my main call removeChunk works and in my rss feed removeComments works.

            g.
              • 18397
              • 3,250 Posts
              Ditto 1.0.2 is shippet with RC2.