Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Spellcheck Problems...
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5, 6  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: Spellcheck Problems...
PostPosted: 11/07/2006 11:39 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
peace.gif
KeeKee, you made a mistake when you modified the MOD script.  That's why the Spellcheck button never appeared.  I corrected the MOD script and reinstalled it on your Test board and all went smoothly...

I also took the liberty of moving your buttons right below the Message window like here in RCF.  If you prefer them back at the bottom, then I can fix the MOD script to place the Spellcheck button there instead.  Take a look and let me know what you think...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 1:37 AM Reply with quote
Citation
KeeKee
Citation
Posts 940
Word Cnt. 48,215
BDay Mar 4
Sign Pisces
Sex Sex:Female
Joined: Mar 20, 2006
Local time: 5:25 PM
usaCa.gif
It's very late and I am very tired but wanted you to know I saw your message.  I will check it out and see what it looks like.  Let you know tomorrow.  Nite Nite.
Back to Top
View user's profile Find all posts by KeeKee Send private message   Visit poster's website Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 1:50 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
peace.gif
Yeah, I'm dragging too.  I may not be awake much longer either.  Good Night KeeKee...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 12:58 PM Reply with quote
Citation
KeeKee
Citation
Posts 940
Word Cnt. 48,215
BDay Mar 4
Sign Pisces
Sex Sex:Female
Joined: Mar 20, 2006
Local time: 5:25 PM
usaCa.gif
I'm awake, well sorta.  I hate it when you sleep all nite and still feel like you havn't gotton any rest.

I see now what your talking about.  You know I'll never understand why anyone would want the buttons at the bottom of the page  dontknow

Is there a way to make it go into the quick reply box from the script like you have it here?

I'm also going to want to do the same thing with the save as draft.
Back to Top
View user's profile Find all posts by KeeKee Send private message   Visit poster's website Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 3:27 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
peace.gif
KeeKee wrote:
I'm awake, well sorta.  I hate it when you sleep all nite and still feel like you havn't gotton any rest.

I know what you mean.  That's how I feel every day when I wake up and sometimes I don't improve at all during the day.  For that reason, it is difficult to go to bed at night after having a good day...

KeeKee wrote:
I see now what your talking about.  You know I'll never understand why anyone would want the buttons at the bottom of the page  dontknow

Yeah, I think they could have placed the buttons better than they did.  Strange thing, most people don't question it until they see the buttons right below the message window...

KeeKee wrote:
I'm also going to want to do the same thing with the save as draft.

That won't be a problem when you are ready to install it...

KeeKee wrote:
Is there a way to make it go into the quick reply box from the script like you have it here?

You can use this MOD script.  It should move the buttons directly under the SQR message window...

Code:
##############################################################
## MOD Title: phpbbspell - SQR Add-on
## MOD Author:  Nightrider
## MOD Description: Spell checker SQR Add-on for PHPBB messages!
## MOD Version: 1.0.0
## Installation Level: easy (Please Use EasyMod)
## Installation Time: 1 Minute
## Files To Edit: 1
##                 templates/subSilver/viewtopic_quickreply.tpl
## Included Files: 0
##      
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All
## Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_quickreply.tpl
#
#-----[ FIND ]------------------------------------------
#
<script language="JavaScript" type="text/javascript">
#
#-----[ BEFORE, ADD ]------------------------------------------
#
<script language='javascript' src='spelling/spellmessage.js'></script>
#
#-----[ FIND ]------------------------------------------
#
<textarea name="message"
</span>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
   <tr>
     <td colspan="9" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="button" class="mainoption" value="SpellCheck" name="button" onclick="openspell();">&nbsp;<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />&nbsp;<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
   </tr>
#
#-----[ FIND ]------------------------------------------
#
{S_HIDDEN_FORM_FIELDS}
#
#-----[ REPLACE WITH ]------------------------------------------
#
     <td class="catBottom" colspan="2" align="center" height="28">&nbsp;</td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 10:30 PM Reply with quote
Citation
KeeKee
Citation
Posts 940
Word Cnt. 48,215
BDay Mar 4
Sign Pisces
Sex Sex:Female
Joined: Mar 20, 2006
Local time: 5:25 PM
usaCa.gif
That moved the buttons where they belong.  Thanks.
Guess I'll start on the other boards tomorrow.  I never could get myself together today so stayed away from the computer.
Hopefully won't be so stiff and tired tomorrow.
Back to Top
View user's profile Find all posts by KeeKee Send private message   Visit poster's website Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/08/2006 10:42 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
peace.gif
KeeKee, it sounds like you are going through a bad cycle.  I hope it is short lived and you feel much better tomorrow...

Did you test to make sure that the Spellcheck button worked correctly in the SQR window?  I wasn't sure what would happen...

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/09/2006 11:31 AM Reply with quote
Citation
KeeKee
Citation
Posts 940
Word Cnt. 48,215
BDay Mar 4
Sign Pisces
Sex Sex:Female
Joined: Mar 20, 2006
Local time: 5:25 PM
usaCa.gif
I did forget to check that one last nite but just did and it works fine.

I'm pretty darn sore and stiff today so won't be excersising (some stretching)  but the thought processes seem clearer so will work on the boards.  I always felt like fibro and allergies are related and think I brought this bout on because for a week now I have been eating anything and everything (esp processed) can be stuffed but still want to eat more.  Seems like when the digestion gets messed up everything else goes haywire.   Have you ever tried staying away from anything processed for a couple weeks? It makes a big difference for me.

The plans are to get the spell check in all boards today and then tomorrow the save as draft.

I still have to find the right photo album and a buddy list and ignore thing and I will be done with the request.
Back to Top
View user's profile Find all posts by KeeKee Send private message   Visit poster's website Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/09/2006 9:36 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
peace.gif
Now that you worked out all Spellcheck issues on your Test board, the install on your Live boards should go fairly easily.  I wish you all the luck with it......

I don't imagine that the Save As Draft MOD will be that difficult either.  What have you considered for a Photo Album?  I have both the Coppermine Gallery and Smartor's Photo Album installed here.  The latter gets mostly ignored though since few people even know that it exists...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Spellcheck Problems...
PostPosted: 11/09/2006 10:25 PM Reply with quote
Citation
KeeKee
Citation
Posts 940
Word Cnt. 48,215
BDay Mar 4
Sign Pisces
Sex Sex:Female
Joined: Mar 20, 2006
Local time: 5:25 PM
usaCa.gif
I'm not connecting real well today.  so plans are being held up. (not like I"m not used to such things) but I should finish up tomorrow.

I clicked on gallery in the header.  Not sure I like coppermine.  I tried to get back here thru the address bar since couldn't find a button.  I was  hysterical2   at those little stick guys.  Thats a cool one  LOL.

Where is the Smartors one?    I really don't want to go off my site for one, don't want to send people to other's ads ya know.

I downloaded the one from the phpbb mods but havn't seen a demo of it.
Back to Top
View user's profile Find all posts by KeeKee Send private message   Visit poster's website Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

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 cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3, 4, 5, 6  Next
Page 5 of 6


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1014s (PHP: 57% - SQL: 43%) - SQL queries: 57 - GZIP disabled - Debug on