UBB.Dev
Posted By: AllenAyres Spell Check [beta] - 10/18/2006 4:24 AM
Modification Name: Spell Check [beta]

Author(s): Allen Ayres

Description: Lets you check for spelling mistakes in your post.

Requirements: UBB.Threads 7

Credits: Brett, LK, Bandit_1234, Josh, and Anime-loo

Demo: None yet

Attached File
2279-SpellCheck.txt  (203 downloads)
Posted By: Gizmo Re: Spell Check [beta] - 10/18/2006 5:13 AM
I was hoping a rendition of this would be ported up smile
Posted By: Mors Re: Spell Check [beta] - 11/10/2006 10:29 PM
Does this work yet ?
Posted By: chillin Re: Spell Check [beta] - 11/10/2006 11:07 PM
Firefox 2.0, all the spell checker you'll ever need
Posted By: AllenAyres Re: Spell Check [beta] - 11/16/2006 6:51 AM
Originally Posted by Mors
Does this work yet ?


It did, is something up? smile
Posted By: Bill B Re: Spell Check [beta] - 11/25/2006 9:21 AM
It works for me... but, it doesn't seem to insert the corrected text back into the POSTING window. Seems that in Classic there was a second button which prompted whether you wanted to overwrite your original text with the corrected text.

The only way I found to move the corrected text back into the POSTING window was manual cut-and-paste.

Did I miss something?
Posted By: Bill B Re: Spell Check [beta] - 11/26/2006 5:01 AM
Here's a screen shot of a Classic final SpellChecker page. When you click on it, I believe that the CLOSE button copies the corrected text back into the Posting window.

SAMPLE SCREEN
Posted By: jgeoff Re: Spell Check [beta] - 11/28/2006 2:20 AM
Originally Posted by chillin
Firefox 2.0, all the spell checker you'll ever need

Amen, brotha! cool
Posted By: Ian_W Re: Spell Check [beta] - 12/31/2006 2:17 AM
Thanks Allen - is this working under 7.1 smile
Posted By: AllenAyres Re: Spell Check [beta] - 12/31/2006 6:44 AM
I have no idea yet, but probably, shouldn't be a conflict for 7.1 smile
Posted By: Cuervo Re: Spell Check [beta] - 03/02/2007 2:09 PM
It does work in 7.1 but there is a big diffenece between this mod and the one used in the 6.7.x classic version. While it would be nice to get that level of functionality into threads it doesn't seem like the author is working on mods anymore.

https://www.ubbdev.com/forums/ubbthreads.php/ubb/showflat/Number/202515/page/3#Post202515

Posted By: Cuervo Re: Spell Check [beta] - 03/02/2007 3:27 PM
Originally Posted by Gizmo
I was hoping a rendition of this would be ported up smile

How difficult is it to "convert" a cgi script to php? I know it's more difficult then I would think, else someone would have done it by now.
Posted By: Gizmo Re: Spell Check [beta] - 03/03/2007 2:06 AM
:sniff: my poor brett is too cool for us now...

BTW, if it where just a matter of "porting" it from cgi to php it'd be simple; howevever the two forum products (UBB.Classic and UBB.Threads7) are completely differant
Posted By: cheryl Re: Spell Check [beta] - 03/10/2007 7:44 PM
Are there any other spell check mods that will work for 7.1?
Posted By: Gizmo Re: Spell Check [beta] - 03/10/2007 10:19 PM
This is the only spellcheck addon for anything in the 7.x series of the UBB.
Posted By: nprime Re: Spell Check [beta] - 04/21/2007 4:12 PM
One of the files have been changes since this mod was 1st written.

In editpost.tpl find:
Code
<input tabindex="4" type="button" name="preview" value="{$lang.DOPREVIEW}" class="form-button" onclick="doPreview();" />

And add under.
Code

<input type="button" name="spellcheck" value="{$lang.SPELL_CHECK}" onclick="window.open('http://www.spellcheck.net/cgi-bin/spell.exe?action=checkpg&string='+escape(document.replier.Body.value + ''), 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=700,height=600');" class="form-button" />
Posted By: sirdude Re: Spell Check [beta] - 06/04/2007 9:53 PM
i have one that i've coded up using cpaint (ajax) platform. it's not a small mod, but it works inline with no popups.

i'll post it in a seperate thread

Posted By: nprime Re: Spell Check [beta] - 07/17/2007 3:28 AM
sirdude, did you ever post your spellcheck mod?
Posted By: Gizmo Re: Spell Check [beta] - 07/17/2007 3:43 AM
Originally Posted by nprime
sirdude, did you ever post your spellcheck mod?
I don't think so, but I'd love it too
Posted By: sirdude Re: Spell Check [beta] - 07/17/2007 3:45 AM
no, i didn't as i was holding off on all my mods to make them ready for 7.2

i have about 10 in the hopper that i need to post here. ajax spell check being one of them.

