Quote:
Originally Posted by tamarian
I have not thought about unregistered users, so I might make room for that in a future update.
If you want to enable it now, add 0 to the allowed usergroups (if it's not there) and comment out this line from checkspelling.php (line 14)
Chenge from:
if ($bbuserinfo['userid'] == 0) exit;
To this:
//if ($bbuserinfo['userid'] == 0) exit;
Be caureful that your editor should not add any end of line characters.
|
Works great! Thanks so much for your support. We ended up leaving the learning feature off for now because we don't want our users to accidently place certain words in their custom dictionary.
I do have one question though. I run a satellite forum and we have a lot of terms that only pertain to the satellite industry. Is there a place where I can put universally ignored words? I looked in the files but couldn't find a place to put them except for where you have the code to ignore the QUOTE tags.