Bulent Tekcan
03-03-2012, 07:29 PM
Hello,
Before I used this code in postbit_legacy for signature disable or enable per user.
<if condition="$bbuserinfo['usergroupid'] != 1">
<if condition="$post['signature'] AND $post[field6]!= 'No'">
<!-- sig -->
<div>
<hr noShade SIZE="2"><br />
$post[signature]
</div>
<!-- / sig -->
</if>
</if>
But how can use same thing for vb4 postbit_legacy ? Because code like that
</vb:if>
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
Regards,
Before I used this code in postbit_legacy for signature disable or enable per user.
<if condition="$bbuserinfo['usergroupid'] != 1">
<if condition="$post['signature'] AND $post[field6]!= 'No'">
<!-- sig -->
<div>
<hr noShade SIZE="2"><br />
$post[signature]
</div>
<!-- / sig -->
</if>
</if>
But how can use same thing for vb4 postbit_legacy ? Because code like that
</vb:if>
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
Regards,