Log in

View Full Version : Spellchecker for VB3


Sam FT
04-02-2004, 09:26 PM
There are several different spell checker hacks for vb2. But I wishing someone would create a spell checker for vb3. I know with the WYSIWYG, I don't know if that creates a problem. But I like to see one create since it was really cool to have for vb2.

Sam FT
04-06-2004, 11:41 PM
Anyone?

Acido
04-07-2004, 01:18 AM
There are several different spell checker hacks for vb2. But I wishing someone would create a spell checker for vb3. I know with the WYSIWYG, I don't know if that creates a problem. But I like to see one create since it was really cool to have for vb2.
suporting this request

FlyBoy73
04-09-2004, 04:15 AM
Is it available?

Bryan Ex
04-10-2004, 11:53 AM
Instead of hacking it into my board I recommend http://www.iespell.com/ (ieSpell) to my users. It's a free plug-in for Internet Explorer that's fully customizable by the user. That way it's not affected by board upgrades or hacks, doesn't draw site resources, is generally faster, and is not limited to just the forum but works for any text entry fileds in the browser... forums, submission forms, webmail, etc. Been using it for 6 months now and will use it over any built in spell check options now simply for the speed and ease. You can either right click or add a button to the IE tool bar.

sross
04-12-2004, 10:58 PM
Instead of hacking it into my board I recommend http://www.iespell.com/ (ieSpell) to my users. It's a free plug-in for Internet Explorer that's fully customizable by the user. That way it's not affected by board upgrades or hacks, doesn't draw site resources, is generally faster, and is not limited to just the forum but works for any text entry fileds in the browser... forums, submission forms, webmail, etc. Been using it for 6 months now and will use it over any built in spell check options now simply for the speed and ease. You can either right click or add a button to the IE tool bar.

doesn't work with wysiwyg :(

bob46802
04-13-2004, 12:15 AM
i know there is a way to do it

i have it on my board

search around some more

maybe on vbulletin.com its there??

http://spelchek.com

I dont know where the support thread is for it

but there is one somewhere

btw, i have spel chek on my board...

Rapy Zeon
04-13-2004, 09:46 AM
also waiting for this one.... liked to be pm'ed upon completion of it

BarHopper
04-13-2004, 09:56 AM
I'm sure i've a hack for vB3 already avaliable. I'll have another look around.

welo
04-27-2004, 04:59 PM
Going to post something here to grant it some (re)visibility. There are several decent GPL spellcheckers out there (phpSpell (http://www.master-technology.com/demos/spell/index.php) is a good example) but the developers aren't too interested in catering to VB because they are forced to buy a license to figure out how to integrate and support it, and meantime they're all running other boards (like phpBB or IPB) where it works already.

We really need to look into this. From what I can see by reviewing the numerous replies and discussions, is VB3's WYSIWYG editor is the primary bottleneck. All I know is, this is a perpetually recurring topic. Whomever manages to figure it out is destined for fame and fortune :).

An obvious solution might be for a few of us to pitch in and buy one of these guys a VB license. Right now they simply won't code for VB because they're forced to do it blindly.

joeychgo
04-28-2004, 02:17 AM
im interested in this as well

dboehme
04-30-2004, 01:11 AM
I implmented SpelChek on my forum without an issue (vB 3.0.1). I followed all the steps without issue. The only modification I did was to use class="button" in place of the style stuff (font color, etc) that is provided in Code Snippet #2. Also, the HTML page that you create to generate the two code snippets doesn't work under Opera 7.5b1. :)

I just did this so it's fresh in my mind - if anyone has any questions after trying it, please let me know.

welo
04-30-2004, 01:50 AM
I don't consider remote plugin services like SpelChek a viable integration option and bet I'm not alone. Seen too many of them come and go and don't want the extraneous garbage they tend to inject into feeds to get everyone to buy something else from them. This is their right, of course, as a free plugin service, but I'm not using it. And even if they don't do this, soon as their server or its corresponding network inevitably hangs you no longer have a functional spellchecker on your board, at least for awhile.

VB needs full integration with a locally installed spellchecker. In fact, it kinda blows my mind VB3 doesn't have this already.

welo
04-30-2004, 01:53 AM
btw, didn't mean to sound too harsh or like I was trying to slap down your idea. I've seen SpelChek mentioned elsewhere on this board and obviously think we need a better alternative. If you like it then by all means, I'm not trying to detour you. Most of us want a better option. :)

Andy R
05-11-2004, 04:09 PM
I know our community would benefit from having a spell cheking tool. I'd even pay a monthly fee if I had to. Are there any easy to integrate spell hcekers out there? lol... I had to do that...

obsidian
05-11-2004, 10:44 PM
I just installed IEspell and it works fine with both the quick reply and WYSIWYG. Thanks for the recommendation....

tamarian
06-01-2004, 03:17 PM
Going to post something here to grant it some (re)visibility. There are several decent GPL spellcheckers out there (phpSpell (http://www.master-technology.com/demos/spell/index.php) is a good example) but the developers aren't too interested in catering to VB because they are forced to buy a license to figure out how to integrate and support it, and meantime they're all running other boards (like phpBB or IPB) where it works already.

We really need to look into this. From what I can see by reviewing the numerous replies and discussions, is VB3's WYSIWYG editor is the primary bottleneck. All I know is, this is a perpetually recurring topic. Whomever manages to figure it out is destined for fame and fortune :).

An obvious solution might be for a few of us to pitch in and buy one of these guys a VB license. Right now they simply won't code for VB because they're forced to do it blindly.

Come and get it :)

https://vborg.vbsupport.ru/showthread.php?t=65723

welo
06-01-2004, 03:36 PM
Tamarian, you da MAN! :D

tamarian
06-01-2004, 04:02 PM
It's quite nice. The next step would be for someone to do the WYSIWYG mode in the WYSIWYG area directly, like HTMLArea does with the spell check plugin:

http://dynarch.com/htmlarea/examples/spell-checker.html

Now that's cool!

JohnBee
12-19-2004, 01:10 PM
Bring it on! that would be so nice!