i'll git er done soon.. sorry for any delay smile
Posted By: nprime Re: Spell Check [beta] - 07/17/2007 4:45 AM
That's cool. With 7.2 being released I can now pick and choose what I want to be installed again and wanted to see how your mod compared to the one in this thread. It's like being a kid in a modding candy store.
Posted By: sirdude Re: Spell Check [beta] - 07/17/2007 5:23 AM
well, if you've used Gmail, then it's exactly like that look/feel with me swapping out the textarea with a hidden spell check area on the fly, then back.

it's all done inline with no popups..
Posted By: Gizmo Re: Spell Check [beta] - 07/17/2007 5:33 AM
Sounds quite nice, can't wait to have it wink
Posted By: nprime Re: Spell Check [beta] - 07/17/2007 6:15 AM
Is it based on google spell?
Posted By: sirdude Re: Spell Check [beta] - 07/17/2007 1:38 PM
nope. just the look/feel and implementation wink

i tried an implementation called 'googiespell', that didn't feel right when coded up.
Posted By: AllenAyres Re: Spell Check [beta] - 07/18/2007 4:52 PM
Originally Posted by sirdude
no, i didn't as i was holding off on all my mods to make them ready for 7.2

i have about 10 in the hopper that i need to post here. ajax spell check being one of them.

i'll git er done soon.. sorry for any delay smile


:drool:

smile
Posted By: Cuervo Re: Spell Check [beta] - 11/19/2007 2:31 PM
Sirdude,

Did you ever get to post your spellchecker now that 7.2 is out?
Posted By: sirdude Re: Spell Check [beta] - 11/19/2007 6:38 PM
no, since FF has a built in one that is better and IE has one available.. the customer decided not to want it.
Posted By: Bill B Re: Spell Check [beta] - 11/29/2008 9:30 AM
So what's the latest consensus on adding a Spellchecker?

We just upgraded from 7.2.2 to 7.4.1 and lost our previous one. And I'm getting a ton of notes letting me know that they miss it!!
Posted By: sirdude Re: Spell Check [beta] - 11/29/2008 6:33 PM
well, when you have it for Firefox and IE as an easy add-on or an integral part of the browser, i see it hard to justify writing any code to do it..

i'll bet spell check also exists for Opera, Safari and Chrome too..

so the key is to educate your users on how they can get spellcheck with the browser they are using..

:2c:
Posted By: Gizmo Re: Spell Check [beta] - 11/29/2008 8:43 PM
I approve SD's comment above... Nowadays everything has a built in spellcheck; why worry about having to hack a mod into your forum everytime you have to upgrade when you don't need to?
Posted By: Bill B Re: Spell Check [beta] - 12/01/2008 5:51 AM
Okay, I'll bite... As much as I use IE, I was unaware that it has spellchecking capabilities now.

I just went to Microsoft's site and couldn't find any reference to it. what am I missing? Which version of IE? Or are you referring to Vista?

Most of my users have IE and I can't ask them to go to FF or Chrome. Heck if they were that flexible, then they wouldn't be asking for a built-in spellchecker! ha!

Thoughts? Thanks -
Posted By: AllenAyres Re: Spell Check [beta] - 12/01/2008 5:32 PM
I am not familiar with a spellchecker in IE7 either smile
Posted By: Gizmo Re: Spell Check [beta] - 12/02/2008 2:21 AM
IIRC, Google Toolbar adds some spellcheck support as well tipsy
Posted By: Bill B Re: Spell Check [beta] - 12/02/2008 5:16 AM
Google toolbar... hummm, I already have that loaded on dis pc. Let me see if it finds the errors in this sentence.


Well. Not too bad.. .found three out of the four typos. Notice that "dis" is still there, instead of "this".

Okay! Let me post a note to my community and tell them to go get Google... Let's see how far I get with THAT suggestion! smash

Don't ya just love the smell of tar and feathers in the morning? bigshock
Posted By: AKD96 Re: Spell Check [beta] - 05/12/2009 4:57 AM
I'm still a fan of this. Anything that gives the end (l)user another tool that offers to de-dumbify them is a good thing, and this mod is so incredibly easy to implement.

Works for 7.5 yay
Posted By: AllenAyres Re: Spell Check [beta] - 05/15/2009 7:28 AM
thumbsup I still get requests for it occasionally smile
Posted By: Pilgrim Re: Spell Check [beta] - 09/24/2009 8:48 PM
Originally Posted by Bill B
Okay, I'll bite... As much as I use IE, I was unaware that it has spellchecking capabilities now.

I just went to Microsoft's site and couldn't find any reference to it. what am I missing? Which version of IE? Or are you referring to Vista?

Most of my users have IE and I can't ask them to go to FF or Chrome. Heck if they were that flexible, then they wouldn't be asking for a built-in spellchecker! ha!

Thoughts? Thanks -
I realize that this topic is ancient but seeing that no one posted a link to the most used IE spell checker on the planet which has been out for years, I thought I would do that. hehe

Go here: ieSpell. It's 100% free and works in ALL versions of IE including v. 8.
Posted By: badfrog Re: Spell Check [beta] - 09/28/2009 11:41 PM
I used IESpell for ever until I switched to firefox
© UBB.Developers