| View previous topic :: View next topic |
| Author |
Message |
angst911
Joined: 20 Jul 2004 Posts: 11
|
Posted: Tue Jul 20, 2004 7:55 pm Post subject: spelling cow on quick reply mod |
|
|
| Any way to make spelling cow activate for the quick reply mod for phpbb? |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Tue Jul 20, 2004 7:56 pm Post subject: |
|
|
Good idea. Send me a link to the one you are using and I'll tell you what to do
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
fuelslut_spellingcow
Joined: 20 Jul 2004 Posts: 1
|
|
| Back to top |
|
 |
angst911
Joined: 20 Jul 2004 Posts: 11
|
Posted: Tue Jul 20, 2004 8:39 pm Post subject: |
|
|
^^^^^
that was me. |
|
| Back to top |
|
 |
angst911
Joined: 20 Jul 2004 Posts: 11
|
Posted: Sun Jul 25, 2004 7:02 pm Post subject: |
|
|
| anything? |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Mon Jul 26, 2004 10:36 am Post subject: |
|
|
Sorry, I've been working on EasyMOD. Will be resuming work on Spelling Cow this week. I'll see what I can do
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
angst911
Joined: 20 Jul 2004 Posts: 11
|
Posted: Mon Jul 26, 2004 11:03 am Post subject: |
|
|
| oh, what sort of progress on easymod are we actually seeing? Possible beta status? |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Mon Jul 26, 2004 1:21 pm Post subject: |
|
|
You'll see
/me grins evilly
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
angst911
Joined: 20 Jul 2004 Posts: 11
|
Posted: Fri Aug 06, 2004 5:46 pm Post subject: |
|
|
 |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Fri Aug 06, 2004 10:24 pm Post subject: |
|
|
Sorry, time has been at a premium lately. I should be able to do it this weekend. The more you remind me, the more likely I am to do it, so don't give up
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
odie3
Joined: 27 Aug 2004 Posts: 25
|
Posted: Fri Aug 27, 2004 4:08 pm Post subject: |
|
|
I am using Advanced Quick Reply Mod by RustyDragon <dev@RustyDragon.com> from http://www.phpbbhacks.com.
I truly would like this for the SpellingCow!
Thanks Odie3 |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Sat Aug 28, 2004 11:39 am Post subject: |
|
|
Heh, just letting you folks know that I've not forgotten about this. I just have to do a couple things that are really important before I can spend time on this.
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
odie3
Joined: 27 Aug 2004 Posts: 25
|
Posted: Sat Aug 28, 2004 12:04 pm Post subject: |
|
|
| Thanks for the update! I'll be ready when you have something to try out. |
|
| Back to top |
|
 |
Woody
Joined: 29 Aug 2004 Posts: 20 Location: England
|
Posted: Sun Aug 29, 2004 7:40 pm Post subject: |
|
|
HI, I know I'm new, so I hope ya don't mind me butting in, but I have just installed Spelling Cow and adapted it for use on my quick reply......
Here is how I did it:
| Code: |
####
#
# Adding Spelling Cow to Advanced Quick Reply Mod by RustyDragon
#
# Woody <woody@scoobler.com>
#
####
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/quick_reply.php
#
#-----[ FIND ]---------------------------------
#
function checkForm() {
formErrors = false;
#
#-----[ BEFORE, ADD ]---------------------------------
#
// SPELLINGCOW - begin
function auto_check_spelling()
{
// if we are auto checking, set value to 2 so the submit from checkForm will fail; open the checker window
if (document.post.auto_spell_check.value == 1)
{
document.post.auto_spell_check.value = 2 ;
window.open('spell-gw.php?mode=load&form=post&auto=check&source=message&button=post&type=phpBB', '_spellcheck', 'HEIGHT=484,resizable=yes,scrollbars=yes,WIDTH=595');
}
}
// SPELLINGCOW - end
#
#-----[ AFTER, ADD ]---------------------------------
#
// SPELLINGCOW - begin
// if we set value to 2, then that means we are auto spell checking, so fail
if (document.post.auto_spell_check.value == 2)
{
// reset our value
document.post.auto_spell_check.value = 1 ;
return false;
}
// SPELLINGCOW - end
#
#-----[ FIND ]---------------------------------
#
<input type='button' name='quoteselected' class='liteoption' value='{L_QUOTE_SELECTED}' onclick='javascript:quoteSelection()'></td>
#
#-----[ REPLACE WITH ]---------------------------------
#
#
<input type='button' name='quoteselected' class='liteoption' value='{L_QUOTE_SELECTED}' onclick='javascript:quoteSelection()'>
<!-- SPELL CHECKER -->
<input type="hidden" name="auto_spell_check" value="{AUTO_SPELL}">
<input type="button" name="spellcheck" class="liteoption" value="Spell Check"
onClick="window.open('spell-gw.php?mode=load&form=post&source=message&button=post&type=phpBB', '_spellcheck', 'HEIGHT=484,resizable=yes,scrollbars=yes,WIDTH=595');"><br>
<style type="text/css"><!-- .spellcow, a.spellcow { font-size : 8px; color : #FFFFFF; } --></style>
<!-- Removal of the following line may result in suspension of the service by SpellingCow. Come on, linking back to us is not asking much but means a lot to us. Thanks! ;-) -->
<span class="spellcow">by <a href="http://www.spellingcow.com" target="_blank" class="spellcow">SpellingCow.com</a><a href="spell-gw.php" target="_blank" class="spellcow"></a><br>
<!-- SPELL CHECKER --></td>
#
#-----[ FIND ]---------------------------------
#
#
<input type='submit' name='post' class='mainoption' value='{L_SUBMIT}' >
#
#-----[ IN-LINE FIND ]---------------------------------
#
value="{L_SUBMIT}"
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------
#
onclick="javascript:auto_check_spelling()"
#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------------
# |
|
|
| Back to top |
|
 |
odie3
Joined: 27 Aug 2004 Posts: 25
|
Posted: Mon Aug 30, 2004 12:06 am Post subject: |
|
|
Works Great. However, one small issue with your code to find.
This:
| Code: | #-----[ IN-LINE FIND ]---------------------------------
#
value="{L_SUBMIT}"
#
|
Should Be This
| Code: | #-----[ IN-LINE FIND ]---------------------------------
#
value='{L_SUBMIT}'
#
|
Unless I made a change to this file that I do not recall. In anycase, it works great!!! Thank you Woody!!! |
|
| Back to top |
|
 |
|