Quote:
Originally Posted by M.C.
Thanks it works but... it's show on EVERY post, not only first one....
I like your style for first post insertion but want to leave bottom block original.
I think is better to create separate new template for first post but what need to be changed in plugin then?
Thanks 
|
Please use this code in STEP 3 editing the
showthread_similarthreads template
PHP Code:
<vb:if condition="in_array($post[postcount], array(1))">
<br /><br /><div class="aionets_similar_threads">
<strong>$vbphrase[similar_threads] </strong><br />
$similarthreadbits
</div>
</vb:if>