vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   new *free* spellchecker (https://vborg.vbsupport.ru/showthread.php?t=58322)

Mont 10-31-2003 06:38 PM

new *free* spellchecker
 
If this post is in the wrong spot or inappropriate, please (re)move it. I read the rules and it appears to me to be in compliance. I found a new spellchecker that's really easy install and use and implemented it today in my forums. So far, so good. In the event anyone else wishes to try it, go to

http://spelchek.com/

You will need to make one html file and put it in the public directory, then you will will need to add these two lines to the newreply and newpost templates

this one I put right before the </body> tag

<!-- Begin SpelChek? code snippet #1 --><script src="http://SpelChek.com/sc_data/sc_script_b.php?form=vbform&field=message&insider=/spell.htm"></script><!-- End SpelChek? code snippet #1 -->

and this one makes the button for the spellchecker and I put it in right after the
tabindex="4"> tag for the preview button

<!-- Begin SpelChek? code snippet #2 --> <script src="http://SpelChek.com/sc_data/sc_script.php"></script> <!-- End SpelChek? code snippet #2 -->

Erwin 11-01-2003 02:18 AM

That's a great resource. Thanks for sharing. :)

EvilLS1 11-03-2003 12:45 AM

Nice. Added it to my forums. Thanks. :)

Mont 11-03-2003 02:15 AM

much better instructions on how to apply this hack are now available at http://spelchek.com/sc_data/instruct...etin_users.htm
Enjoy ;)

Sylvus 11-03-2003 02:54 AM

Very sweet. Got it working. Too bad you can't add words though to the spell checking list.

Syl...

Dean C 11-03-2003 10:00 AM

Wow they even catered for vBulletin users :)!

chrisvonc 11-22-2003 01:59 AM

Worked real nice! Thank you so much for sharing.

Is there a way to change the button to match the Submit & Preview buttons?

Thanks again!

Chris

Stryker 01-19-2004 07:15 PM

Thanks for the info Mont. I've just installed it on my vB 3.0 RC1 forum. It works fine with the basic post editor, but can't check the spelling within the WYSIWYG interface. Does anyone know how to fix this? I'd also be interested in knowing how to make the style of the spell check button match the others.

Blackbeard 01-19-2004 07:53 PM

Right can some tell me how to do this in rc2 pleace

Stryker 01-19-2004 08:08 PM

The code you're supposed to insert the second snippet after has changed since these instructions were written, but don't worry, this isn't going to affect the way the spell checker works since its only purpose is to place the button on the page. Just search for the first part of it in your original template and you'll see where to paste the code if you want the button to appear next to your existing submit/preview buttons.

bob46802 01-20-2004 12:23 AM

can someone help me do this?

what goes in "form name" and "field name"

sorry, im not that smart in the web stuff...

Stryker 01-20-2004 06:52 AM

You first have to copy the code on the front page of the SpelChek site to an html page and upload it to your server. Then paste the resulting code it generates into the templates you want to add the spell check function to i.e new reply, new thread etc. The field names to use are 'vbform' and 'message'. All the instructions are there, they just look more complicated than they really are. Read them through slowly a couple of times before you begin and you'll get it.

bob46802 01-20-2004 07:13 PM

i got it working

just changed the back ground color to stock which is #EBEBE6
font size to 11
and instead of bold, went to normal

looks like it was built into the board

Stryker 01-26-2004 05:45 PM

Thanks for the info. I've removed it for now, but will give it another go as soon as I can get it to work with the WYSIWYG editor. At the moment it causes browser errors when using the advanced editor which makes the site look unprofessional. Maybe it would be a good idea to make it only appear alongside the basic text editor?

SVTOA 01-26-2004 05:56 PM

Great Hack! Any suggestion on placement for the "quickreply" hack? I can see where to place snippet#2, but what about snippet#1?

SVTOA 01-26-2004 06:06 PM

Never mind! This is awesome, got it installed on my forums and working with the quick reply hack as well.

