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)

slvr ralliart 11-20-2005 11:38 PM

so...

would you like to share how to add a word or two the the dictionary?

tamarian 11-20-2005 11:48 PM

Quote:

Originally Posted by tamborinegal
Love this hack... but is there any update on the problem above? The problem is, if this happens at the beginning of a post, you have no way to check the rest, it just keeps suggesting the same word :(

O.k., I'll bump it up on my to-do list, just been too busy :) . If there's any JavaScript programmers here, feel free to make suggestions.

slvr ralliart 11-20-2005 11:56 PM

Quote:

Originally Posted by tamarian
O.k., I'll bump it up on my to-do list, just been too busy :) . If there's any JavaScript programmers here, feel free to make suggestions.


can i add words myself? or how does this work?

tamborinegal 11-20-2005 11:58 PM

Quote:

Originally Posted by tamarian
O.k., I'll bump it up on my to-do list, just been too busy :) . If there's any JavaScript programmers here, feel free to make suggestions.

Thanks tamarin :) You do great work. Love vBdrupal too.

slvr ralliart 11-21-2005 12:04 AM

bump for my simple question

tamarian 11-21-2005 12:09 AM

Quote:

Originally Posted by slvr ralliart
bump for my simple question

By using the learn button, which adds words to the user's cookie.

slvr ralliart 11-21-2005 12:30 AM

doesn't work

tamarian 11-21-2005 01:16 AM

Quote:

Originally Posted by tamborinegal
is there any update on the problem above? The problem is, if this happens at the beginning of a post, you have no way to check the rest, it just keeps suggesting the same word :(

Test this for me. Open vbspell.js and find:
HTML Code:

        if (misps[ wordindex ].suggestions.length) {
                for (sugidx = 0; sugidx < misps[ wordindex ].suggestions.length; sugidx++) {
                        if (sugidx == 0)
                                isselected = 1;
                        else
                                isselected = 0;
                        newopt = new Option(misps[ wordindex ].suggestions[sugidx], misps[ wordindex ].suggestions[sugidx], 0, isselected);
                        sug.options[ sugidx ] = newopt;
               
                        if (isselected) {
                                frm.changeto.value = misps[ wordindex ].suggestions[sugidx];
                                frm.changeto.select();
                        }
                }
        }

Add after:
HTML Code:

        else
        {
                frm.changeto.value = '';
                frm.changeto.select();
        }


zoomforce 11-22-2005 05:30 AM

k i got a wierd problem..

install works fine for new reply.. i just installed it into quick edit, and when i click modify, the button shows up, and when i click it, the pop up opens but is totally blank (it doesnt take the post text) and it goes "spell check done" then proceeds to whipe out the text completely, so there is nothing in the edit box when it goes back.

any ideas?

RGSMDNR 11-22-2005 11:06 AM

how do i make the pop up window bigger? the right hand side is cut off slightly.


All times are GMT. The time now is 05:25 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.01847 seconds
  • Memory Usage 1,750KB
  • 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_html_printable
  • (5)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