in 3.6.4 it doesnt work, Im using german version of vbull 3.6.4.
is there something wrong ?
Quote:
TO INSTALL:
Step 1; in postbit template;
Find: <!-- / message -->
ADD THIS AFTER IT:
<!-- #### SHOW REPUTATION GIVEN IN POST START - BY LEVI THORNTON #### -->
<if condition="$show['post_reputation_gv']">
<br>
<fieldset class="fieldset" style="border-color:#DDDDDD;">
<legend>Comments on this post</legend>
<div style="padding:12px">
$post_rep_gv
</div>
</fieldset>
</if>
<!-- #### SHOW REPUTATION GIVEN IN POST END - BY LEVI THORNTON #### -->
|