1.8Beta Important Bug Fix
admin/functions.php
Find:
PHP Code:
$post[avatar]="";
$post[signature]="";
$post[profile]="";
replace with:
PHP Code:
$post[avatar]="";
$post[signatureimg]="";
$post[profile]="";
Not only will you need to do that, but you will also need to:
Edit the "postbit_signature" template:
Replace the entire contents with:
Code:
<p><normalfont>__________________<br>
$post[signature]</normalfont></p>
Add a new template: postbit_signatureimg
Code:
<img src="$signatureurl" border="0" alt="">
Note: Only do this if you have got Version 1.7Beta of previous installed
Satan