vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - vB Spell :: Spell Checker in WYSIWYG and Standard Modes (https://vborg.vbsupport.ru/showthread.php?t=181065)

elink 03-19-2009 03:11 PM

I am getting the following message "vB Spell installation problem, please notify the webmaster. " I am running 3.8.1 - What am I missing?

Elenna 04-20-2009 01:10 PM

I am also getting the same error message as elink.

Elenna 04-20-2009 03:16 PM

Out of curiosity, are those that are having troubles using AME?

When viewing the source for the vbspell popup, I see this:

Code:

<script type="text/javascript" src="http://www.mysite.com/vbspell.js"></script>
<script type="text/javascript">
<script type=\"text/javascript\">ame_toggle_view({other : 'true',post : 'true',blog : 'true',group : 'true',vm : 'true',sig : 'true'});</script>var mispstr = "My Search String";
var misps = Array();;
</script>

It looks like the AME script is being inserted in the middle of the vBSpell script.

I may look at the plugins and see if I can figure it out.

PGAmerica 06-03-2009 08:45 PM

OK, here is something weird. I installed this on my site at traprunner.com and it went flawlessly. I did the exact same thing at hidingplace.com and it installed perfectly, but it does not display the ABC icon anywhere. I just double-checked and all my template edits are there and without typos.

Ideas?

PGAmerica 06-03-2009 09:11 PM

I just installed it on another site of mine (www.christianfunforums.com) and it does not work either. This time, i selected "No" to the "Set this to yes if you want all groupids to use vB Spell" and put in all the usergroups. Still I get nothing.

Ideas?

PGAmerica 06-04-2009 02:55 PM

Any support here?

SamirDarji 07-21-2009 06:19 AM

Anyone tried this on 3.8.3?

bada_bing 08-11-2009 04:28 PM

Does anyone know how I can get the spell check feature to work with quick reply ? and what are the templates and code to make that work?

thanks

Gene Steinberg 08-11-2009 04:31 PM

Quote:

Originally Posted by bada_bing (Post 1865211)
Does anyone know how I can get the spell check feature to work with quick reply ? and what are the templates and code to make that work?

thanks

Why not just use Firefox or Safari, so you don't have to worry about the lack of spell checking?

Peace,
Gene

SamirDarji 08-15-2009 01:04 AM

Quote:

Originally Posted by Gene Steinberg (Post 1865214)
Why not just use Firefox or Safari, so you don't have to worry about the lack of spell checking?

Not everyone uses FF, so it's just one of those little features that are nice to have bult-in to your forum.

One-Take 08-17-2009 09:58 PM

Quote:

Originally Posted by SamirDarji (Post 1867619)
Not everyone uses FF, so it's just one of those little features that are nice to have bult-in to your forum.

Not to mention, at least as I see it in FF, it's a PITA compaired to other spellcheckers I have used...

One-Take

bada_bing 08-31-2009 01:56 PM

Can someone please help me.. I have vbspell installed on my 3.8.3 site and it works great as I used the TMS to add all the template changes but the problem is that TMS is causing issue for me, When I try to modify or view any styles in Style Manage in admincp everyting looks messy as everything is not displaying correctly. If I disable TMS everything works and looks normal but VBSell links no longer show up. Can someone post the template changer for VBSPELL please so I can change them manually and uninstall TMS .....Unless there is a way to uninstall TMS and leave all the template changes intact..

PGAmerica 08-31-2009 04:14 PM

I am still having vbSpell 1.3 issues on my vb3.8.3 system. On IE, it does not popup at all and shows an error in the lower left corner of the browser. The error says"
Code:

Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; FunWebProducts; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Mon, 31 Aug 2009 16:59:05 UTC
 
Message: 'spell_formname' is null or not an object
Line: 19
Char: 9
Code: 0
URI: http://www.yorkiekingdom.net/vbspell.js

I read on this this thread that you are having problems with it working in IE, which is a huge shame. I tried in in Firefox and get this error.
Code:

var mispstr = "
"; var misps = Array();;

and then the message:
Code:

vB Spell installation problem, please notify the webmaster.
A couple of notes:
1) I do not use TMS, it never works for me, so I am stuck using the manual template edits.
2) Your template edit instructions refer to adding
Code:

<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
after
Code:

