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)

vcor 03-26-2008 09:46 PM

With the import completed, and the vbspell options "Enable vB Spell for all but guests?" is set to YES. The spell check button appears in the advanced edit screen. When you click on it, nothing happens. In Firebug, you see the error occur "spellCheck is not defined" each time you click on the button. Any ideas?

I've confirmed the DICTIONARY.DIC, vbspell.js, vbspell.php and vbspell_iframe.php are on the server. MySQL has the table "vbspell" with about 193,000 records.

----- unrelated help for others -----
I had earlier problems with the Import, always returning the message:
Fatal error: Maximum execution time of 30 seconds exceeded

To fix the fatal error, edit the \PHP\php.ini on the server, and change the line:
maximum_execution_time from the default 30 to a larger value. I used 300, but it the operation completed in about 45 seconds so a value 60 or so may be fine.

haytham 03-31-2008 02:53 PM

Quote:

Originally Posted by seg (Post 1450857)
Very strange, I noticed when I click the spell check button the Font is automatically changed to Verdana, the size is automatically changed to 2 and the alignment is automatically changed to left alignment.

Same thing happened with me. any clues?

bada_bing 03-31-2008 07:29 PM

I have just installed this on my 3.6.8 version of vb and when I click the spell check button it loads a blank page, why is this? Also how can I add the spell check button to more area like PM and so on?

gtcompscientist 04-03-2008 06:37 PM

I have just installed this on vB 3.6.8 PL2 and I have had to fix some stuff to make it work.

- I had to edit vbspell.php to point to the correct URL for the rest of the files.
- I am still working on a security error.

On the note of the security error, maybe somebody can help:
- I get the following error when the javascript tries to access the parent window to be able to change the text:
Uncaught exception: Permission denied to get property HTMLDocument.getElementById
Anybody know why?

EDIT: The issue is the old "cross-domain" problem, as I originally suspected, but it is catching the presence or lack of the "www" at the beginning of the domain as a "cross-domain" request.

vcor 04-03-2008 07:18 PM

Quote:

Originally Posted by gtcompscientist (Post 1482204)
I have just installed this on vB 3.6.8 PL2 and I have had to fix some stuff to make it work.

- I had to edit vbspell.php to point to the correct URL for the rest of the files.

While I don't have vbspell working yet, was there a special reason you had to edit the URLs for vbspell? A quick look at the files on my system seem to have the right paths, with vbspell installed in the same directory as all the other forum files.

For example in vbspeall.php: include('global.php');

A path problem could be the source of my problems too, where it can't find the SpellCheck function located in the vbspell.js file. I can't find any reference to the vbspell.js file in all the forum files, but it might be something stored in one of the databases.

aef3482 04-05-2008 03:15 PM

I uploaded everything in the upload folder to /public_html and added the .xml product. When I try click the spell check button, the box pops up but it says vB Spell installation problem, please notify the webmaster. Any suggestions?

vcor 04-15-2008 12:00 AM

For me, applying the patches to the vbspell templete didn't help or change anything for me. I tried many path variations and even tried fully qualified URLs (i.e. src="http://www.mysite.com/forums/vbspell.js" and similar mod for the later line for the .php file). It's obvious from the firebug error that it can't find the vbspell.js file, almost as if the template is ignored.

I got slightly better results by including in the common template "headinclude":
<script type="text/javascript" src="../forums/vbspell.js"></script>

Now when you click on the spell icon, a white box appears (pop under), but instead of the text of the reply message I get "No input file specified.". I'm not recommending this change for others, but it confirmed the vbspell template is being ignored or has other problems.

Guess I'll give this a rest - another few hours wasted :(

PS. Using VB 3.6.9 as the base system.

bada_bing 04-20-2008 07:07 PM

I have installed this mod but now when I click on the spell check button it opens another page that says "page cant be found" anyone having or had this issue and how do I fix this?

Rich 05-05-2008 05:51 PM

I am running 3.7 and didn't even upgrade this script except for my template edits and it is working exactly as designed. I don't know if I just lucked out, but perhaps those having issues should double check their edits and make sure they didn't miss a step.

-=Leb=- 05-06-2008 07:55 AM

What about me lol i'm running VB 3.7 and i', wondering if i can use the vB Spell on my forum, or do i need to wait for a new update?

Chadi 05-09-2008 03:52 AM

Can someone figure out how to fix this W3 error?

http://validator.w3.org/check?uri=ht...lkjesus.com%2F

I'm using the latest vbspell on VB 3.7

DavidWilson 06-06-2008 05:04 AM

I had all the same issues; window not popping up in IE; popped up in FF with a 404 page not found...

In IE it caused a 'spell_formname' javascript error "is null or object not defined".

I followed the instructions very carefully to no avail; this modification needs some tweaking I think.

Cheers,

David

lierduh 06-13-2008 02:34 AM

After upgraded to 3.7.1, I have found with the quickedit template. It needs to be changed to:

spellCheck('4', '$editorid', '2');

Original hack mentioned

spellCheck('3', '$editorid', '2');

Chadi 07-19-2008 01:59 AM

I do not know what's going on, but I just noticed that inline moderation is not working (tested in FF3 and IE7) when this hack is enabled.

It does not highlight the post when checked, nor does anything happen when you select an option from the drop down (moderation menu).

How can I even tell if the automatic template edits were done right?

Kiint 08-04-2008 12:45 PM

Anyone planning a version of this for 3.7.2+ or know of any others that I could use?

seg 08-20-2008 01:56 AM

I think I may have figured out part of the problem. The vBulletin software doesn't seem to be recognizing the $vboptions[bburl] in the product-spellvb.xml file that is uploaded. Those who have their forum as a base directory experience no problem because the path to the .js and .php files have a / - but if you have the forum in a directory, then the code is looking for the files in your base directory and not your forum directory. There are four locations in the XML file that use $vboptions[bburl] - all you need to do is remove the $vboptions[bburl] and either add the full URL path to your forum or remove the / so that only the filename is displayed.

That fixes all the pop-up and 404 issues, but I am experiencing one more problem. In my install vB Spell only works in the standard editor mode and not the WYSIWYG editor mode. The window will pop-up in the WYSIWYG editor mode, but misspelled word are not recognized by th checker. If anyone has any thoughts on this please let me know.

Thanks!

glowinggal 05-26-2009 05:02 PM

anyone know if this is working for 3.8.* or if there is one for 3.8.*?

PGAmerica 06-03-2009 07:17 PM

I 2nd that request for a 3.8x version.

PGAmerica 06-03-2009 07:19 PM

I just found this.

https://vborg.vbsupport.ru/showthrea...ighlight=spell

It is news, but still no guarantee of 3.8 compatibility.


All times are GMT. The time now is 03:03 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.01669 seconds
  • Memory Usage 1,763KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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