Quote:
Originally Posted by synseal
I use this template edit to hide signatures to guests for seo reasons
Code:
<vb:if condition="$show['member']">
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
</vb:if>
This template edit doesn't hide the signature to guests when this modification is enabled even after adding this edit to these templates.
postbit_collapse_legacy:
postbit_collapse_postbit:
postbit_legacy:
Which template do I need to edit for this change to have an effect?
TIA.
|
It works on my site.
There's no reason it shouldn't work on yours.
Try clearing your browser cache. And if your server has any caching enabled, clear that too.