PDA

View Full Version : Disable signatures in Mobile Style


Svoboda
08-17-2017, 01:56 PM
Is there a way to disable signatures only in the mobile style?

Dave
08-17-2017, 02:12 PM
This will remove the signature in mobile styles:
AdminCP > Styles & Templates > Style Manager > Expand the mobile style > look for postbit template > remove the following:

<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>

Svoboda
08-17-2017, 03:24 PM
Much appreciated. That just sped up mobile browsing significantly for my site.