Hi LK,
I went back to your 6.3 code to see what was different. I looks like I couldn't get ubb_spell.cgi to call 'http://www.spellcheck.net/cgi-bin/spell.exe therefore the blank page.
In files - Open public_new_topic_form.pl, public_new_reply_form.pl, public_pm_form.pl and public_edit_post.pl
I replaced this:
"window.open('$vars_config{CGIURL}/ubb_spell.cgi?f=$in{f}', 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" />)
: ""
);
with this
"window.open('http://www.spellcheck.net/cgi-bin/spell.exe?action=checkpg&string='+escape(document.replier.message.value), 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=$vars_modifications{spellcheck_width},height=$vars_modifications{spellcheck_height}');" class="buttons" />) : ""
);
Now it works - if you could tell me why it won't work as you have written it for 6.5 I will make the corrections.
Thanks,
Ed