Fehler ist bereists zu anfangs in der "install_kb_tables.php"
Code: Alles auswählen
CREATE TABLE phpbb_kb_votes ( votes_ip varchar(50) NOT NULL default "0", votes_userid int(50) NOT NULL default "0" votes_file int(50) NOT NULL default "0" ) TYPE=MyISAM
ersetzen durch
CREATE TABLE phpbb_kb_votes ( votes_ip varchar(50) NOT NULL default "0", votes_userid int(50) NOT NULL default "0", votes_file int(50) NOT NULL default "0" ) TYPE=MyISAMCode: Alles auswählen
if ( file_exists( $phpbb_root_path . "templates/".$theme['template_name']."/images" ) )
{
// ----------
// $current_template_images = $module_root_path . "templates/".$theme['template_name']."/images" ;
$current_template_images = $phpbb_root_path . "templates/".$theme['template_name']."/images" ;
// ----------
}
else
{
// ----------
// $current_template_images = $module_root_path . "templates/"."subSilver"."/images" ;
$current_template_images = $phpbb_root_path . 'templates/subSilver/images' ;
// ----------
}Weiterhin zeig der Mod im ACP die Sprachausgabe der "lang_kb.php" in der linken Auswahlleiste nicht richtig an.
- Knowledge Base
Art man
Cat man
Konfiguration
Types man
Grundsätzlich halte ich den Mod für ein Standartforum als sehr wichtig und würde mich freuen, wenn man mir etwas bei der Bugsbehebung unter die Arme greifen könnte.
Den Mod lade ich mal als Anlage mit hoch.

