vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Spell :: Spell Checker in WYSIWYG and Standard Modes (https://vborg.vbsupport.ru/showthread.php?t=92202)

tamarian 07-17-2005 11:24 PM

Quote:

Originally Posted by shiva
The instructions are wrong for that.

You should have both A and B in the showthread template.

Add the code (to replace "C") at the bottom of the showthread_quickreply. It doesn't look very nice, but it works.

Are they still wrong?

It should work without editing showthread_quickreply. Check the latest edit of the template instructions, and if it's still wrong let me know :)

jesus likes pie 07-18-2005 12:58 AM

Quote:

Originally Posted by shiva
The instructions are wrong for that.

You should have both A and B in the showthread template.

Add the code (to replace "C") at the bottom of the showthread_quickreply. It doesn't look very nice, but it works.



Thanks ;)

Gary King 07-22-2005 04:31 PM

I get this error on the vbspell.php page when spellchecking:
Code:

Notice: Only variable references should be returned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1736

Notice: Only variable references should be returned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1683

Notice: Only variables should be assigned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1423

Anyways, I simply added error_reporting(0); on the page, since they seem to only be Notices.

tamarian 07-22-2005 06:36 PM

Quote:

Originally Posted by Gary King
I get this error on the vbspell.php page when spellchecking:

Anyways, I simply added error_reporting(0); on the page, since they seem to only be Notices.

Ah, this is because I forgot to update debug code before uploading :)

In vbspell.php and vbspell_iframe.php

Chenge this:
PHP Code:

error_reporting(E_ALL); 

To this:
PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

I've update the zip file in case anyone else if getting this.

lierduh 07-28-2005 11:48 PM

Not sure if you need to do this.

After upgrading to RC1. The spellcheck popped up as a blank page.
I had to uninstall and reinstall using the installation script before it started to work again.

tamarian 07-28-2005 11:53 PM

Quote:

Originally Posted by lierduh
Not sure if you need to do this.

After upgrading to RC1. The spellcheck popped up as a blank page.
I had to uninstall and reinstall using the installation script before it started to work again.

No need to do this. I think that was due to the new JS code in vB RC1. A hard refresh of the browser should fix this.

lierduh 07-29-2005 12:02 AM

Quote:

Originally Posted by tamarian
No need to do this. I think that was due to the new JS code in vB RC1. A hard refresh of the browser should fix this.

Things I tried before doing that (IE 6):

1) Refresh at Edit Post page.
2) Ctrl-Refresh at Edit Post page.
3) Delete all offline contents.

My problem could be caused by other reasons. I thought too I wouldn't need to reinstall.:)

tamarian 07-29-2005 12:25 AM

Quote:

Originally Posted by lierduh
Things I tried before doing that (IE 6):

1) Refresh at Edit Post page.
2) Ctrl-Refresh at Edit Post page.
3) Delete all offline contents.

My problem could be caused by other reasons. I thought too I wouldn't need to reinstall.:)

Hmmm, I'm wondering if this might be template dependant. When I tested RC1, I only tested one template (new thread). I'll do more tests to see if anything might cause a problem with RC1.

Let's hear from others if the RC1 upgrade went fine, or if they also had problems. If anyone else encountered problems, let me know which templates work and which ones didn't. But at leat we know that a re-install will fix the problem, if it happens :)

lierduh 07-29-2005 12:31 AM

Quote:

Originally Posted by tamarian
Hmmm, I'm wondering if this might be template dependant. When I tested RC1, I only tested one template (new thread). I'll do more tests to see if anything might cause a problem with RC1.

Let's hear from others if the RC1 upgrade went fine, or if they also had problems. If anyone else encountered problems, let me know which templates work and which ones didn't. But at leat we know that a re-install will fix the problem, if it happens :)

I forgot to confess.:) I reverted all templates after RC1 and inserted spellcheck stuff afterwards.

lierduh 07-29-2005 06:13 AM

I have noticed spellcheck removes all the line breaks. Is this an intended feature?:)


All times are GMT. The time now is 05:15 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.01704 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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