Thanks for providing this info!

bob46802 01-31-2004 03:35 PM

svtoa how did you put it in your quick reply?

Boofo 01-31-2004 04:05 PM

Has anyone gotten this to work with the WYSIWYG editor yet?

SVTOA 01-31-2004 04:26 PM

Quote:

Originally Posted by bob46802
svtoa how did you put it in your quick reply?


Edited the template for the quick reply- I placed the first snippet at the bottom of the template, then placed the 2nd snippet right next to the submit button in the quickreply box. It works great, no glitches of any kind....!

Boofo 01-31-2004 05:12 PM

Does anyone have the code for the button to make it look like the other 2 buttons in the newreply template for vB3 RC3?

bob46802 01-31-2004 05:35 PM

Quote:

Originally Posted by Boofo
Does anyone have the code for the button to make it look like the other 2 buttons in the newreply template for vB3 RC3?

just changed the back ground color to stock which is #EBEBE6
font size to 11
and instead of bold, went to normal

looks like it was built into the board

hope that helps

Boofo 01-31-2004 05:50 PM

Thanks! I figured out an easier way to do it right after I posted that last message. Here is what I use for the button now and it also looks like it is built into the board. ;)

HTML Code:

<!-- Begin SpelChek? code snippet #2 -->
<input type="button" class="button" value="SpelChek?" name="SpelChek" LANGUAGE="javascript" onclick="document.send.edittext.value=''; sendtext()">
<!--  End SpelChek? code snippet #2  -->

I still haven't figured out a way to get it to work with the WYSIWYG editor, but I will, somehow. ;)

chrisvonc 01-31-2004 06:47 PM

vB2.3 users can use this code for Snippet #2 to match the other buttons:

Code:

<!-- Begin SpelChek? code snippet #2 --> <input type="button" value="SpelChek?" name="SpelChek"  style="background-color: #CECFCE; color: #000000; font-family: Verdana; font-size: 12px; font-weight: "  LANGUAGE="javascript" onclick="document.send.edittext.value=''; sendtext()">  <!--  End SpelChek? code snippet #2  -->

Chevy II 02-07-2004 01:45 AM

I'm receiving an error with I use this. I've copied the required text into the templates and copied spell.html into my webspace. The buttons are there, and when I click it everything works fine to this point and I'm able to correct the spelling errors. But when I click finish, the popup doesn't disappear and seems to stall. I can close the window and the spelling isn't corrected. I'm using v.2.3.4

Does anyone know why, or am I going to have to remove this... Thanks in advance!

Steve

fly 02-07-2004 03:27 PM

Quote:

Originally Posted by Boofo
Thanks! I figured out an easier way to do it right after I posted that last message. Here is what I use for the button now and it also looks like it is built into the board. ;)

HTML Code:

<!-- Begin SpelChek? code snippet #2 -->
<input type="button" class="button" value="SpelChek?" name="SpelChek" LANGUAGE="javascript" onclick="document.send.edittext.value=''; sendtext()">
<!--  End SpelChek? code snippet #2  -->

I still haven't figured out a way to get it to work with the WYSIWYG editor, but I will, somehow. ;)

...Posting in this thread so I can be updated when you fix it...

dssforum 04-14-2004 01:49 PM

Quote:

Originally Posted by Chevy II
I'm receiving an error with I use this. I've copied the required text into the templates and copied spell.html into my webspace. The buttons are there, and when I click it everything works fine to this point and I'm able to correct the spelling errors. But when I click finish, the popup doesn't disappear and seems to stall. I can close the window and the spelling isn't corrected. I'm using v.2.3.4

Does anyone know why, or am I going to have to remove this... Thanks in advance!

Steve

I am having the same problem.. Anyone know how to fix this I really like this hack

WreckRman2 04-27-2004 04:37 PM

Be nice to have this for vb3.


All times are GMT. The time now is 04:43 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.01253 seconds
  • Memory Usage 1,776KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete