 
 
First congratulations for this great MOD !! :wink:
I'm trying to install it in my Forum but I have a problem with the SQL statement when I run it in the phpMyAdmin.
This is the part when I have the problem.
 
 
- Code: Alles auswählen
- CREATE TABLE `phpbb_lexicon` (
 `id` bigint(8) NOT NULL auto_increment,
 `keyword` varchar(250) NOT NULL default '',
 `explanation` longtext NOT NULL,
 `bbcode_uid` varchar(19) NULL,
 'cat' int(8) NOT NULL default '1'
 PRIMARY KEY (`id`)
 ) TYPE=MyISAM;
 INSERT INTO `phpbb_lexicon` VALUES (1, '1th example', 'This is a testentry to example the character-navigation.<br />By default the numbers does not shown. They only will display if exist a entry.');
 INSERT INTO `phpbb_lexicon` VALUES (2, 'Testentry', 'This is another entry to example the lexicon.');
The rest I run without problems.
 
 
Thanx for your help and sorry for my bad english.
 
 
What I have to do ?
 
 
I attach the ERROR in my phpMyAdmin.









 Are u very sure that are ok ?
   Are u very sure that are ok ?  