Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Sep 06, 2005 7:47 am Reply with quote

Some of my site visitors have requested a spell checker for the forums and having googled I have not found one that works.
Anyone have a zipped copy or link to anywhere currently distributing a ported spell checker of the nuke forums?

Any help appreciated.
 
View user's profile Send private message Send e-mail
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Tue Sep 06, 2005 12:01 pm Reply with quote

well me no luck either..
long time ago i used one but that wasnt compatible with firefox.
 
View user's profile Send private message
Steptoe
Involved
Involved



Joined: Oct 09, 2004
Posts: 293

PostPosted: Tue Sep 06, 2005 4:02 pm Reply with quote

I had the same issue a few months ago from our members..I tried a couple, and they didn't work well, where slow, and not user friendly.
I solved the problem by recommending members download a free internet spell checker that the can use on all sites/ forms/mail etc on the internet.
The response from members was very positive. [ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
Guardian2003







PostPosted: Tue Sep 06, 2005 5:16 pm Reply with quote

Septoe, that is something I had not considered - thanks.
Hitwalker - thanks for taking the time to look mate.
 
hitwalker







PostPosted: Tue Sep 06, 2005 5:30 pm Reply with quote

well if your in the coding mood... [ Only registered users can see links on this board! Get registered or login! ]
and it works with firefox as well..
I just noticed it comes with full phpnuke howto install,but im not sure if sentinel is gonna like it..
 
Guardian2003







PostPosted: Tue Sep 06, 2005 6:37 pm Reply with quote

Only one way to tell - I'll let you know!
 
Guardian2003







PostPosted: Tue Sep 06, 2005 7:52 pm Reply with quote

It seems it doesnt liked 'patched'. Works fine on a virgin install but not with my patched site - well it was worth a try!
 
hitwalker







PostPosted: Wed Sep 07, 2005 3:23 am Reply with quote

so what does happen?
anyway we can make this work?
 
grantb
Regular
Regular



Joined: Feb 16, 2005
Posts: 67
Location: Canada

PostPosted: Wed Sep 07, 2005 11:43 am Reply with quote

I have successfully integrated phpspell into my forums. I am using phpnuke 7.4 patched 3.0 with phpbb 2.0.17. The problem for me was the
Code:
$forum_admin = 1
found in spell_phpbb.php, I changed it to
Code:
define('FORUM_ADMIN',true);
and it works great.
I have been looking for a spellchecker for a while and most were not what I wanted. Phpspell is a definate bonus for my furoms(hehe). Hope that helps, oh and it says to delete the admin files after you install the dictionaries because they are not secured for phpnuke.

_________________
Fix and troubleshoot your computer! 
View user's profile Send private message
hitwalker







PostPosted: Wed Sep 07, 2005 12:04 pm Reply with quote

thats nice and good news,will try that..
 
Guardian2003







PostPosted: Wed Sep 07, 2005 12:27 pm Reply with quote

Well I'll be darned if that didnt fix her right up!!
I never even saw that reference tucked away around line 23 in the code as I was distracted with all the others at the top of that file trying to make sense of them - very nice catch, thanks grantb.
 
Loki
Worker
Worker



Joined: Oct 05, 2003
Posts: 107
Location: Illinois

PostPosted: Thu Sep 15, 2005 6:23 pm Reply with quote

I have ported a Spell Checking Addon for the forums. This will currently only work for Platinum sites. Its should work for any version of Platinum, but its only been tested on my Platinum version 7.6.B.2. You will see it in action on these forums. Feel free to port it to standard Nuke if you want, it shouldn't be hard. To get it go here:
[ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message Visit poster's website
Steptoe







PostPosted: Thu Sep 15, 2005 7:37 pm Reply with quote

With all due respect...I am not a fan of spell checkers that rely on other sites for their dbs..the sites are sometimes down, or overloaded, often dont have a learning curve for individuals etc
A spell checker that calls from its own dictionaries is a far better option.
Their are open source db dictionaries avaliabe in many languages, thu these can be rather large and ppl may have problems loading into servers...a 'common english' db can be around 3.5 meg..english is by far the largest of all the db I have seen
Personally I think for a true nuke spell checker it should be a module that uses its own db on the server....this would also have opitions that the admin can choose the language(s) avalable ...maybe even hooking up to a translator db also.
Well thats the concept lol..as far as coding or knowing if its possible or what it would take....
I wouldnt have a clue lol
 
CurtisH
Life Cycles Becoming CPU Cycles



Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Thu Sep 15, 2005 7:55 pm Reply with quote

This isn't really any help for Firefox users but those that use Internet Explorer can benefit from this excellent free addon that provides spell checking on all text forms. I have been using it for over 6 months and have found it to be extremely handy. I know this isn't a bbtonuke addon, but I thought it was still worth mentioning here. I have recommended it to members on one of my web sites and they love it.
[ Only registered users can see links on this board! Get registered or login! ]

_________________
Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe 
View user's profile Send private message Visit poster's website Yahoo Messenger
Steptoe







PostPosted: Thu Sep 15, 2005 8:49 pm Reply with quote

[ Only registered users can see links on this board! Get registered or login! ]
mentioned above 3rd post down
Just noticed I havnt put my std Sig in my details.
Hang on will do that now lol
Dance-Y
 
Loki







PostPosted: Thu Sep 15, 2005 9:12 pm Reply with quote

Yes I agree with you steptoe, which I plan on creating one that does just that. Altho your looking closer to 10-15 megs for a good dictionary database.
 
Steptoe







PostPosted: Thu Sep 15, 2005 9:42 pm Reply with quote

Big sigh of relief m8...
So my logic...what is needed is correct?
The size of the db...
I was playing with some a while back...never figured out what to do with them lol
They where not that big...
Just make sure u use an english one for it...not that funny spelling the Yanks use m8...Real english, not American lol
Dont u Americans get upset either...its not your fault you where born there
ROTFL oops OffTopic
O well need a bit of humour..blame it on Raven with his post above worship
 
Guardian2003







PostPosted: Fri Sep 16, 2005 2:30 am Reply with quote

The spell checker I'm using which is he BBtoNuke one has a DB size of around 19Meg - I see no reason why this one should not work with Platinum.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©