| View previous topic :: View next topic |
| Author |
Message |
delme2

Joined: 25 Jun 2004 Posts: 3
|
Posted: Sat Jun 26, 2004 10:00 pm Post subject: Auto Check Spelling = Annoyance |
|
|
Program is A+++ dont get me wrong. This is only a preference but it is very annoying (especially here) to be required to check the spelling of your posts. Takes forever to post -_- make it optional? _________________
 |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Sun Jun 27, 2004 12:43 am Post subject: |
|
|
/me slaps delme2 with a large trout
Check your Profile settings (right under allowing smilies in posts)
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
uberphreak
Joined: 16 Mar 2005 Posts: 2
|
Posted: Wed Mar 16, 2005 2:05 am Post subject: |
|
|
| Anyway we can get a feature on the admin control panel to set the default behavior to NOT auto check? even if we disable autocheck in the text file spell-gw.php, it still pops up a window... and completely disables auto check. I ahev some users that would LIKE to use auto check, but many more that dont want ANY pop-up at all, and it is a pain to tell them to change THEIR profiles. |
|
| Back to top |
|
 |
nuttzy99 Site Admin

Joined: 23 May 2004 Posts: 1068
|
Posted: Wed Mar 16, 2005 8:48 am Post subject: |
|
|
In version 1.6 there is a MOD included in the lite_version_and_addons folder called spellingcow_auto_off.txt. It will set the auto checker to be off by default, so only people that elect to turn it on will have it
-Nuttzy  _________________ <?php echo "something wicked awesome for my sig"; ?> |
|
| Back to top |
|
 |
uberphreak
Joined: 16 Mar 2005 Posts: 2
|
Posted: Wed Mar 16, 2005 1:57 pm Post subject: |
|
|
| Good deal. |
|
| Back to top |
|
 |
stewiegriffin
Joined: 04 Jun 2005 Posts: 1
|
Posted: Sat Jun 04, 2005 9:47 pm Post subject: |
|
|
| I already installed spellingcow with easymod. And my users are complaining about it auto checking. Is there a way to make it so the default is to not auto check? |
|
| Back to top |
|
 |
java1
Joined: 02 Jul 2005 Posts: 1
|
Posted: Sun Jul 03, 2005 6:00 pm Post subject: |
|
|
| nuttzy99 wrote: | In version 1.6 there is a MOD included in the lite_version_and_addons folder called spellingcow_auto_off.txt. It will set the auto checker to be off by default, so only people that elect to turn it on will have it
-Nuttzy  |
I used Easymod to install Spelling Cow 1.6.0 on my phpBB V=2.0.16. I would rather not have the spell checker open each time a person wants to post.
I understand that Spelling Cow Lite offers this options as I have read above.
My question is, can I now use Easymod to install Spelling Cow lite and will I then have the option of changing the default through admin, or, is it still an individuals profile that must be changed? |
|
| Back to top |
|
 |
fanzone
Joined: 24 Jul 2005 Posts: 1
|
Posted: Sun Jul 24, 2005 4:03 pm Post subject: |
|
|
| nuttzy99 wrote: | /me slaps delme2 with a large trout
Check your Profile settings (right under allowing smilies in posts)
-Nuttzy  |
I installed the spelling cow along with easymod and it works just fine, but like others are saying people on my forums say it is annoying. I have looked under the smilies option in the profile and there is NO option to turn this off. What is the best way to uninstall it? I tried selecting the uninstall option in easymod but it will not uninstall.. I want this off or gone any help would be appreciated! |
|
| Back to top |
|
 |
Gorthal
Joined: 19 Sep 2004 Posts: 38
|
Posted: Mon Aug 01, 2005 10:15 am Post subject: |
|
|
ALTER TABLE phpbb_users MODIFY user_autospell TINYINT( 1 ) DEFAULT '0' ;
UPDATE `phpbb_users` SET user_autospell=0 WHERE 1 ;
Two simply SQL queries included in the MOD to turn off spell checking by default. Just use phpMyAdmin, another database utility, or use EasyMod to install the spellingcow_auto_off mod which comes with the lite versions. |
|
| Back to top |
|
 |
|