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)

mbkerk 04-04-2007 01:43 AM

Quote:

Originally Posted by mbkerk (Post 1216612)
Install goes well until I try to import "product-spellvb.xml" from my computer. I did edit the HTML code as specified in post 267 ... but when it is importing I get up to between 66% and 69% (many attempts) and the install just stalls... no messages what so ever.

Please advise.

I have not gotten any response yet. Can anyone tell me what I am doing wrong?

Finster 04-05-2007 10:06 PM

So when one types some profane word and the dictionary database doesn't recognize it, what it to stop a malicious user from jamming full the dictionary database with all sorts of undesirable words?

Works fine on Apple's Safari by the way.

Finster 04-08-2007 04:35 PM

This mod corrupts PhotoPost Pro integrated into vB by making it so that users cannot reply or comment on photos in the Photopost Gallery.

I turned it off and the ability to reply and comment with the integrated PhotoPost Pro gallery reappears.

MPDesignZ 04-09-2007 11:01 PM

Quote:

Originally Posted by Goat Boy (Post 1159389)
I did this mod and Photopost Reply works but in the forums I get a Pop Up message about ieSpell is a spell checking tool for Internet Explorer and gives me a link to download it now?


Any Idea how to overcome that?
I am running 3.6.4

Yep i got the same thing when I tried to modify it. Still no beans. Any help would be great.


MP

davidw 04-09-2007 11:06 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1065575&postcount=97" target="_blank">https://vborg.vbsupport.ru/showp...5&postcount=97</a>

MPDesignZ 04-09-2007 11:15 PM

Quote:

Originally Posted by christianb (Post 1223667)

Yeah did that and I get the error above and pop up of a ie spell thing.


MP

T_Richardson 04-18-2007 04:13 AM

It worked fine after I took out this code in product-spellvb.xml
PHP Code:

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

Update your mod please.

Thank you for this [Installed]

MPDesignZ 04-18-2007 06:42 AM

Quote:

Originally Posted by T_Richardson (Post 1230190)
It worked fine after I took out this code in product-spellvb.xml
PHP Code:

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

Update your mod please.

Thank you for this [Installed]

It worked for PhotoPost or just in general?

MP

T_Richardson 04-18-2007 08:05 AM

General

laura66a 05-09-2007 04:00 PM

Hi. I try to install this and it doesn't work for me on vBulletin 3.6.5.

All the files are in the right place, but the dictionary import freezes at 14%.

Any ideas?

Laura

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.

Replicators 06-23-2007 04:50 AM

Quote:

Originally Posted by gizmo4321 (Post 1253657)
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.

First of all., if your using 3.5.x you should get this from HERE and not from the 3.6.x mod forum. Pretty stupid to expect 3.6.x mods to work on 3.5.x board.

thetopday21122 06-23-2007 05:44 AM

I keep running into this problem. When I import it, it only goes up to a certain number and then won't go past that number. Does anyone know how to fix this?

rwilkins108 06-23-2007 08:41 AM

