How to set

First Search for this in your postbit / postbit_legacy template:

Code:
        <if condition="$post['signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        </if>

Then replace it with this this:

Code:
        <if condition="$post['signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        <else />
            <div>
                __________________<br />
<img src="[b][color=Red]replace this with your no signature image url[/color][/b]" alt="No Signature" border="0" />
             </div>
        </if>

:3 hope it helps
 
O_ô no is simple conditional but it depends if you use postbit or postbit legacy depending on what are you using :3 you have to edit it according what are you using
 
Back
Top