Quote:
Originally Posted by 4number8
To add the spell check button to the quick reply, simply search for this phrase in..
showthread templete find:
Code:
<input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />
Below this add:
Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('qrform', '$editorid', '2');" />
You now have a spell check button on quickreply that works as it should.
Hope that helps
|
Thanks for these posts, I hadn't even thought of putting the button back

The method you posted for newreply/newthread for for pm_newpm (didn't check the exact code, but right after the preview button). I did add the 'accesskey="l"', so that users could use Alt-L to pop it up too.
Thanks again,
baze