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)
-   -   Spell Checker for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=33801)

Freddie Bingham 01-09-2002 05:10 AM

You would most likely have to purchase a spellcheck license from them at the greatly reduced price. We haven't discussed this yet though so I am just throwing things out.

Glitch 01-09-2002 05:15 PM

Well, whatever you folks decide, from what I understand, he's made the offer and has not given me any information further than that which I've already forwarded to everyone here...

Having an optional integrated spellchecker for v3.0 would be very cool though... :D

Glitch

Parker Clack 01-09-2002 09:51 PM

Exodus:

Yes, I understand what you are saying. I have it listed in /htforum/spellechecker and I still get the javascript error. So...

I wish someone would come up with something that uses the aspell libraries that come with PHP4.

Parker

Psychdrone 01-10-2002 02:08 AM

wow that is totaly wierd guys HA I have free service!

Wicked

all I have to say is HAHA
naw j/k
but good luck on getting a new spell checker everyone!

Stretchr 01-16-2002 02:29 PM

I concur. Can anyone who knows more about PHP than I do (not difficult to imagine :) )
comment on this idea?

Thanks!

Quote:

Originally posted by Parker Clack
Exodus:

Yes, I understand what you are saying. I have it listed in /htforum/spellechecker and I still get the javascript error. So...

I wish someone would come up with something that uses the aspell libraries that come with PHP4.

Parker


SgtSling 02-16-2002 09:10 PM

so did this work for anyone?

Parker Clack 02-18-2002 01:18 PM

I posted a .cgi version of a Spellcheck that uses aspell with PHP4
here a while ago. If someone could mod this out to PHP and then set the correct paths/functions in the newthread, newreply and edit templates then this would work great.

Parker

neal 03-01-2002 02:28 AM

Quote:

Originally posted by exodus
I was searching for a replacement spell checker for use on my forums since spellchecker.net charges $150 for 10,000 uses. I found something called XDE Spellcheck, it's a nifty little applet.


Installation is quite simple..

First, you will need to modify the directories of where the applet code is on your server (the bold section in the code). Then add the code below to your style footer:
Code:

<!-- spell checking -->
<applet codebase="/spellchecker"
        code="net.xde.SpellChecker.SpellCheck.class"
        archive="xdespellchecker.jar, usenglish.jar"
        height="1"
        name="spellcheck"
        width="1"
        alt="Applet Not Supported"
>

<param name="name" value="spellcheck">
<param name="scriptable" value="true">
<param name="mayscript" value="true">
</applet>

<script language="JavaScript" src="/spellchecker/spellcheckcode.js"></script>
<!-- /spell checking -->

Second, add the following input button wherever you want to spell check a textbox called "message" within the "vbforum"

Then add the following wherever you want to spell check a textbox called "message" within form "vbform".
Code:

<input type="button" class="bginput" name="spell" value="Spell Check" accesskey="c" tabindex="5" onClick="SpellCheckFieldsLocal();">
In order for the spell checker to work you will need to download the vbSpell.zip and install it into a directory called spellchecker in your forum home.

Where is step 2!?

neal 03-03-2002 02:20 AM

bump

cditty 03-04-2002 09:39 PM

I get a file not found error when I try to download your vbSpell.zip file. The other link you provide does not have this file in it.

Chris


All times are GMT. The time now is 01:42 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.01008 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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