From bc87f3eb57bcea18917e76e01dbcd73131d3807a Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 5 Feb 2008 21:56:32 +0000 Subject: [PATCH] unreported: disable wordgraph on installation for performance reasons, the user has to decide to switch it on, some cleaning in the lang file --- languages/de/mods/lang_portal_acp.php | 2 +- root/install_portal/schemas/_schema_data.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/de/mods/lang_portal_acp.php b/languages/de/mods/lang_portal_acp.php index 9cbfe6de..677ba561 100644 --- a/languages/de/mods/lang_portal_acp.php +++ b/languages/de/mods/lang_portal_acp.php @@ -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', diff --git a/root/install_portal/schemas/_schema_data.sql b/root/install_portal/schemas/_schema_data.sql index 757b7dea..d5a02e4d 100644 --- a/root/install_portal/schemas/_schema_data.sql +++ b/root/install_portal/schemas/_schema_data.sql @@ -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');