Problema instalare Knowledge Base
Scris: 03-Ian-2010, 00:22:13
includes/functions.php
Find--------------------------------------------------------------------------------Cod: Selectaţi tot
'U_SEARCH' => append_sid("{$phpbb_root_path}search.$phpEx"),
Add AfterThe Find specified by the MOD could not be foundCod: Selectaţi tot
'U_KB' => append_sid("{$phpbb_root_path}" . KB_FOLDER . '/'),
includes/functions_user.php
Find--------------------------------------------------------------------------------Cod: Selectaţi tot
TOPICS_TABLE => array('topic_first_poster_name', 'topic_last_poster_name'),
Add AfterThe Find specified by the MOD could not be foundCod: Selectaţi tot
KB_CATEGORIE_TABLE => array('last_article_poster_name'),
includes/acp/acp_forums.php
Find--------------------------------------------------------------------------------Cod: Selectaţi tot
$sql = 'DELETE FROM ' . ACL_USERS_TABLE . ' WHERE forum_id = ' . (int) $forum_data['forum_id']; $db->sql_query($sql); $sql = 'DELETE FROM ' . ACL_GROUPS_TABLE . ' WHERE forum_id = ' . (int) $forum_data['forum_id']; $db->sql_query($sql);
Replace WithThe Find specified by the MOD could not be foundCod: Selectaţi tot
$sql = 'DELETE FROM ' . ACL_USERS_TABLE . ' WHERE forum_id = ' . (int) $forum_data['forum_id'] . ' AND is_kb = 0'; $db->sql_query($sql); $sql = 'DELETE FROM ' . ACL_GROUPS_TABLE . ' WHERE forum_id = ' . (int) $forum_data['forum_id'] . ' AND is_kb = 0'; $db->sql_query($sql);
language/en/common.php
Find--------------------------------------------------------------------------------Cod: Selectaţi tot
'YOU_NO_NEW_PM' => 'No new private messages are waiting for you.',
Add AfterThe Find specified by the MOD could not be foundCod: Selectaţi tot
'KNOWLEDGE_BASE' => 'Knowledge Base',
styles/prosilver/theme/colours.css
Find--------------------------------------------------------------------------------Cod: Selectaţi tot
.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }
Add AfterThe Find specified by the MOD could not be foundCod: Selectaţi tot
.icon-kb { background-image: url("{T_THEME_PATH}/images/icon_kb.gif"); }
Folosesc stilul proSilver.. de ce nu pot totusi sa instalez acest MOD?