![]() |
I can't seem to get by this:
Quote:
Quote:
It does not form a spelling table in the database. It just goes right to the "you must choose database" Any Thoughts? |
All,
Thanks to iggy123 for supporting this mod on this site. I have got Jelsoft to give me access for a week to clear up any confusion and answer some questions. If you want me to stay around longer you will have to let the reps at Jelsoft know that I am legit and worth keeping around. :-D 0. Make sure you upload everything from Common & from the MySQL directories to your "spelling" directory! 1. I noticed that there was some confusion about "learn" -- this does not modify anything on your server -- you don't have to worry about users adding "bad" words to your dictionary. :-) It only effects the user who learned the word. So If I learn "phpSpell" then when you spell check it still will come up wrong for you; since only I learned it. 2. If you have pspell/ispell installed/built in to your php; you can choose to use pspell rather than mysql as your dictionary source. (This presumes you have pspell/ispell installed correctly and a dictionary for them installed correctly). 3. Most people won't have pspell installed; so as of this moment you will want to choose: Code:
$Spell_Config["DB_Type"] = "MySQL"; Code:
$Spell_Config["DB_Username"] = "..."; 4. For those who would like more possible words to show up you have two options: Code:
$Spell_Config["Levenshtein_Distance"] = 3; and/or this one. Code:
$Spell_Config["Off_By_One_Search"] = 0; 5. Feel free to ask me anything about the spell checker and problems with it and I will attempt to help you out while I have access to here. And finally I have added support for vBulletin in the next version of the spell checker. :-) You will set the DB_Type = "vBulletin" and everything else besides the template change will be handled for you. However I need someone who wants to test it to make sure I got it right. :-D I don't have access to vBulletin, so I am using what I found posted in another forum as the base to add the support. If someone want to help me get it fully supporting 2.x & 3.x let me know! Nathan. |
Nathan - Thnx for this support you application is great and thnx for taking the time to come to the boards and explain.
I would love to help you more, but as I explained in my mail messages to you - and i think you will have found out - I am not very good at php.. If you need a "character reference" then let me know. |
excellent is all i can say :P
should have it as default in vbulletin :D |
vb 2.3.0
1st install, no issues and seems to be working fine. Thanks Iggy Added all the additions Intex posted also, except i went back to the bginput instead of bgclass. |
Thanks! (consider it licked)
|
Took me about three hours, but it was well worth the time, my members are ecstatic.
The way the dictionary and mysql work is, the installation creates a new table in the forum database. And you have to have the dictionary file in the spelling directory in order for the installation to load the new table. All of which was omitted in the documentation. Or at least I didn't see that part. Also the javascript has to be changed to recognize the form and textbox. Use the MySQL native connection for the database type, and supply the password and databse info of your forum database. On a scale of complexity, this is by far the hardest hack yet, but the most rewarding. If anybody needs help, shoot me an email, and I will be glad to help. Anna |
Quote:
You forgot to add the dictionary file to the spelling directory. Do that, and you will be off to the races. |
Quote:
Why do you want to delete the learn button, It looks like to me that it only updates a cookie, and doesn't actually add any new records to the databse. Am I missing something? |
Nathan:
I love your script and I am using it on my site. I also have pspell installed on my server and I was wondering how I would go about changing the config file so that it uses pspell instead of MySQL. Also once I have it set up to use pspell can I delete the spelling_words table that was set up in my database? I almost forgot. I have aspell enabled with my version of PHP and I was wondering if this can be set up to use aspell instead? Thanks, Parker |
Does anyone have Nathan's email address? I would like to get in touch with him regarding using his script on our forum using aspell or pspell instead of MySQL.
Thanks, Parker |
Quote:
Quote:
Nathan. P.S. My Email address is in the documentation phpspell@master-technology.com |
Anna,
Quote:
Quote:
It is very hard to guess at things. :-D If I have access to the code; you would see a nice and easy drag and drop install like phpbb, or invisionboard. Once someone helps me; I hope to have a easy install instructions for vBulletin. Nathan |
Nathan:
Using $Spell_Config["DB_Type"] = "pspell"; returns "You must choose a Database Type in the Spell Configuration file." I don't see anything in the config file that calls on the spell_pspell.php file if pspell is what is set as the DB_Type. Any suggestions? Parker |
Quote:
Line #33 in the config file is: Code:
// $Spell_Config["DB_Type"] = "PSPELL"; 2nd, in the pspell directory of the last couple versions of my spell checker is the spell_pspell.php file which you upload. Nathan. |
Nathan:
The .zip file that we have here to download does not have that line in it or anyway of telling it when the DB_Type is pspell what to do if it is pspell. Is there anyway you can email me a copy of phpspell to me? Thanks, Parker |
Took all of 5 minutes to install, works like a charm.
Great Hack. Thanks. |
Quote:
Nathan. |
Is this what vbportal.com uses for the spell checking?
|
Quote:
Have no idea -- they don't seem to have a public forum that I can post on without signing up for a new account. If you click on my link at the bottom of the page and try out the spell checker. (Actually do a spell check to see it in action as the initial page is just a simple form.) Nathan. |
Is it possible to change the button to match the submit and preview buttons?
|
Quote:
Nathan. |
Quote:
No its not the one they use - not to sure what it is though. |
Nathan:
This doesn't appear to be working in Opera. Any ideas? Parker |
Which version of Opera? What version of phpSpell?
See if it works at: http://www.master-technology.com/demo-spell/ Which is always running the latest code base. Nathan. |
This was originally working fine under 2.3.0, but then I upgraded to 2.3.2 and now the pop-up loads, but doesn't do any spell-checking.
Was I supposed to do something to the vBulletin files themselves? Thanks, Kaelon |
works great on 2.3.2 :)
|
Quote:
|
You just need to change the template so that the class is the same for the spellcheck button as the other buttons.
Nathan. |
ahhh got it. Thanks for your help. Great Hack.
|
Does this work with vB3 Beta 7?
Thanks! ;) |
The latest version on my site should.
Nathan. |
Should is the key phrase! :rolleyes:
I downloaded the latest version and it doesn't include an install sheet for vBulletin. So I tried to use mySQL, but can't find where to put the code for the Spell button. vb3 is a completely different beast considering the new text editor WYSIWYG! Any ideas? |
Quote:
Thanks! ;) |
Does this work on Vbulletin 2.2.6?
Thanks Jbear6 |
Is this the best spell checker?
Also, what is teh "INSTALL" button on the thread for? Is that to simulate how the hack works? If so, I could not see a difference. |
Well, I've got this working in v3.0.0 Gamma, but only for the standard text editor. It doesn't work with WYSIWYG. :disappointed:
Can someone help with this???? :rolleyes: Thanks! (Excellent mod Nathan!!!! Thanks!) |
Just suporting this request. I'm waiting to use it with vb 3.0.0 wysiwyg
;) |
Installed with no problems. This should not be in beta, it works fine even for the quick reply.
|
Okay, I think I've sorta got this figured out. Everything looks okay and I have the Spell Check buttons in all the right places.
The only problem for me is when I go to the forums/spelling/spell_admin.php and try to import the english dictionary I get this error message... Quote:
|
All times are GMT. The time now is 09:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|