I try to Display a list with the recently favo items
<div class="highlights">
<ul>
{exp:favorites:entries weblog="my_weblog" limit="10"}
<li><a href="/index.php/V2/comments/{url}">
{if '{plaatje}'!=''}<img src="{plaatje}_thumb.jpg" alt="" />{/if}{if '{plaatje}'==''}<img src="20080325_weg_thumb.jpg" alt="{title}" />{/if}</a>
<div class="highlights-txt">
<h4><span><a href="/index.php/V2/comments/{url}">{title}</a></span></h4>
<p><a href="/index.php/V2/comments/{url}">{comment_total} COMMENTS</a> / {exp:favorites:entry_count entry_id="{entry_id}"}{favorites_count}{/exp:favorites:entry_count} x favo</p>
</div>
</li>
{/exp:favorites:entries}
</ul>
</div>
What do I need to do to have the custom tags available within the favorites module? {plaatje} is not showing now