<input type="submit" class="button" name="preview" value="$vbphrase[preview_message]" accesskey="r" tabindex="1" />
in several templates, the problem is that in those templates, there are 2 or more entries of
Code:

]<input type="submit" class="button" name="preview" value="$vbphrase[preview_message]" accesskey="r" tabindex="1" />
Do I add the code after all of them?
3) I read somewhere in this thread that there may be a problem with this program and AME. I am running AME and cannot get rid of it. Could this be the problem? is there a workaround?

As it is now, I have to uninstall this as it does not work at all.

Ideas?

paul41598 09-08-2009 08:04 PM

Theres gotta be someone who can figure out the IE issue:

'spell_formname' is null or not an object

accludetuner 11-08-2009 09:37 PM

Yeah, I wanted to install this specifically for IE users since most other browsers have built-in spell checking. I'd install it and try to mess with it but I don't have the time right now. Perhaps in the future.

paul41598 11-19-2009 01:59 PM

FYI: I just found out that if you don't apply the:
PHP Code:

<form name="spell_form" id="spell_form" method="POST" target="spellWindow" action="vbspell.php">
        <
input type="hidden" name="spell_formname" value="">
        <
input type="hidden" name="spell_fieldname" value="">
        <
input type="hidden" name="spellstring" value="">
</
form

code to the newthread template for example, the mod works fine...for the most part. Hope this helps others...

bada_bing 12-30-2009 12:43 AM

Has anyone had issues when you enable vbspell and you have photopost installed the quick_reply field is currupted and you cant leave a reply to the members photo in photopost, If I disable the vbspell plugin everything (quick_reply) in photopost works fine.

bada_bing 12-30-2009 12:51 AM

Looks like I found the issue. Under Plugin Manager in my admincp there was something called "vB Spell Template Changes" which I dont believe is being used with this version and may of been a left over from when I upgraded my site from vb 3.5 to 3.8.x and upgraded to the latest version of vbspell, I disabled vB Spell Template Changes and everything works now including vbspell.....

ps2wiz 01-13-2010 01:48 AM

Mine worked for a day but now I receive this error:

"vB Spell installation problem, please notify the webmaster. "

Any help?!

Thanks in advance.

RonInMaine 04-06-2010 06:17 PM

Is there a version of vbspell that will work with the 4.0 suite?

bada_bing 07-16-2010 08:04 PM

I am getting this message when trying to use vbspell.. This just recently started and need to get this working again can someone please help

HTML Code:

var mispstr = "Thiss is a nree test ing sp"; var misps = Array(new misp('Thiss',0,4,['This','Those','Thus','Thous','Thews','Thaws','These','Thais']), new misp('nree',11,14,['nr','noir','nero','noire','nori','noria','near','nor','nary']), new misp('ing',21,23,['ink','inc','inky','inca','ionic','iniac']), new misp('sp',25,26,['spy','spa','sip','sop','sup','sep','sap','cep','soap','zip','spay','spae','soup','zap','sapo','seep','spue','spew','supe

Seshat Diva 07-19-2010 12:56 PM

Quote:

Originally Posted by RonInMaine (Post 2016951)
Is there a version of vbspell that will work with the 4.0 suite?

I have the same question....is there a vBspell version ready or in development for 4.0?

Cibox.de 09-04-2010 03:48 PM

Quote:

Originally Posted by Seshat Diva (Post 2071504)
I have the same question....is there a vBspell version ready or in development for 4.0?

I have the same question too

onehost 12-16-2010 05:47 PM

The coder logs in, but does not post...

Would love to see this mod updated for 4.1+

If you are not going to update, why not pass this
on to a coder that will kindly keep spell check alive,
as this would be a very useful tool for those
that can not spell that good.

Digital Jedi 12-16-2010 05:49 PM

Quote:

Originally Posted by onehost (Post 2134934)
The coder logs in, but does not post...

Would love to see this mod updated for 4.1+

If you are not going to update, why not pass this
on to a coder that will kindly keep spell check alive,
as this would be a very useful tool for those
that can not spell that good.

Well, it is marked Not Supported, so it would be kind of unusual if he did. :)

too_cool_3 11-10-2011 12:27 AM

Is there a version of vB Spell for vB 4.1.7 yet?


All times are GMT. The time now is 01:05 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.01487 seconds
  • Memory Usage 1,804KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (6)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
  • (26)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