Pretty obvious this one, but for anybody else that has FireFly's
Quick Reply feature, then just perform the following:
In the 'showthread_replybox' template find the following code:
Code:
<input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
Under that add the following:
Code:
<script language='javascript' src='spelling/spellmessage.js'></script>
<input type="button" class="" value="Spell Check" onclick="openspell();">