Yes I know, thanks. My question is still not answered though;
Quote:
What would I use to have it show a default sig for those without one, BUT those with Show Signatures unchecked in their user CP wouldn't see any?
|
BTW, the
<if condition="$post['signature']"> is the default code for vBullentin. That is, the standard code is as shown below;
PHP Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
<if condition="$post[signature]">$post[signature]
</if>
</div>
<!-- / sig -->
</if>