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)

ZomgStuff 05-09-2007 04:21 PM

If you could make a point system, that would just deduct points from your score for every time you mispelled a word, I would love you!

Criticize 05-22-2007 02:45 PM

Is this working on the latest version of vB for anyone right now?

Chadi 05-22-2007 03:53 PM

I'm getting this error when attempting to use the actual vbspell function:

Code:

  Database error in vBulletin 3.6.x:
 
  Invalid SQL:
  SELECT word FROM vbspell WHERE word = 'grace';
 
  MySQL Error  : Table 'xxxxx_vbulletin.vbspell' doesn't exist Error Number : 1146
  Date        : Tuesday, May 22nd 2007 @ 10:32:26 AM
  Script      : http://www.talkjesus.com/vbspell.php
  Referrer    : http://www.talkjesus.com/newreply.ph...uote=1&p=77412
  IP Address  : xxx.xxx.205.189
  Username    : member
  Classname    : vb_database


Criticize 05-22-2007 11:11 PM

Cool, I am getting the EXACT same error. Glad to know its not just me :)

santimariani 05-23-2007 03:39 PM

I am getting this SQL error when trying to upload the SQL files into the database using myPhP

#1226 - User 'username' has exceeded the 'max_updates' resource (current value: 20000)

Any idea how to fix this? Thanks!

gizmo4321 05-23-2007 11:03 PM

Quote:

Originally Posted by Criticize (Post 1252713)
Is this working on the latest version of vB for anyone right now?

I have it working with 3.6.7 PL1 right now. I had to modify the product-spellvb.xml file as mentioned elsewhere to keep it from dropping the vbspell table after creating it. After that, it works like a charm.

gizmo4321 05-23-2007 11:08 PM

Quote:

Originally Posted by chadi (Post 1252741)
I'm getting this error when attempting to use the actual vbspell function:

Code:

  Database error in vBulletin 3.6.x:
 
  Invalid SQL:
  SELECT word FROM vbspell WHERE word = 'grace';
 
  MySQL Error  : Table 'xxxxx_vbulletin.vbspell' doesn't exist Error Number : 1146
  Date        : Tuesday, May 22nd 2007 @ 10:32:26 AM
  Script      : http://www.talkjesus.com/vbspell.php
  Referrer    : http://www.talkjesus.com/newreply.ph...uote=1&p=77412
  IP Address  : xxx.xxx.205.189
  Username    : member
  Classname    : vb_database


Quote:

Originally Posted by Criticize (Post 1252968)
Cool, I am getting the EXACT same error. Glad to know its not just me :)

My guess is that you both failed to modify the product-spellvb.xml file as mentioned in this post. The new table gets created and then the old table gets dropped. Unfortunately, if the new table and old table are named the same thing (because of the was the install script works) you end up deleting the vbspell table right after you create it.

gizmo4321 05-23-2007 11:09 PM

Quote:

Originally Posted by santimariani (Post 1253288)
I am getting this SQL error when trying to upload the SQL files into the database using myPhP

#1226 - User 'username' has exceeded the 'max_updates' resource (current value: 20000)


Any idea how to fix this? Thanks!

Take a look at the instructions in this post. I think they will help you out.

gizmo4321 05-24-2007 04:06 AM

This mod seems to be a bit problematic on vBulletin 3.5.4. In particular, the install stops at about 97%. In order to fix this, you have to edit the following line in the product-spellvb.xml file:

Code:

              <plugin active="1" executionorder="5">
change to this:
Code:

                <plugin active="1">
(vB 3.5 has no idea of 'executionorder' for plugins)

Even with this change, it doesn't show up in the advanced editor, only the quick editor and the edit post editor (and you have to make a template mod for the quick editor). To get it into the advanced post editor, you have to edit the 'editor_toolbar_on' template, and make the change mentioned in this post.

Hope this helps someone else.

gabrielt 05-27-2007 06:48 PM

Hi,

Is it possible to use this mod for other languages? Our forums run on Brazilian Portuguese.

Thanks,
Gabriel.


All times are GMT. The time now is 02:20 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.01772 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (4)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