bug fixes. Apply the change above.
Open the sigimage_popup_images template
change
PHP Code:
function sigimg(sigtext) {
opener.document.vbform.signature.value += "[sig="+sigtext+"]";
//document.vbform.message.focus();
}
to
PHP Code:
function sigimg(sigtext) {
opener.document.vbform.signature.value += "[sig="+sigtext+"]\";
}
Download the current version of the zip 2.0_4 and upload the new version of simage.php.
This should correct all reported bugs.
Any images that appear as X's before these changes are made will need to be removed.