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)

Eq4bits 01-27-2008 05:02 PM

Running vB3.6.8PL2
the previous version of vBspell worked, tho the checker window popped 'under' instead of on top, just upgraded/updated to this new one 10.3b and it's not working at ALL

inciarco 01-27-2008 05:10 PM

Quote:

Originally Posted by Eq4bits (Post 1430197)
Running vB3.6.8PL2
the previous version of vBspell worked, tho the checker window popped 'under' instead of on top, just upgraded/updated to this new one 10.3b and it's not working at ALL

Bump!! :rolleyes:

Any Chance for the Author or Some User that has the Previous Version to Upload it here, Please?? :confused: ;)

Checking the Author's Profile, it seems that the Author hasn't accessed vB.org since September of 2007, so Could some Person Please Upload (Attach) the File to a Message in this Thread, Please!! ;)

Would be Nice to Test that Working Version!! :rolleyes:

My Best Regards!! :up:

:)

Eq4bits 01-27-2008 05:26 PM

I have the old one will attempt to attach to this post
I haven't tried going back to it tho, so don't know if that will work or not
would the other three files (vbspell.js, vbspell.php and vbspell_iframe.php) have to be overwritten as well?

Eq4bits 01-27-2008 05:33 PM

I reuploaded the older version js and php files as well as imported the old xml (overwrote all) and it works now.
attaching the 'old' js and php files to this post
urp, forum won't let me attach the js file
if anyone wants it pm me with your email addy and I'll be glad to send it to you that way

Eq4bits 01-27-2008 05:34 PM

trying to attache the 'old' zip file that contains all the files
this is version 10.2b zip that is attached

inciarco 01-27-2008 05:38 PM

Quote:

Originally Posted by Eq4bits (Post 1430226)
trying to attache the 'old' zip file that contains all the files
this is version 10.2b zip that is attached

Guau!! Thank You Very Much Eq4bits!! :up::up::up:

I'll Test it Today in my Test Forum, and see how it Works!! :up::up::up:

My Best Regards!! ;)

:)

inciarco 01-27-2008 11:28 PM

Version 10.2b Works OK in vB 3.6.7 PL1!! :up:

Some Things to Consider:

1. When Installing the Product, the Information (Words) DICTIONARY.DIC file that comes with the Product is copied into some place in the Database (should be a Table created by the Mod), so the Percentage of Advance that is seen corresponds to the Upload of the Words into the Table.

2. When I Used the DICTIONARY.DIC in Spanish Downloaded in the Web Site specified in other Posts, (is neccesary to rename it to DICTIONARY, with extension .DIC, and to Uploaded to the Forum Root), the Words in Spanish (or in the Language you Download), are Added to the Existing Table in the Database, to the Resulting Dictionary is an English and Spanish Dictionary (Mixed).

3. If you want the Product Only to Work with a specific Language, you should use the File of the Language you want to Work with Initial Installation of the Mod, otherwise is neccesary to Uninstall and Reinstall the Product; I noticed that the Words Added to the Dictionary with the Button "Learn", (keep that Button Away from regular users), for some reason those Words weren't Deleted from the Original Installation, so I guess is another Table in the Database that wasn't uninstalled and Deleted.

Definitely doesn't Work in the Quick Reply, there should be something in the Code (Plugin) that is Wrong, because in the "editor_toolbar_on" (Reply in a Thread), the "showthread_quickreply" (Quick Reply), works Fine, but not with the "postbit_quickedit" (Quick Edit).

My Best Regards!! And Thanks Again to Eq4bits for sharing the Previous Version of this Mod!! ;)

:)

inciarco 01-28-2008 02:37 AM

Would be Great that a Addon can be Made to interact with this Mod in the Following way:

1. To List the Tabe of Words Installed with the DICTIONARY.DIC Files, as well as to see the Ones Stored in the Customized Words Table!!

2. To Add/Delete/Edit the Words Stored in Both Dictionary and Customized, Words.

Other Options to Manage those Tables in the Database.

This could add Functionallity and also Help Manage the Words; The Administrators/Moderatores are Blind (Cannot See) Every Change Made (Customized Words Added) to the Dictionary, and Cannot Modify those Words in case of Errors (Add a Word that is Wrong Spelled)!! ;)

I Hope Some Coder and/or the Developer of this Great Hack can Add this Functionality!! :rolleyes:

Also would be Great to Add the Quick Edit Use of this Mod!! :(

My Best Regards!! ;)

:)

inciarco 01-28-2008 05:48 AM

Quote:

Originally Posted by 4number8 (Post 1103768)
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

Quote:

Originally Posted by 4number8 (Post 1104041)
To add the spell check button to the quick reply, simply search for this phrase in..

showthread templete find:
Code:

<input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" />
Below this add:
Code:

<input type="button" class="button" value="Spell Check" onClick="spellCheck('qrform', '$editorid', '2');" />
You now have a spell check button on quickreply that works as it should.

Hope that helps

Quote:

Originally Posted by 4number8 (Post 1104050)
To also add the spell check button to your go advanced options, edit your postbit_quickedit templete.

Find:
Code:

<input type="button" class="button" tabindex="1" accesskey="r" value="$vbphrase[go_advanced]" id="{$editorid}_adv" />
Below add:
Code:

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

Quote:

Originally Posted by 4number8 (Post 1104055)
If you would like to have a spell check button for your users to use with their PMs, simply edit your pm_newpm templete.

Find:
Code:

<input type="submit" class="button" value="$vbphrase[preview_message]" accesskey="r" name="preview" tabindex="1" />
Below this add:
Code:

<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
Now you and your users can check the spelling in your PM's

Very Useful Tips!! :up:

When I tried the Quick Edit, you have to be Careful because on Normal Mode (Not WYSIWYG), it Erases the Content of the Message, so is needed to Cancel the Edit; but when the WYSIWYG editor is On, the it works Fine!! ;) :rolleyes:

My Best Regards!! ;)

:)

inciarco 01-28-2008 06:08 AM

Quote:

Originally Posted by baze22 (Post 1104129)
Playing around, I found a workaround for it popping under. In the vbspell_iframe.php file:

find this:
Code:

<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp();" id="theBody">
replace with:
Code:

<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp(); window.focus();" onblur="window.focus();" id="theBody">
It still pops under initially but then comes back to the top. Like I said, it's a workaround.

baze

I tried this but had to change back to the Original Version of the File, becasuse this Affects the Text Field where you can Change the Proposed Word to a Custom one; simply don't allow the Selection of that Text Field!! :(

My Best Regards!! ;)

:)


All times are GMT. The time now is 08:51 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.01800 seconds
  • Memory Usage 1,762KB
  • 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
  • (12)bbcode_code_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