![]() |
Quote:
|
Guys... Please be straight up with me. Should I uninstall phpspell and go with this?
From what I see its a your on your own kind of thing. Please... just be honest and tell me what sup. thanks. |
I like it better. Works much better with WYSIWYG, and since learning mode is now also available.... plus I think pspell goes easier on your server than a database-based dictionary system... so go with this one!
|
IF anyone is reading this due to a search LET ME BE THE FIRST TO TELL YOU... THIS is better than the "other" spell checking hack on here. (watch the date of this post) I am sorry. I had the other and now... wow... what a differnce... WOW.
INSTALL and a half... with a bag of chips. |
I am having a problem that I didn't find anyone else in this thread having. I installed the hack as per the instructions, the most recent version, and I edited three templates. newthread, newreply, and editpost to add the button...
When I type in the editor on "standard" or "the enhanced editor" and click the spell check button, nothing happens? Nothing at all? Any ideas? |
If your in the spellchecker and change a word to a word you want and continue checking (ie phat you wanted pat but the option isnt there)
if you run the spell checker again it will "act" like all words are spelled correctly. But if they are not it will say they are. Just wanted to let you guys know that. |
Quote:
Quote:
I am starting to see this spellchecker degrade and I do not have "learn" enabled. |
Quote:
...hint, hint... Anybody have any advice about what problem I may be having. See previous post above. |
I have this working fine, and have also altered most of the CSS quite nicely to match the site.
However, I have no idea how to alter the font that the text of the post appears in, within the editor window on the spellchecker, nor the background to this. Any ideas? |
I don't suppose there is any way to enable this if php doesn't have pspell included? My host doesn't have it compiled into php and won't be adding it.
|
I have pspell enabled but my host tells me I need to upload my own dictionary because they don't store those on the server. I saved a word list as en-us.dic because the php path to 'language' on my particular server is shown as en-us.
I uploaded the dictionary file to my main forum directory and made sure both it and custom.pws are CHMOD to 777. Now, can someone please advise me as to what else I need to do at this point in order for custom.pws to find and use the proper dictionary? Thanks in advance. |
Quote:
I have never done it before, so not sure what changes need to be made, but if they have any aspell gurus there, ask them to point the config files to your dictionary files. |
I never understand ANY of the responses given by my host, I do not think English is a first language for any of them, so I don't know if they can or will help me.... DRAT IT ALL anyway! I really wanted this to work.
But, Thanks anyway.... |
Quote:
|
This hack is everything I need. I'm a terrible speller =(
However, I'm completely lost as to how to install this. My phpinfo does not have the spell thing in it, so I need to add that but I don't know how. And then the thing with aspell has me completely confused. If some kind and geneous soul could help me get past these obstacles I think I could wing the rest. The forum is for my world of warcraft guild. Sadly they are stuck with a girl who knows nothing about php, sql, css. I'm just kind of winging all of this really. I can donate for the help. I just hate embarrassing myself with misspelled words in my messages. |
I am suck a n00b .. but I dont see the places I am supposed to edit in the newreply .. am I tryin to do it in the wrong part .. I am using newreply.php but dont see it ..
please help me .. thanks |
Quote:
However, if you post your complete template, then others here who are more experienced should easily be able to pick out the right spot for you... (We can't tell you where to put it, if we can't see it. ;) ) |
Quote:
|
Quote:
|
Quote:
but I dont see a quick reply template .. yes. . I have it working great now on my site |
Sorry .. I did not read far enough .. I have it now .. Thanks again for the help
|
Will this hack work on vB 3.0.7? I just wanna make sure.
|
i'm running 3.0.7 and it does not appear to work for the WYSIWYG editor.
basic editor, standard editor (guided or advanced) both work. i've verified that in WYSIWYG mode that the script does two things: a) points to: Code:
<input type="button" value="Spell Check" onClick="spellCheck( 'vbform', 'WYSIWYG_HTML', '2');"> Code:
<input type="hidden" name="WYSIWYG_HTML" id="html_hidden_field" value="<p></p>" /> |
Hope this is a simple error but I don't understand it (I'm new to PHP and web designing).
I'm running; PHP 4.3.11 Win 32 and vBulletin 3.0.7 on Windows Server 2003 and Aspell-0-50-3-3. I installed the Aspell, enabled the pspell extension and unziped the files to the forums directory for the PungoSpell. I added the the spell check button to the Newreply template but when I click the button to do a spell check I get the following error; Line: 911 Char: 1 Error: Object expected Code: 0 URL: Code:
http://www.ultra-inc.com/forums/newreply.php?do=newreply&noquote=1&p=37 |
looks more like a javascript error...
|
It was a javascript error, I forgot a closing quote, oops. Thanks.
Now I get Fatal error: Call to undefined function: pspell_new() in c:\inetpub\wwwroot\forums\checkspelling.php on line 32 I think I saw this error several post back though so I'm off to search for it. Can anyone recomend a good PHP book? |
Nice, very nice. My problem is this, when I run the spellchecker, everything works, but I see this at the top of the spellchecker window:
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \global.php on line 367 Thanks for the help! I'm running this on v3.0.7 with IIS 6 and PHP v5.0.4. I should also post that I get the same error in an additional, smaller window when trying to use the learn function. |
bi11i, try adding this in the beginning of checkspelling.php, before "include ('global.php');
Quote:
|
Actually, I don't see that line in checkspelling.php. I do see it in pungo-spell-config.php, however it doesn't do anything (no matter which file i put it in.)
Any other ideas? |
Quote:
|
yes, in fact the whole thing works, it's just that I get the warnings.... Strange?
|
Quote:
In any case, add this to both php files, and see if it goes: Quote:
|
actually yes, I'm running vBadvanced. Like I said, I already put it that line in both files... Any others? (how about putting it in functions.php?)
|
my final plea for help! I've tried all of the above and still see these errors.
What can I do? My only hack is vBadvanced; nothing more.... Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in \global.php on line 367 |
Try placing the following in your pungo-spell-config.php, just before the include global.php:
PHP Code:
|
That worked! Thanks!
|
Quote:
For me this fixed the "Error:Unterminated string constant" problem of messages with linebreaks: edit checkspelling.php, find: PHP Code:
PHP Code:
|
Quote:
|
jsfj
|
Quote:
|
All times are GMT. The time now is 09:32 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:
|