I have been playing with the default Modx sample site and trying to get a blog up and running.
Currently I am calling ditto with:
[[Ditto? &startID=`2` &summarize=`2` &total=`20` &commentschunk=`Comments` &tpl=`nl_blog` &paginate=`1` &alwaysshow=`1`]]
Initially I thought that removing &commentschunk=`Comments` would stop the Comments option( I only want people to be able to post comments to specific subjects, not on the main blog page. This what not the case, after checking the documentation it says:
&commentsChunk
If you’re using comments, the name of the chunk used to format them so it can be filtered out
But how do I turn them off?
I tried removing the nl_blog too, but also without any success.
If I remove the jot call from the Comments chunk, it works as such, but why is it calling the Comments chunk when I removed it from the Ditto call?
Thanks to any "light shedders".
Taff