diff --git a/install.xml b/install.xml index bea71fc3..4aea66aa 100644 --- a/install.xml +++ b/install.xml @@ -134,6 +134,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar Replace chmod with phpbb_chmod in uploader where needed Added feature to open external links in a new window Merged nickvergessen's phpbb3-tools-trim-message replacing old get_sub_taged_string function + Random members block will not be installed by default Fehlendes IF $S_BLOCK_ICON hinzugefügt @@ -161,6 +162,7 @@ Weitere Sprachen kannst in unserem Internationalen Forum finden: http://www.boar chmod mit phpbb_chmod ersetzt in Upload Modul Möglichkeit externe Links in einem neuen Fenster zu öffnen hinzugefügt nickvergessen's phpbb3-tools-trim-message hinzugefügt - ersetzt die alte Funktion get_sub_taged_string() + Zufällige Mitglieder Block wird standardmäßig nicht installiert diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index dc7f102e..600445f7 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -745,7 +745,6 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio 'portal_birthday_list' => array(1, 3), 'portal_clock' => array(1, 4), 'portal_search' => array(1, 5), - 'portal_random_member' => array(1, 6), 'portal_attachments' => array(1, 7), 'portal_topposters' => array(1, 8), 'portal_latest_members' => array(1, 9),