This update didn't fix my problems with the photopost as stated that it might do in the product's history... adding the :
if ( VB3_INTEGRATION != "on" ) {
}
to vb spell's plugin doesn't seem to work at all (in other words vbspell icon doesn't show up in either the quick editor or the advanced editor)

Any ideas?

Fungsten 06-23-2007 06:21 PM

Quote:

Originally Posted by thetopday21122 (Post 1274434)
I keep running into this problem. When I import it, it only goes up to a certain number and then won't go past that number. Does anyone know how to fix this?

Same here. When I re-import the XML it stops at 98% then I get a database error.

cynix2 06-23-2007 07:22 PM

for all those who get stuck at 98% or something like that

it is clearly stated in the instructions that if you have problems with the regular install use the alternate install

photopost issues:
photopost might use it's own editor templates (it shouldnt, but it might) in which case the mod is not told to edit those templates, if this is the case i might release a separate plugin for photopost compatibility specifically however i dont have a copy of photopost to test on anymore

santimariani 06-23-2007 11:34 PM

I have upgraded my vbspell to the new version, but now I can no longer use it. When I click on the spell check button, nothing happens (except for a "error on the page" message on the bottom bar of explorer). Has anyone else experienced this? If so, how do I fix it? I am using 3.6.7. Thanks!

santimariani 06-24-2007 12:02 AM

Do you have a version of this mod before the most recent upgrade was made? I want to see if it works with the old one. Thanks!

bada_bing 06-25-2007 12:03 PM

I have just tried to update the hack to the lastest release 10.3 but when I did so all my template changes are gone. I no longer get the spell check button in any of the templates like new thread, thread reply and so on. I tried to downgrade to my working copy of vbspell version 10.2b and same issue. What did the new update break and how can I fix this please?

bada_bing 06-25-2007 12:36 PM

Can the author of this hack please correct the issues with the new upgrade? Here goes my member complaints from premium members, please provide a fix

cynix2 06-25-2007 11:07 PM

i am not sure why you are experiencing these issues, i have tested this hack on the latest version of vB, fresh installed, and it worked just fine

i might recommend undoing any template changes you made manually and uninstalling the hack entirely before installing the new version

bada_bing 06-26-2007 11:36 AM

I am running VB 3.64 and have tried to uninstall the plugin and reinstall it and same issue. Now to go through and remove all the temlate code just to upgrade thats insame, should not have to do that for a plugin upgrade?

bada_bing 06-26-2007 11:54 AM

Ok so I have removed the plugin and removed all template code and reinstalled the plugin and the only template it seams to apply on now is the newthread and thats it.. This hack seems buggy to mean at lease for 3.6.x

santimariani 06-26-2007 12:22 PM

Hmm... I have tried undoing the changes to the templates (quickedit), uninstalling it, and reinstalling it, but nothing. Ack! I loved this mod. Cynix, is there any chance I may get the old files for this? It worked fine then.

Thanks in advance.

bada_bing 06-26-2007 01:34 PM

Quote:

Originally Posted by santimariani (Post 1276894)
Hmm... I have tried undoing the changes to the templates (quickedit), uninstalling it, and reinstalling it, but nothing. Ack! I loved this mod. Cynix, is there any chance I may get the old files for this? It worked fine then.

Thanks in advance.

Yes please becuase this version is not working

rainyleaves 06-26-2007 02:35 PM

Quote:

Originally Posted by santimariani
Hmm... I have tried undoing the changes to the templates (quickedit), uninstalling it, and reinstalling it, but nothing. Ack! I loved this mod. Cynix, is there any chance I may get the old files for this? It worked fine then.
Thanks in advance.

Me too...please help...
Thanks :)
VB3.6.7LP1

ZomgStuff 06-26-2007 05:15 PM

Oh my gosh, could you develop this into a smartness system?

Like it scans every word in your post and for every word that is mispeleld you lose some points.

I would pay you for such mod, PM me if interested.

laura66a 06-26-2007 05:44 PM

Hello.

This is the second time I have tried this and it still doesn't install. It looks like its going through the dicitonary and importing data. It stops around 26% complete.

Any ideas?

Thanks.

Laura

ninjamaster 06-26-2007 07:54 PM

thanks for this 1 iam going to need it lol;)

bada_bing 06-27-2007 06:58 PM

Please can I get some support on this hack please?

Quantnet 06-27-2007 07:20 PM

Quote:

Originally Posted by santimariani (Post 1274969)
I have upgraded my vbspell to the new version, but now I can no longer use it. When I click on the spell check button, nothing happens (except for a "error on the page" message on the bottom bar of explorer). Has anyone else experienced this? If so, how do I fix it? I am using 3.6.7. Thanks!

samething here...all latest version.

Firebug reported 1 error with the old version but when i update to the newest version, it does not work anymore. No popup with the spell suggestion, now Firebug report 1 error everytime i click on the VBspell icon


All times are GMT. The time now is 04:06 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.01550 seconds
  • Memory Usage 1,840KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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