Quote:
Originally Posted by 4number8
For anyone that would like the spell check button added, edit your newreply, and newthread templetes:
newreply
find:
Code:
<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_reply]" accesskey="s" tabindex="1" />
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
under it add this:
Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
newthread
find:
Code:
<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" />
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />
under this add:
Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
Best of all, no more hidding windows, it pops up as it should
https://vborg.vbsupport.ru/showthrea...hlight=vbspell
|
That was some quality info right there...
Did it and it works great...
If this place used their own "Thank You" hack, you'd be gettin' one right now...
Thank you!...:nervous: