vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Free Spellchecking is Here (https://vborg.vbsupport.ru/showthread.php?t=37398)

Parker Clack 04-13-2002 10:00 PM

Free Spellchecking is Here
 
There has been a PERL script out for some time that allows you to make use of aspell libraries that you can have installed on your server with PHP.

I have also included a text file that has the javascript that you insert into your editpost, newthread and newreply templates to add spell checking to your forums. The edited text is then inserted into the original document when submitted.

You need to have a cgi-bin, or similar directory, set up on your server and the aspell or ispell libraries for PHP on your server. (Do a look up for aspell or ispell on google, etc. on these libraries if you don't know about them.)

If someone wants to look over the enclosed PERL script and write it in PHP that would be great and make it to were you didn't have to have PERL on your server.

Enjoy!

Parker

Dade 04-14-2002 02:18 AM

Thanks, I'd love it if someone rewrote it in PHP :D

Unknown553 04-14-2002 02:29 AM

Quote:

Originally posted by Dade
Thanks, I'd love it if someone rewrote it in PHP :D
I second that

*misses spellchecker.net* :(

Parker Clack 04-14-2002 03:02 AM

Unknown553.

This works just like spellchecker.net but it also gives you a pull down menu for each misspelled word to chose from. The other difference is its free. :)

Parker

Psychdrone 04-14-2002 03:42 AM

that is so wierd guys One of the forums I am at, uses spellchecker, and has never payed for it.... yet it still functions 100%

TECK 04-14-2002 03:49 AM

there is another free spellchecker released. i saw it before but i dont use it..

Unknown553 04-14-2002 04:32 AM

Ok I installed it, works pretty well. However, the spell check button does not match the color/size of the other buttons, so I went ahead and fixed it (and I suggest you update the original file too ;)).


I changed this

Code:

<input type="button" name="SpellCheck" value="SpellCheck" onclick="sendtext()">
to

Code:

<input type="button" name="SpellCheck" value="Spell Check" onclick="sendtext()" class="bginput" tabindex="5" accesskey="c">

FWC 04-14-2002 06:20 AM

This works great! I used Unknown's button fix, too. Thanks! :)

Parker Clack 04-14-2002 11:34 AM

Unknown:

Thanks for the fix on the button. I have uploaded a new .zip file with the updated code.

Parker

chazman 04-14-2002 02:07 PM

any more help on the libraries needed. I found the sourceforge.net stuff but got a little confused when I downloaded what I thought I needed and where to put them. Am I looking for library files or word files or what.

Just a little more help in this area would be great.

Chazman


All times are GMT. The time now is 03:48 AM.

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.01307 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete