ack. Your using the standard sig editor right?
In the tamplate "sigimage_popup_images" change
PHP Code:
opener.document.vbform.message.value += "[img]https://vborg.vbsupport.ru/[/img]";
to
PHP Code:
opener.document.vbform.signature.value += "[img]https://vborg.vbsupport.ru/[/img]";
and in the "modifyprofile" template
PHP Code:
document.vbform.message.value += "[img]https://vborg.vbsupport.ru/[/img]"
document.vbform.message.focus();
to
PHP Code:
document.vbform.signature.value += "[img]https://vborg.vbsupport.ru/[/img]"
document.vbform.signature.focus();
The zip file has been updated to refect these changes.