Quote:
Originally Posted by clearchannel
I haven't been able to get the spell check to work in private messages in vb 3.51.
I have added the following code in the usercp_shell
Code:
<script src="vbspell.js"></script>
</head>
<body$onload>
$header
$navbar
<form name="spell_form" id="spell_form" method="POST" target="spellWindow" action="vbspell.php">
<input type="hidden" name="spell_formname" value="">
<input type="hidden" name="spell_fieldname" value="">
<input type="hidden" name="spellstring" value="">
</form>
I have not been able to find the code to replace in the pm_newpm, that code does not look like the other templates edits?
Can someone please point me in the right direction.
Thanks in advance.
|
You have steps A and B covered. For step C, just added it after the submit/preview buttons on the newpm template.