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)

perfphysio 10-22-2006 04:21 PM

many thanks. I think i've done it. I think the perosn who posted this hack should amke this more clear in the directions. It looks like you have two choices, 1. upload the dictionary.doc file or import the sql files. It seems you need to do both or at least the sql ones are as important :)

aquariumpros 10-22-2006 04:46 PM

Quote:

Originally Posted by perfphysio
many thanks. I think i've done it. I think the perosn who posted this hack should amke this more clear in the directions. It looks like you have two choices, 1. upload the dictionary.doc file or import the sql files. It seems you need to do both or at least the sql ones are as important :)

In my previous installations - I didn't have to do the SQL imports - just the standard way worked...however - when I upgraded to 3.6.2 - the SQL imports were the only way I found it worked (for me).

Glad you got it working - and thanks again to cynix2 for a great hack!

R1lover 10-23-2006 02:14 AM

we still need the pop up window fixed......

anyone want to tackle that one?

thank you in advance

theArchitect 10-23-2006 12:44 PM

I uninstalled the 3.5 version of this hack, but I can't install this new 3.6 version as I am getting the following error:

Code:

Database error in vBulletin 3.6.2:

Invalid SQL:

                INSERT INTO setting
                    (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                VALUES
                    (
                    'vbspell_allow_all',
                    'vbspell',
                    '0',
                    '1',
                    'free',
                    'yesno',
                    2,
                    0,
                    1,
                    '',
                    0,
                    'spellvb'
    ),
    (
                    'vbspell_use_groups',
                    'vbspell',
                    '5,6,7,22,23,24,25',
                    '5,6',
                    'free',
                    '',
                    3,
                    0,
                    1,
                    '',
                    0,
                    'spellvb'
    ),
    (
                    'vbspell_levenshtein_distance',
                    'vbspell',
                    '3',
                    '3',
                    'free',
                    '',
                    4,
                    0,
                    1,
                    '',
                    0,
                    'spellvb'
    );

MySQL Error  : Duplicate entry 'vbspell_allow_all' for key 1
Error Number : 1062

Any help would be appreciated.

deegan 10-24-2006 12:21 PM

Is there a way to turn the symbol https://vborg.vbsupport.ru/external/2006/10/4.gif in the top right corner of the editing box into a button next to the "Preview Post" button?

R1lover 10-24-2006 01:33 PM

Quote:

Originally Posted by deegan
Is there a way to turn the symbol https://vborg.vbsupport.ru/external/2006/10/4.gif in the top right corner of the editing box into a button next to the "Preview Post" button?


You would have to edit the templates, but yes it can be done. You would have to edit both the quick reply and message editor templates.

deegan 10-24-2006 10:42 PM

Quote:

Originally Posted by R1lover
You would have to edit the templates, but yes it can be done. You would have to edit both the quick reply and message editor templates.

Could I get specifics?...:classic:

4number8 10-24-2006 11:20 PM

For anyone that would like the spell check button added, edit your newreply, and newthread templetes:

newreply
find:
Code:

<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_reply]" accesskey="s" tabindex="1" />
                <input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />

under it add this:
Code:

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

Code:

<input type="submit" class="button" name="sbutton" id="{$editorid}_save" value="$vbphrase[submit_new_thread]" accesskey="s" tabindex="1" />
                <input type="submit" class="button" name="preview" value="$vbphrase[preview_post]" accesskey="r" tabindex="1" />

under this add:
Code:

<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
Best of all, no more hidding windows, it pops up as it should :D

pokerie 10-25-2006 12:10 AM

Are you saying that putting them edits in the templates gets rid of the above problem of the hiding window or the link at the bottom of your post does?

R1lover 10-25-2006 01:30 AM

Quote:

Originally Posted by 4number8

Best of all, no more hidding windows, it pops up as it should :D



https://vborg.vbsupport.ru/showthrea...hlight=vbspell


Could you explain this as I and many others are still getting the pop up issue... This link takes you back to this thread?

Thank you


All times are GMT. The time now is 03:59 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.01222 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)bbcode_code_printable
  • (4)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