 | Re: Spellcheck Problems... |  |
Posted: 11/07/2006 11:39 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 1:37 AM |
|
|
|
|
|
| Citation |
| Posts |
940 |
| Word Cnt. |
48,215 |
| BDay |
Mar 4 |
| Sign |
Pisces |
| Sex |
 |
|
|
|
Joined: Mar 20, 2006
Local time: 5:25 PM
|

|
|
|
|
 |
| 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 |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 1:50 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yeah, I'm dragging too. I may not be awake much longer either. Good Night KeeKee...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 12:58 PM |
|
|
|
|
|
| Citation |
| Posts |
940 |
| Word Cnt. |
48,215 |
| BDay |
Mar 4 |
| Sign |
Pisces |
| Sex |
 |
|
|
|
Joined: Mar 20, 2006
Local time: 5:25 PM
|

|
|
|
|
 |
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
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 |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 3:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
| 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
|
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();"> <input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <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"> </td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 10:30 PM |
|
|
|
|
|
| Citation |
| Posts |
940 |
| Word Cnt. |
48,215 |
| BDay |
Mar 4 |
| Sign |
Pisces |
| Sex |
 |
|
|
|
Joined: Mar 20, 2006
Local time: 5:25 PM
|

|
|
|
|
 |
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 |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/08/2006 10:42 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/09/2006 11:31 AM |
|
|
|
|
|
| Citation |
| Posts |
940 |
| Word Cnt. |
48,215 |
| BDay |
Mar 4 |
| Sign |
Pisces |
| Sex |
 |
|
|
|
Joined: Mar 20, 2006
Local time: 5:25 PM
|

|
|
|
|
 |
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 |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/09/2006 9:36 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Spellcheck Problems... |  |
Posted: 11/09/2006 10:25 PM |
|
|
|
|
|
| Citation |
| Posts |
940 |
| Word Cnt. |
48,215 |
| BDay |
Mar 4 |
| Sign |
Pisces |
| Sex |
 |
|
|
|
Joined: Mar 20, 2006
Local time: 5:25 PM
|

|
|
|
|
 |
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 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 |
|
|
 | Information |  |
|