![]() |
I'll be darned! That *does* make it pop over instead of popping under! YAY!
now... I can't find where to add the button to the quick reply... anybody know where that template is located? |
First and foremost... BACK UP YOUR DATABASE BEFORE INSTALLING ANY HACK!
1. Post 105 - Fix photopost / review post issues 2. Post 198 - Fix hiding pop-up window issues. 3. Post 135 - Recomended for all other issues - Check your mysql tables to see if vbspell exists. If it doesn't, uninstall the product then refer to this post. If you run into any errors after item 3, revert to the backup you made before installing this hack. Don't have a back-up? That's too bad. By the way, nice hack! Clicked Install! |
Quote:
Did it and it works great... If this place used their own "Thank You" hack, you'd be gettin' one right now... Thank you!...:nervous: |
Quote:
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" /> Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('qrform', '$editorid', '2');" /> Hope that helps |
Quote:
|
Quote:
|
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" /> Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" /> |
Quote:
Thanks for these posts, I hadn't even thought of putting the button back:rolleyes: The method you posted for newreply/newthread for for pm_newpm (didn't check the exact code, but right after the preview button). I did add the 'accesskey="l"', so that users could use Alt-L to pop it up too. Thanks again, baze |
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" /> Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" /> |
Quote:
|
To add the spell check button, do this to your modifysignature templete,
Find: Code:
<input type="submit" class="button" value="$vbphrase[preview_signature]" name="preview" accesskey="r" tabindex="1" /> Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('qrform', '$editorid', '2');" /> |
Quote:
|
Quote:
baze |
Quote:
find this: Code:
<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp();" id="theBody"> Code:
<body class="wysiwyg" onLoad="assignSelf(); window.parent.startsp(); window.focus();" onblur="window.focus();" id="theBody"> baze |
Quote:
|
I installed this and uploaded DICTIONARY.DIC to my forum home.
I tested the thread with various spelling errors, it gave no suggestions or change to words at all, even for words like churc (church), hly (holy), mke (make), etc. I reuploaded the product and now I get db errors when clicking the spell icon Code:
Database error in vBulletin 3.6.2: |
Quote:
|
|
Quote:
|
i did everything the way the directions said... uploaded all the vbspell and dictionary.dic to the forums home directory then installed the product and got this error:
Code:
Database error in vBulletin 3.5.4: |
Quote:
Per your SQL error - you're running vB 3.5.4 Try to install the version for vB 3.5.4 and you might have better luck. |
well that's what i thought too, but i read this part of the description...
Quote:
|
I really don't know - as I was just browsing and saw the vB version at the top of the SQL error.
Did you run the x10 SQL Queries from the ALT file too? |
Sorry if this has been covered, but I've been through this thread and didn't find an answer. I'm getting ready to upgrade from vB 3.0.6 to vB 3.6.2, and I have Tamarian's spellcheck installed on 3.0.6. IIRC, the table in Tamarian's version is called spelling_words. Can I just rename it to vbspell and install this mod, or do I have to do anything else? TIA.
|
A bit late in my reply here, but thanks Baze22 - your code change works a treat, I now have working popups for the spell checker. :D
Finally, I can call this mod "working"! I went back to revist this after leaving it not quite fixed for some time as I was motivated by the latest inbuilt spell checker in firefox 2. There is a problem in the code of vbulletin that prevents the inbuilt firefox spell checker from working, but there is an easy hack here, which apparently will be implemented in the next revision of vbulletin. So, once everyone kicks their dirty old Internet Explorer habit (or MS catches up and copies more Firefox features into their new version), eventually, we won't need a hack for spell checking. I like the little red underline I get as I type, which is far more familiar than having to click on a button to do spell checking, so I'll not be using this hack anymore (though my users still will for a while). |
Sorry, I spoke too soon.
I use Firefox, but unfortunately most of my users still rely on IE, the lowest common denominator. Seems that in IE, the window does pop up, but if you try to change a word by clicking in the "change to" box, no selection/typing is possible. I'd guess that some method used to bring focus onto that window interferes with the ability to select anything inside it. Any other ideas? I might go and see if I can learn about these properties and their behaviour in IE. |
Quote:
|
For me the problem has been solved. The latest version of FF has a built in spell check. And if you have ieSpell installed in your IE it works flawlessly. I don't see any point in installing the mod anymore there doesn't seem to be any direct support and the dictionaries available from ieSpell and FF are much more vast than what is available here.
|
I keep getting the following error
Quote:
I'd prefer to use the alternate method since the installer dosen't appear to be adding the vbspell table to the database, however, I do not know how to get it to quit looking at the database. Any help would be appreciated |
freezes on product import at third 90%
Processing: 175395... (90%) Processing: 175988... (90%) Processing: 176676... (90%) |
Where or How can i arrange a Portuguese Dic to use with vb spell? :|
|
Quote:
|
The vbspell table in my database is 8MB containing the dictionary. I don't use the database dictionary so is it safe to remove the word table?
|
atabase error in vBulletin 3.6.3:
Invalid SQL: SELECT word FROM vbspell WHERE word = 'dude'; MySQL Error : Table 'snobird_forums.vbspell' doesn't exist Error Number : 1146 Date : Saturday, November 18th 2006 @ 05:05:32 AM Script : http://www.iptourneys.com/forums/vbspell.php Referrer : http://www.iptourneys.com/forums/new...oquote=1&p=633 IP Address whats wrong with it |
works perfectly here
|
Quote:
|
apparently the install script was never creating the vbspell table.
So I manually created it and imported the SQL files...works fine now Probably the same thing you will need to do snobird1211 |
If you get Maximum execution time of 30 seconds error to fix easy do this
Open .htaccess in public_html folder Add this line php_value max_execution_time 90 or php_value max_execution_time 120 it will fix the time out problem Also if you get data base error after.. copy attached to admincp folder and run..... www.yours.com/forum/admincp/vbspell_install.php... Uninstall old version... then delete attached from you folder... then try again... bet it works Judge |
Quote:
I would find this where?? cant seem to locate public_html folder |
Has anyone gotten this working with 3.6.4? I upgraded from 3.6.1 to 3.6.4 and my spellcheck button has disappeared. I tried re-importing the product and still no luck :(
|
All times are GMT. The time now is 06:17 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|