Quote:
Originally Posted by Gbml2u
I cant adjust the settings although i hack like what you show. Please help me, thanks!

|
same error i m getting. please help me and please tell me code i have to use.
Find:
<if condition="$post['signature'] AND $firstsig == 0">
Replace With:
<if condition="$post['signature']">
or
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>