php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#202515 - 04/02/04 05:07 AM [6.7] [beta] Spell Check
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
Modification Name: Spell Check

Author(s): Brett

Description: Lets you check for spelling mistakes in your post.

Requirements: UBB 6.7

Download Link: http://www.ubbdev.com/ubb/upload/00006378/Spell6.7.zip

Credits: LK, Bandit_1234, and Anime-loo

It is recommended but not required to install Mod CP Addon , to have extended options available.


Demo: http://www.pavioni.com/ubb/ultimatebb.php

username: ubbtest
password: test

Top
#202516 - 04/02/04 05:41 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Can't wait till 6.7.1 comes along so I can get back to adding mod's :x...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202517 - 04/18/04 04:56 AM Re: [6.7] [beta] Spell Check
Clay Autery Offline
Junior Member

Registered: 11/15/03
Posts: 11
I'm not a programmer, but after this:

spellcheck_enable => {
type => "checkbox",
values => [qw(yes no)],
default => q!yes!,
req => 0,
final_code => sub { return "FIXME"; },
},

spellcheck_width => {
type => "text",
length => 20,
default => q!500!,
req => 0,
},
spellcheck_height => {
type => "text",
length => 20,
default => q!625!,
req => 0,
}

Shouldn't there be a "," after the last brace?

I mean, there was one after the last brace of the "post count" section that was already there...

Just curious.
_________________________
Clay Autery
"More, Better, Faster..."

Top
#202518 - 04/18/04 06:24 AM Re: [6.7] [beta] Spell Check
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
You're correct, there should be a comma even if it's the last item.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#202519 - 04/19/04 02:24 AM Re: [6.7] [beta] Spell Check
Clay Autery Offline
Junior Member

Registered: 11/15/03
Posts: 11
smile I wasn't tring to be a nitpicker... just trying to help.
_________________________
Clay Autery
"More, Better, Faster..."

Top
#202520 - 05/04/04 10:44 PM Re: [6.7] [beta] Spell Check
eXtremeTim Offline
Member

Registered: 10/13/01
Posts: 544
Works great on 6.6 you just have to remember to drop out the public_topic_page.pl steps since theres no stock quick reply. I didnt have much luck last night getting it working with the 6.6 quick reply hack either it kept making the quick reply part hide itself. If somebody could show me what I need to change to make it work?
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=extremetim&s=1[/img]

Top
#202521 - 05/05/04 02:19 AM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
your best bet is to look in the 6.5 version of this mod and follow the quick reply code
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202522 - 05/05/04 11:40 PM Re: [6.7] [beta] Spell Check
eXtremeTim Offline
Member

Registered: 10/13/01
Posts: 544
I will try it later tonight. smile
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=extremetim&s=1[/img]

Top
#202523 - 05/13/04 07:46 AM Re: [6.7] [beta] Spell Check
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
This work for 6.7.1 ? smile Gizzy's remark about waiting has be skeerd and i forgot how much my members kant spell!

Top
#202524 - 05/13/04 07:51 AM Re: [6.7] [beta] Spell Check
Painfool Offline
Member

Registered: 08/14/00
Posts: 182
Nevermind, Im tarded this morning .. if you havn't noticed my time stamps Ive been at this alllll night smile

Demo board is 6.7.1 so I guess that means yes ... I hope smile

Top
#202525 - 05/13/04 04:29 PM Re: [6.7] [beta] Spell Check
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
He was asking about 6.6; it works fine on 6.7.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#202526 - 07/08/04 11:12 PM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
_________________________
- Allen wavey
- What Drives You?

Top
#202527 - 07/11/04 08:48 AM Re: [6.7] [beta] Spell Check
GATOR420 Offline
Member

Registered: 01/31/03
Posts: 118
I installed this mod and think it's great! However, I did notice what seems to be a limitation in spell checking very long posts.

According to the word/character counter, the spell checker would only spell check 4096 words of a 5073 word post. Then, if you do make corrections to any mistakes it will replace the entire orginal post with it's 4096 word copy thus deleting the other 977 words. Is there any way to fix this? Much thanks in advance... smile
_________________________
-GATOR

"Pain is temporary, Pride is forever"

Top
#202528 - 07/11/04 09:27 AM Re: [6.7] [beta] Spell Check
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
not broken, you are actually warned in the spell checker

Top
#202529 - 07/13/04 12:10 AM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
What he means is, the issue is with the spell check people. It may be possible there's a paid version that will accept larger posts, but this version has the limit you see smile
_________________________
- Allen wavey
- What Drives You?

Top
#202530 - 07/20/04 10:22 PM Re: [6.7] [beta] Spell Check
GATOR420 Offline
Member

Registered: 01/31/03
Posts: 118
Thanks for the update but I looked all over and maybe I am blind, but I don't see that warning anywhere when I click spell check.
_________________________
-GATOR

"Pain is temporary, Pride is forever"

Top
#202531 - 07/21/04 12:47 AM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
The warning is when you use the service - it tells you you have X number of words and they only support x number. It is still a spell check issue, nothing we can do about it.

There was another company advertising its services in the chit chat forum, you might wanna check them out if you want the advantage of a paid service.
_________________________
- Allen wavey
- What Drives You?

Top
#202532 - 07/28/04 02:16 PM Re: [6.7] [beta] Spell Check
Webberver1 Offline
Junior Member

Registered: 07/28/04
Posts: 18
Hi everyone,

I am running into a problem with this mod and thought maybe you gurus can help a girl out:

I just installed this mod but I am getting this error (I also installed the CPMod):


Can't locate object method "post" via package "LWP::UserAgent" at D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi line 98, <DATA> chunk 64.
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. [Wed Jul 28 14:10:38 2004] D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi: Can't locate object method "post" via package "LWP::UserAgent" at D:WebSitesCityofLincolnParkMIcgi-binubb_spell.cgi line 98, chunk 64.

Top
#202533 - 08/23/04 10:32 PM Re: [6.7] [beta] Spell Check
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Had the same issue tonight. It's because the LWP::Useragent pm isn't installed with your version of perl.

Go here:

http://search.cpan.org/src/GAAS/libwww-perl-5.69/lib/LWP/UserAgent.pm

Download that file, create a directory in your ubb's cgi folder like this:

Modules/LWP

and upload that useragent file. You should be ok then smile
_________________________
- Allen wavey
- What Drives You?

Top
#202534 - 09/12/04 12:48 AM Re: [6.7] [beta] Spell Check
paws Offline
Junior Member

Registered: 04/22/03
Posts: 7
Loc: Montreal
Will this work with 6.5?

Top
Page 1 of 2 1 2 >



Moderator:  Charles, Gizmo 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks