Quote from: sottwell at May 02, 2007, 01:31 PM
TVs are the way to do this. Set up an image type TV as usual, then in your ditto template specify the name of the TV to include in the summary listing. See the documentation for your version of Ditto for the exact syntax to use.
I tried something out with TV’s but I can’t get it work...
Can you write me an example? (I’m using Ditto 2.0 RC2)
My ditto call (on index page) is
[[Ditto?&startID=`2` &summarize=`10` &removeChunk=`Comments` &tpl=`naslovna_vijesti` &paginate=`0` &extenders=`date,summary,dateFilter`]]
..and my chunk with tpl is
<div id="title">[+date+] - [+title+]</div>
<div class="clear"></div>
<div id="text_vijesti">[+summary+]</div>
<div class="clear"></div>
<div id="autor_vijesti">Napisao [+author+]</div>