Profildaten ändern ein.', 12)"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Einstellbare Pflichtfelder hinzugefügt."; break; case "0.1.1": // SQL queries for v0.1.1 $SQLs[] = "UPDATE "._MYSQL_PREFIX."_extensions SET ext_has_css='Y' WHERE ext_name='register' AND ext_has_css='N' LIMIT 1"; // This update depends on sql_patches update! $EXT_UPDATE_DEPENDS = "sql_patches"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "CSS-Datei kann per Admin-Bereich ein- und ausgeschaltet werden."; break; case "0.1.3": // SQL queries for v0.1.3 // This update depends on sql_patches update! $EXT_UPDATE_DEPENDS = "sql_patches"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Standart Referral-ID kann per Admin-Bereich eingestellt werden (war vorher nur in modules.php und index.php direkt eingebbar.)"; break; case "0.1.4": // SQL queries for v0.1.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Wegen des Theme-Supportes hat sich die URL zur CSS-Datei geändert."; break; case "0.1.5": // SQL queries for v0.1.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Konfiguration der Pflichtangaben ausgelagert in Template"; break; case "0.1.6": // SQL queries for v0.1.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist."; break; case "0.1.7": // SQL queries for v0.1.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist."; break; case "0.1.8": // SQL queries for v0.1.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist."; break; case "0.1.9": // SQL queries for v0.1.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Pflichtfelder wieder eingebaut (waren irgentwie ausgebaut???)"; break; case "0.2.0": // SQL queries for v0.2.0 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen beseitigt."; break; case "0.2.1": // SQL queries for v0.2.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Menüpunkte im Gast-/Mitgliedsbereich können nicht mehr aufgerufen werden, wenn die Erweiterung deaktiviert ist."; break; case "0.2.2": // SQL queries for v0.2.2 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Sämtliche Sperren bei eingeloggten Admin deaktiviert."; break; case "0.2.3": // SQL queries for v0.2.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Cookie refid aus Anmeldeformular entfernt."; break; case "0.2.4": // SQL queries for v0.2.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Design "Solid-Business" eingebaut."; break; case "0.2.5": // SQL queries for v0.2.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Seit Patch 340 überflüssige HTML-Tags entfernt."; break; case "0.2.6": // SQL queries for v0.2.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "IP-Nummer und Browserbezeichnung wird in Admin-Mails eingesetzt."; break; case "0.2.7": // SQL queries for v0.2.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Referral-ID wird endlich korrekt gesetzt."; break; case "0.2.8": // SQL queries for v0.2.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Parse error in what-register.php beseitigt."; break; case "0.2.9": // SQL queries for v0.2.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Anrede "Firma" hinzugefügt."; break; case "0.3.0": // SQL queries for v0.3.0 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Wörter Mailtausch, Mailtausches und Mailtauscher sind austauschbar."; break; case "0.3.1": // SQL queries for v0.3.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Email-Adresse wird vor dem Speichern auf G¨tigkeit hin getestet."; break; case "0.3.2": // SQL queries for v0.3.2 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Einbindung der Erweiterung country, die Sie sich noch optional von meiner Seite herunterladen müssen.

Wichtig: Laden Sie noch das Template guest_register.tpl mit hoch, welches unter templates/".GET_LANGUAGE()."/html/guest/ zu finden ist!"; // Depends on 'country' $EXT_UPDATE_DEPENDS = "country"; break; case "0.3.3": // SQL queries for v0.3.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Es werden dem Mitglied nur aktivierte Ländercodes zur Auswahl angeboten."; break; case "0.3.4": // SQL queries for v0.3.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Auf Grund der Integration der neue Erweiterung country in die Anmeldephase klappte die Anmeldung nicht. Die dazu nütige Verknüpfung ist nun eingebaut und die Anmeldung klappt wieder. Vielen Dank nochmals an den Bug-Reporter (Fehlermelder)!"; break; case "0.3.5": // SQL queries for v0.3.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Design wird nach Anmeldung auch endlich im Mitgliedsmenü übernommen."; break; case "0.3.6": // SQL queries for v0.3.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehlermeldung Fatal error: Call to undefined function: get_theme() in /../../guest/what-register.php on line 190 beseitigt."; break; case "0.3.7": // SQL queries for v0.3.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehlermeldung Fatal error: Call to undefined function: get_curr_themee() in /../../guest/what-register.php on line 190 beseitigt."; break; case "0.3.8": // SQL queries for v0.3.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Weitere SQL-Befehle abgesichert."; break; case "0.3.9": // SQL queries for v0.3.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern von Einstellungen repariert."; break; case "0.4.0": // SQL queries for v0.4.0 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Abspeichern von Einstellungen repariert."; break; case "0.4.1": // SQL queries for v0.4.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Vorbereitung auf die neue Mediendaten v0.0.4."; break; case "0.4.2": // SQL queries for v0.4.2 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD register_default ENUM('Y', 'N') NOT NULL DEFAULT 'N'"; $SQLs[] = "UPDATE "._MYSQL_PREFIX."_admin_menu SET what='config_register2' WHERE what='config_reg' LIMIT 1"; // Update notes (these will be set as task text!) $UPDATE_NOTES = "Bei der Anmeldung kann die Standart-Auswahl zwischen Ja/Nein umgeschaltet werden. Das Ändern des Templates templates/".GET_LANGUAGE()."/html/guest/guest_register.tpl ist nicht mehr nötig."; break; case "0.4.3": // SQL queries for v0.4.3 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Parser-Error in inc/modules/guest/what-register.php beseitigt."; break; case "0.4.4": // SQL queries for v0.4.4 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Anmeldefehler (EMail-Adresse war immer ein Ausrufezeichen) beseitigt."; break; case "0.4.5": // SQL queries for v0.4.5 // Update notes (these will be set as task text!) $UPDATE_NOTES = "if-Anweisungen auf Funktion empty() umgestellt."; break; case "0.4.6": // SQL queries for v0.4.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Einstellung nach ".POINTS."-Einstellungen verlagert."; break; case "0.4.7": // SQL queries for v0.4.7 // Update notes (these will be set as task text!) $UPDATE_NOTES = "set_session() mit @-Zeichen gegen ungewollte Ausgaben abgesichert."; break; case "0.4.8": // SQL queries for v0.4.8 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Hash-Erstellung von md5() auf bessere Funktion generateHash() umgestellt."; break; case "0.4.9": // SQL queries for v0.4.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Problem mit nicht anzeigbaren Kategorien in der Anmeldung beseitigt."; break; case "0.5.0": // SQL queries for v0.5.0 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehlermeldung Fatal error: Call to undefined function REGISTER_ADD_CATEGORY_TABLE() in {!PATH!}/inc/modules/guest/what-register.php on line 434 beseitigt."; break; case "0.5.1": // SQL queries for v0.5.1 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Mail-Template register-member.tpl gefixt. Danke an wliepe für die Fehlerfindung!"; break; case "0.5.2": // SQL queries for v0.5.2 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Fehlerhinweis bei deaktivierter Erweiterung verbessert."; break; } break; default: // Do stuff when extension is loaded $dummy = LOAD_CONFIG(); $_CONFIG = array_merge($_CONFIG, $dummy); unset($dummy); break; } // Language file prefix $EXT_LANG_PREFIX = "register"; // Extension is always active? $EXT_ALWAYS_ACTIVE = 'N'; // ?>