Note:
- for different templates works:
1.Find:
<div class="info">$vbphrase[posts]: $post[posts]</div>
BELOW, ADD:
<!-- / flags start -->
<div>
<if condition="$post[fieldX]"><img src="images/flags/$post[fieldX].gif"></if>
</div>
<!-- / flags end -->
2.Find:
<div>
$vbphrase[posts]: $post[posts]
</div>
BELOW, ADD:
<!-- / flags start -->
<div>
<if condition="$post[fieldX]"><img src="images/flags/$post[fieldX].gif"></if>
</div>
<!-- / flags end -->
|