Quote:
Originally Posted by Masala4india
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>
|
Use the instructions in the Readme...
As for the option, just input the field number of the field that you created. It's not really that hard.