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)

perfphysio 11-29-2006 07:54 PM

works ok for me in 3.6.4, but funny that the words are highlighted but the suggestions are not given. This was fine in 3.6.3 so it might need a tweak or two

sross 11-30-2006 08:31 PM

:(

oh well, I can't get it going in 3.6.4 so have told my users to use browser plugins for spellcheck..

shep151 12-05-2006 04:18 PM

Running 3.6.4, it wouldn't create the table in my database, but gave me no errors at installation.

After running the install, I manually created the table (I just cut and pasted the query out of the import file), imported the alternate dictionary files into the db, and it's working perfectly!

Thanks for the mod!

tdbk 12-07-2006 01:02 AM

This is not creating the table for me. However, I've never manually created a table, can someone give an idea of what I need to do to enter for fields when I create the table? Fields, length, values, collation, attributes, null, default, etc? What do I cut and paste out of which file to do this in phpmyadmin shep?

shep151 12-07-2006 08:30 PM

Quote:

Originally Posted by tdbk (Post 1133579)
What do I cut and paste out of which file to do this in phpmyadmin shep?

Here's the code to create the table:
Code:

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

Go to the forum database, click the SQL tab, and paste that code into the field to run the query and it will create the table.

I'm not sure of the "best" order to do this in, but I did the import, then created the table, then imported the alternate dictionary files to the table, and everything works fine.

Hope this helps! :cool:

tdbk 12-07-2006 10:21 PM

Many thanks Shep! Works fine now.

*installed on 3.6.4

Ben Wilkins 12-08-2006 11:11 AM

Hey, how come i dont get any suggestions when i spell a word wrong?

Goat Boy 12-13-2006 01:20 AM

This posts explains how to get the database to load the table, the xml file has an error in it.

https://vborg.vbsupport.ru/showpost....4&postcount=96

da_judge 12-14-2006 10:23 PM

Quote:

Originally Posted by Thawcko (Post 1126106)
I would find this where?? cant seem to locate public_html folder

Look in public_html folder or www folder

ie public_html/forum

look for file called .htaccess

edit that m8

clmazin 12-17-2006 09:23 PM

Works just fine for me, although Pyrix' fix in the xml was necessary. Thanks to the mod author and to Pyrix.

Now I cen spel!

C.


All times are GMT. The time now is 01:01 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.01542 seconds
  • Memory Usage 1,735KB
  • 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_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