unreported: disable wordgraph on installation for performance reasons, the user has to decide to switch it on, some cleaning in the lang file

This commit is contained in:
Kevin
2008-02-05 21:56:32 +00:00
parent 71cb5fbcda
commit bc87f3eb57
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ $lang = array_merge($lang, array(
// general
'ACP_PORTAL_GENERAL_INFO' => 'Portal Administration',
'ACP_PORTAL_GENERAL_INFO_EXPLAIN' => 'Danke das du dich für board3 Portal entschieden hast. Auf dieser Seite kannst du dein Portal verwalten. Diese Anzeige gibt dir einen schnellen Überblick über die verschiedenen Portal Einstellungen. Die Links auf der linken Seite dieser Anzeige ermöglichen dir alle Einstellungen, das Portal betreffend, zu kontrollieren.',
'ACP_PORTAL_VERSION' => 'Version v%s',
'ACP_PORTAL_VERSION' => 'Version v%s',
'ACP_PORTAL_GENERAL_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Hier kannst du die Haupteinstellungen vornehmen.',
'PORTAL_ADVANCED_STAT' => 'Erweiterte Statistik',

View File

@@ -53,7 +53,7 @@ INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_anno
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_global_announcements_forum', '2');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_wordgraph_word_counts', '0');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_wordgraph_max_words', '80');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_wordgraph', '1');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_wordgraph', '0');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_wordgraph_ratio', '18');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_minicalendar', '1');
INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_minicalendar_today_color', '//FF0000');