![]() |
Hello,
I am running this on a site that runs 3.5.x. The "x" means I have been upgrading as they are released and I just reinstall the template edits. I do not get java errors and i have several other java scripts running on my site. I actually am posting just to say that if anyone wants to apply this to the journal modification, it works just fine for Comments. I will try out the new entries and add to this if that works as well. Edit the: journal_commentpage template. Add A and B as described. Add C after: Code:
<input type="submit" value="$vbphrase[submit_new_comment]" class="button" /> Code:
<input type="submit" value="$vbphrase[submit_new_entry]" class="button" /> |
Can someone please help me with the Javascript errors I'm getting in post #240.
|
HELP!!!!!!!!!
I Downloaded the Script and Uploaded it to my Site it got to about 40% Durning the Install Then it Say there was an Database Error now Nothing in my Site is Workin ( Also i Tryed to login in to phpmyadmin to maybe try and repair the database but i get the following Error Quote:
|
Just to let everyone know, this hack does not seem to work in 3.52 or 3.53 - I have it working on a 3.51 site with no problems, but the newer vb versions spit out javascript errors. I'd wait until this hack is updated to install it on a new version of vb.
|
Quote:
|
Quote:
I tried uninstalling everything except the dictionary and reinstalling. I double-checked all of the template settings. Still doesn't work. I guess my previous statement is partly true - it doesn't work for all people running 3.53. It might work for some, but obviously not all. |
Worked for me in 3.5.2 and 3.5.3 as well. As described earlier in this thread, it had to be reinstalled each time I upgraded vBulletin.
|
Quote:
|
Just for the hell of it, I uninstalled the untire hack including the dictionary, and reinstalled using the install script. I even went through and reinstalled the code in the templates. It does not work. This has to be a bug, as I've done everything right and I still receive Javascript errors. I even downloaded the files again to make sure I have the most recent versions.
Buggy hack. I'd advise people to wait before they go filling up their database with a big dictionary until this gets sorted out. Sorry, just to clarify, I'm having trouble with 3.52. |
I have 3.5.2 and what I had to do was uninstall the hack and then reinstall it (completely including template modifications) to get it to work - but I've not even had a single issue with it since the reinstall.
|
Quote:
|
I am having problems also with 3.5.2... I get internal server errors on step 5 of install (Load Dictionary). Then I uninstalled and try to reinstall and got DB errors. Has there been any help with this??
|
I just installed this on 3.5.2, and it works flawlessly.
The only issue was that I had changed my admin cp directory name, so the install program can't find the dictionary to load ("/admincp/" is hard coded in the install script). What you need to do is create an admincp directory and move the DICTIONARY.DIC into that directory (if you also changed the admincp directory). Then the install will complete and load the database tables. You might need to uninstall then re-install, since the database table has already been created. But with my plain vanilla 3.5.2 version (also running with PHPADSNEW), it works perfectly without any other errors or problems. |
I'm still having the same problem as I mentioned in earlier posts. The spell checking window just has garbled php code in it and nothing else. Any thoughts or suggestions folks?
|
Well I guess those of us who have tried installing it multiple times with no luck are... out of luck.
|
The only thing I can think of it conflicting hacks. In your plugins, where the vbspell is, something else may be conflicting with it.
|
Quote:
|
Quote:
|
It appears there's something wrong with the javascript file. That's where the error is happening - I don't think it's conflicting with another hack.
It's giving me an error with line 25 in the javascript file - here's line 25: h_spellform.spellstring.value = document.forms[formName]["message"].value; In the error I'm receiving, it's seeing the variable "formName" as "..." and saying it's null or not an object. |
Quote:
|
Quote:
Any luck getting this worked out? |
Quote:
|
So how does this help me exactly? That's great that you got it to work with no problems. Many others have been able to do that as well. I gave you the javascript errors I'm receiving - I was hoping you could try and figure out why I'm receiving that error. There must be some reason I am getting this error. Telling me that you installed it without a problem does me no good.
|
I just tried uninstalling and reinstalling the whole thing again - even reverted the template I was testing it on. I'm still getting the same javascript error. I don't have any hacks that show up in the newreply.php file. If anyone who knows anything about coding hacks can help me out, I really would like to run this script. Obviously this hack has an issue that an advanced coder needs to look into - someone with javascript experience in particular. The vbspell.js is spitting out an error at line 25. Here is line 25 of that file:
h_spellform.spellstring.value = document.forms[formName]["message"].value; In the error I'm receiving, it's seeing the variable "formName" as "..." and saying it's null or not an object. Now, I'm glad that this works on a fresh install of 3.53, but that really does me no good. I have a slightly hacked board and none of my hacks should be conflicting with this. I've even removed a few that I thought might. Does this have anything to do with WYSIWYG settings? Anything to do with server settings? Anyone? Bueller? I've installed everything exactly the way the instructions say - at least 4 times. That tells me that this script is buggy. |
My only problem is when i install the dictionary i always reach max questions>8(
Could a sql file be made also for other people that have this problem? |
can this work on vb3.5.1?
|
Since the person who wrote this hack can't seem to help me out, can someone else give me some suggestions on why the javascript file used in this hack is giving me errors? I've posted the error above. Any help would be greatly appreciated.
|
installed and working great
the spell checker is a tad dump. will keep adding custom works to the .dic file thanks |
Tamarian,
Great mod! I installed today on vB 3.5.3 and had it working a few minutes. I followed the directions to replace the ieSpell button. Three quick questions:
Thanks, Mark |
Quote:
|
Quote:
2. Stored in user's cookies 3. No direct way currently. |
Quote:
|
The Dictionary is fully populated in the MySQL vbspell table and spell-check finds incorrect words OK.
What else would cause the suggested spellings not to appear? |
tamarian, does the fact that you're ignoring my posts mean that you have no idea why your hack is not working for me? All I really want is some suggestions on what to look for. I narrowed down where the problem is - it's the 24-25th line in the Javascript file. Can't you do anything at all to help me out here? I'm trying to troubleshoot this.
Can ANYONE just tell me why I'd be receiving this javascript error? |
works GREAT...........
i would however like to see it check the title of a new thread OR reply. other than that excellent addition to my board. *clicks install and grins |
Can ANYONE just tell me why I'd be receiving this javascript error?
|
For step 3.C. of installation shouldn't the default be to incorporate the tabindex:
HTML Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" tabindex="1" /> HTML Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" /> |
Been wanting to get this for awhile, but have been avioding thinking it's a long and complex install.
Man was I wrong, this was very easy for anyone who's installed some hacks, and should be easy to figure out for the new ones to the scene too. Took me maybe 15 minutes total. |
This still works great, just do like everyone has said, reinstall except for step 5
|
I can't pass by the installation step 5, even I have a dedicated server , I edit my php.ini file, fix the max_exection_time to 320. I have also edit the vbspell_install.php file with @set_time_limit(3600);
Everytime when I get to step 5, I got a blank page. Also why my DICTIONARY.DIC file is only 2MB while I saw somewhere in here that people claim their DICTIONARY.DIC file to be approximately 8MB Correct me if I am wrong and I really appreciate for all your help. |
All times are GMT. The time now is 11:38 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:
|