vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - vB Spell (https://vborg.vbsupport.ru/showthread.php?t=124578)

B3y0nd 01-20-2007 03:00 AM

This is a mod that I would love to have on my boards, but it STILL seems to have major issues. Too bad. :(

I'll keep checkin' in from time to time to see if it ever becomes a reliable hack.

bada_bing 01-21-2007 02:29 AM

Quote:

Originally Posted by bada_bing (Post 1160119)
Ok getting a bit peeed off here.. I am trying to install this hack and I have tried to import the plugin using method 1 by uploading the dictinary file then installing the plugin and I got an error. Then I imported the dictinary files into the database then imported the plugin and still get the same error.. What is going on here is the error.
Fatal error: Maximum execution time of 60 seconds exceeded in c:\domains\mysite.com\wwwroot\forums\includes\clas s_core.php on line 363

Can someone help me PLEASE.. .Author where are you man?

bada_bing 01-22-2007 04:53 PM

Boy for this to be a 3.6.0 hack the support sucks!!! Can someone assist on getting around the errors im having

bada_bing 01-25-2007 05:51 PM

Never mind got it working.. For anyone else having problems running the plugin, I would right off the bat import the dictonary queries manually then run the plugin. VERY IMPORTANT & NOT DOCUMENTED. If you manually run the database queries you MUST remove the DOCTONARY file you originally uploaded to the Forums directory so that the plugin does not detect this file and try to run the queries again..

lazserus 01-29-2007 04:11 PM

I've followed the instructions and installed this mod but I am not seeing a vBSpell option in my AdminCP, nor does it show on my forums.
  1. I've imported the xml file using vBulletin's "Add Products" option.
  2. I've uploaded the vbspell files.
  3. I've uploaded the DICTIONARY.DIC file

I received no errors when importing this mod, yet it does not show anywhere on my forums. Any suggestions?

Knightmane 01-31-2007 01:48 AM

I am a little leery to install this hack, but I wanted to mention that Mozilla Seamonkey Suite version 1.1 has a built in spell checking dictionary that checks your spelling as you type in posting fields. You can even add words to the browser's dictionary... this is very handy for getting around words that are used in TV shows that simply do not appear in the dictionary (i.e. zords, etc.)

melbo 01-31-2007 04:35 AM

Quote:

Originally Posted by zetetic (Post 1148164)
The regular install is much easier. Only use the alternate if the regular fails.


As of today (version 0.10.2b), the XML file has not been updated.

Before you attempt to install this product, you should open the product-spellvb.xml file and...

find:
HTML Code:

// Create vB Spell Table
$db->query_write("CREATE TABLE IF NOT EXISTS vbspell (
  word varchar(30) NOT NULL,
  sound varchar(10) NOT NULL,
  UNIQUE KEY word (word),
  KEY sound (sound)
) TYPE=MyISAM");

// Remove Old vB Spell Table
$db->query_write("DROP TABLE IF EXISTS " . TABLE_PREFIX . "vbspell");

and replace with:
HTML Code:

// Remove Old vB Spell Table
$db->query_write("DROP TABLE IF EXISTS " . TABLE_PREFIX . "vbspell");

// Create vB Spell Table
$db->query_write("CREATE TABLE IF NOT EXISTS vbspell (
  word varchar(30) NOT NULL,
  sound varchar(10) NOT NULL,
  UNIQUE KEY word (word),
  KEY sound (sound)
) TYPE=MyISAM");

Otherwise it will drop the vbspell table right after it creates it, before importing the dictionary!

That should be bumped to the first post in this thread. After a few pages, we new installers try all the junk that is reccomended post by post. Was just about to toss this laptop out the sunroof when I read this one. THanks!!!

parabat 03-08-2007 07:35 PM

Is it at all possible to select your language of choice, dictionary you want to spell check with?
My board has multiple languages and it would be ideal if the users could select the dictionary of choice when they doing the spell check.
Is that possible, or do I have to integrate the various language dictionaries into one??

-PB

valdet 03-09-2007 10:50 AM

Before we try this , can anyone please confirm that this spellchecker works on 3.6.5 and it won't crash your database..

perfphysio 03-09-2007 10:54 AM

Quote:

Originally Posted by valdet (Post 1199438)
Before we try this , can anyone please confirm that this spellchecker works on 3.6.5 and it won't crash your database..

Works on my 3.6.5 fine :)


All times are GMT. The time now is 09:39 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.01581 seconds
  • Memory Usage 1,746KB
  • 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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