Quote:
Originally Posted by TTG
|
Yes, this is user chosen, not forced.
Quote:
Originally Posted by FunaGuy
|
Don't use my edits, find:
HTML Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
$scr_nosig
</if>
Replace With:
HTML Code:
<if condition="$post['signature']">
<if condition="$firstsig == 0">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
<else />
$scr_nosig
</if>
Quote:
Originally Posted by letsjoy
not working for me
|
Did you apply edits to postbit and postbit_leagcy?