In newreply & newthread under 3.0.8
you need to look for this
PHP Code:
<input type="submit" class="button" name="sbutton" value="$vbphrase[submit_reply]" accesskey="s" tabindex="1" />
<input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="p" tabindex="1" />
And then add this below for it show the buttens in the right spots.
PHP Code:
<if condition="$show['wysiwyg']">
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', 'WYSIWYG_HTML', '2');">
<else />
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', 'message', '1');">
</if>