Quote:
Originally Posted by Ted S
Have you modified your postbit or postbit_legacy templates?
|
Yes, this is my postbit_legacy code:
PHP Code:
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
{vb:raw template_hook.postbit_signature_end}
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
{vb:raw helpful_answers}
<div class="cleardiv"></div>
</div>
</div>