Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PHP Spell Checker intergration into vBulletin Details »»
PHP Spell Checker intergration into vBulletin
Version: 1.00, by iggy123 iggy123 is offline
Developer Last Online: Nov 2005 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-11-2003 Last Update: Never Installs: 18
Is in Beta Stage  
No support by the author.

Not too sure if this is where its meant to go but if it should be moved please move it.

I have been trying to find a simple spell checker to work on my forums for a while -
Eventually i found this one http://www.master-technology.com/phpbb/ which was working with phpbb.
As i have no idea how to code anything - at all!!! I asked one of their support teams to help and they gave me the answers.
So I can't take any of the credit for it, and thank them for helping me out.
At present it doesn't support vbulletin but since talkin to them they are going to be doing so in the near future.

files to upload: 17
files to edit: 1
templates to edit: 1 (possibly 2)

Instructions:
See the attached text file

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 08-14-2003, 10:38 PM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #53  
Old 08-14-2003, 11:21 PM
Nathan_Anderson Nathan_Anderson is offline
 
Join Date: Jul 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 01:28 PM Parker Clack said this in Post #50
[B]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?
Yes, you go into the configuration and set the dbtype to pspell. Upload the spell_pspell.php file Then you can delete the word table as it will then use your pspell/aspell tables.


Quote:
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?
Yes, if your apell is a recent version; then the php pspell interface is what is used to call both the older pspell and the newer aspell libraries. If you have a really old verison of apell then it might not work.

Nathan.
P.S. My Email address is in the documentation phpspell@master-technology.com
Reply With Quote
  #54  
Old 08-14-2003, 11:33 PM
Nathan_Anderson Nathan_Anderson is offline
 
Join Date: Jul 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anna,

Quote:
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.
That is basically because I don't actually have a copy of vBulletain. So, I won't have install instructions (or a nice spell_vbulletin.php or .js) until someone wants to work with me and give me some information that I need.


Quote:
On a scale of complexity, this is by far the hardest hack yet, but the most rewarding.
Sorry, that it was so hard. Glad you like it.

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
Reply With Quote
  #55  
Old 08-15-2003, 01:09 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #56  
Old 08-15-2003, 03:33 AM
Nathan_Anderson Nathan_Anderson is offline
 
Join Date: Jul 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 07:09 PM Parker Clack said this in Post #54
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


Line #33 in the config file is:
Code:
//  $Spell_Config["DB_Type"] = "PSPELL";
You uncomment it.

2nd, in the pspell directory of the last couple versions of my spell checker is the spell_pspell.php file which you upload.

Nathan.
Reply With Quote
  #57  
Old 08-15-2003, 09:07 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #58  
Old 08-15-2003, 01:40 PM
Jim Mayhugh's Avatar
Jim Mayhugh Jim Mayhugh is offline
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Took all of 5 minutes to install, works like a charm.

Great Hack. Thanks.
Reply With Quote
  #59  
Old 08-15-2003, 01:50 PM
Nathan_Anderson Nathan_Anderson is offline
 
Join Date: Jul 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 03:07 AM Parker Clack said this in Post #56
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
At the bottom of any of my messages on any of the forums I watch is a link to the latest version of phpspell.

Nathan.
Reply With Quote
  #60  
Old 08-19-2003, 11:42 PM
pgowder's Avatar
pgowder pgowder is offline
 
Join Date: Nov 2001
Location: West Columbia, SC
Posts: 537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this what vbportal.com uses for the spell checking?
Reply With Quote
  #61  
Old 08-20-2003, 12:23 AM
Nathan_Anderson Nathan_Anderson is offline
 
Join Date: Jul 2003
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 05:42 PM pgowder said this in Post #59
Is this what vbportal.com uses for the spell checking?

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:17 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
  • Page Generation 0.04710 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete