![]() |
Installing ENGLISH.DIC (English)...
Unable to create dictionary database table: Code: 1226 Message: User 'ladyelle_admin' has exceeded the 'max_questions' resource (current value: 50000)Result: Link: Resource id #5 DB: ladyelle_forum User: ladyelle_admin Server: localhostUnable to perform spell check at this time. :ermm: Crashes everytime at 12% during the dictionary words import. Had the ISP raise my limit from 10k to 50k. Obviously not enough. How much should I ask for? They claim 50k is to prevent abuse???? TIA DR |
Quote:
Find: </head> Add Above: <script language='javascript' src='spelling/spellmessage.js'></script> Save Open template: showthread_quickreply Find: <input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="this.form.clickedelm.value = this.value" /> Add Below: <if condition="DOTOOLBAR!=2"> <input type="hidden" name="toolbar" value="1" /> <input type="button" class="button" name="spellcheck" value="SpellCheck" accesskey="c" tabindex="1" onclick="openspell('1');"/> <else /> <input type="hidden" name="toolbar" value="2" /> <input type="button" class="button" name="spellcheck" value="SpellCheck" accesskey="c" tabindex="1" onclick="openspell('2');"/> </if> Craig |
Very nice. Tweaked the phpSpell window to remove Learn (at my managers' request) and changed the "All" buttons to "Correct All" and "Ignore All" and so had to also increase their width and the table's width. Also removed "Suggest" since I was never able to get anything meaningful out of it.
Clicked install. I thank you, and my users thank you. (Well, my users aren't actually thanking you, but they would if they could. :rolleyes: ) Thx, D. PS...In IE, the gap between the Preview button and the Spellcheck button is wider than the gap between the Submit button and the Preview button. (See attached image.). This extra gap is caused by: HTML Code:
<input type="hidden" name="toolbar" value="1" /> HTML Code:
<input type="hidden" name="foobar" value="null" /> FWIW, D. |
|
Methinks your directory path is set incorrectly. Grab the attached file and upload it to the directory where your files are, then point your browser to it (yoursite.com/forum/spelling/dirpath.php) and see what it says.
|
Thanks! Here is what is says
Server Path: /home/virtual/site3/fst/var/www/html/forum/spelling/ HTTP Path: http://66.70.234.198/forum/spelling |
Hmm. Have you uncommented line 37 of spell_config.php? It must say:
Code:
$Spell_Config['DB_Type'] = 'vBulletin'; [edit] Also uncertain why your spell_config.php file has 197 lines. I only see 170. [/edit] |
I was playing around this weekend, trying to get the Learn button to appear only for specific users.
It was easy enough to get the userid to the openspell function in spellmessage.js by adding $bbuserinfo[userid] to the template code, but I can't seem to get the userid from there to spelling.js where it'd do some good. No big deal, and I understand I'm using the hack and phpSpell in a non-standard way. But, has anyone gotten this to work? TIA, D. |
Welo, I think I removed the comments. I have attatched my config file if you or anybody could look at it.
Thanks!! p.s. The buttons show up in the edit box but it does not work. |
installed. works nicely.
|
All times are GMT. The time now is 12:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|