Quote:
Originally Posted by zylstra
For just blocking signatures for 3.5, all that is needed is to change the postbit template from:
Code:
<if condition="$post['signature']">
to:
Code:
<if condition="$post['signature'] AND $show['member']">
|
Thank you, that's what I was looking for.
EDIT: That didn't work for me. I can still see siggies when I am not logged in
on my site.
EDIT 2: I found one that
worked for me on vBulletin.com:
http://www.vbulletin.com/forum/showthread.php?t=166091