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
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)
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.
Ditto 1.0.2 is shippet with RC2.