2011-06-15, 11:04 AM
(This post was last modified: 2011-06-18, 04:32 AM by lifesteal0r.)
I want to integrate the spell check to advanced quick reply!
1.) Advanced quick reply -> http://mods.mybb.com/view/advanced-quick-reply-form
2.) Spell check plugin -> http://mods.mybb.com/view/spell-check
What I did was: I just opened the theme template : showthread templates
Then I had showthread_quickreply -> Created by plugin may be
So i just inserted the following lines there:
I was successful in showing the Check spelling button in quick reply but it did nothing!
Perhaps I need to connect it someway!
Maybe change the onClick thing
1.) Advanced quick reply -> http://mods.mybb.com/view/advanced-quick-reply-form
2.) Spell check plugin -> http://mods.mybb.com/view/spell-check
What I did was: I just opened the theme template : showthread templates
Then I had showthread_quickreply -> Created by plugin may be
So i just inserted the following lines there:
<input class="button" type="button" value="Check Spelling" onClick="openSpellChecker();"/>
I was successful in showing the Check spelling button in quick reply but it did nothing!
Perhaps I need to connect it someway!
Maybe change the onClick thing