Quote:
Originally Posted by J.Pazos
I use this code from this way:
Code:
<if condition="$thread['forumid'] == forumid">
<if condition="$post['postcount'] == 1">
(postbit template)
<else />
(postbit_legacy template)
</if>
<else />
(postbit_legacy template)
</if>
I edit the postbit_legacy template (Admin CP ? vBulletin Options ? Style & Language Settings ? Use Legacy (Vertical) Postbit Template ? ( YES)), and it works perfectly  .
|
I used this code, put it at the top of the Postbit Legacy template and doesn't work.
See attachment.