anyway this is how i did it
create a DB for it
#-----[ OPEN ]------------------------------
#
....spellingspell_config.php
#
#-----[ FIND ]------------------------------------------
// ----------------------------------------------
// ----- Uncomment which ever line you need -----
// ----------------------------------------------
// $Spell_Config['DB_Type'] = 'PHPBB'; <--- comment this line
// $Spell_Config['DB_Type'] = 'Hivemail';
$Spell_Config['DB_Type'] = 'MySQL'; <---Uncomment this line
// $Spell_Config['DB_Type'] = 'PHPNuke';
// $Spell_Config['DB_Type'] = 'PSPELL';
// $Spell_Config['DB_Type'] = 'Invision';
// $Spell_Config['DB_Type'] = 'vBulletin';
// $Spell_Config['DB_Type'] = 'phpMail';
// ----------------------------------------------
// You only need to change only for Native MySQL
// support! Otherwise you are waisting your time
// as the other built in supported methods
// already sets these up.
// ----------------------------------------------
$Spell_Config["DB_Username"] = " your DB user name";
$Spell_Config["DB_Password"] = "your DB password";
$Spell_Config["DB_Database"] = "name of the DB you created a for it";
$Spell_Config["DB_Host"] = "localhost";
// ----------------------------------------------
Then u just go to the Admin Index, Forum Admin, Spellcheck & install new Dictionary & it should use the new DB if u got everything right
also will have to drop the phpbb_spelling_words from your forum DB or before u change anything Clear Existing Dictionary so its not so big.
if any1 wants to rewrite this in a better way go for itStatistics: Posted Author: a_lunatic — Wed May 17, 2006 11:37 am
]]>