 |
 |
 |
 |
#130032 - 12/19/01 01:50 PM
Spell CHeck
|
Member
Registered: 12/24/00
Posts: 77
|
My spell check does not work. This is my vars_wordlets_mods.cgi file. Is it the problem? I am running UBB version 6.01
%vars_wordlets_mods = ( spell_check => q~Check Spelling~, anchor_thanks => "Hold on, sending you back to:", ubbnews_cp_title => "UBBNews Settings", ubbnews_unknown => "Unknown UBBNews session.", ubbnews_off => "News System is OFF", ubbnews_postedon => "posted on", ubbnews_byperson => "by", ubbnews_replies => "Replies", ubbnews_more => "Read More ...", mod_wordlets => "Modifications Wordlets" ); 1; Thanks, Ed
<font color="#000000" size="1">[ 12-19-2001 01:52 PM: Message edited by: Ed ]</font>
_________________________
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#130033 - 12/19/01 01:55 PM
Re: Spell CHeck
|
Member
Registered: 04/25/01
Posts: 224
|
You're missing a comma. It should be:
mod_wordlets => "Modifications Wordlets",
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Ed: My spell check does not work. This is my vars_wordlets_mods.cgi file. Is it the problem? I am running UBB version 6.01
%vars_wordlets_mods = ( spell_check => q~Check Spelling~, anchor_thanks => "Hold on, sending you back to:", ubbnews_cp_title => "UBBNews Settings", ubbnews_unknown => "Unknown UBBNews session.", ubbnews_off => "News System is OFF", ubbnews_postedon => "posted on", ubbnews_byperson => "by", ubbnews_replies => "Replies", ubbnews_more => "Read More ...", mod_wordlets => "Modifications Wordlets" ); 1; Thanks, Ed
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">
<font color="#000000" size="1">[ 12-19-2001 01:57 PM: Message edited by: freeTV ]</font>
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|