GX-Bug #59303
Von Timo Backhaus vor etwa 6 Jahren aktualisiert
Die Teaser Slider werden nicht in die neuen Tabellen übernommen, wenn zum Zeitpunkt des Updates das EyeCandy Template aktiv ist. Wird vor dem Update auf Honeygrid umgestellt, bleiben diese jedoch erhalten. Wunsch: Beibehaltung der Teaser Slider unabhängig des derzeit aktiven Templates Betroffene Stelle: src/gambio_updater/updates/v3.3.1.0/dependent.inc.php (Zeilen 344 - 352 + 532 entfernen) ~~~ php // Get TEMPLATE_PRESENTATION_VERSION $currentTemplate = $this->query('SELECT `configuration_value` FROM `configuration` WHERE `configuration_key` = "CURRENT_TEMPLATE"', true)->fetch_row(); $templateSettingsFile = realpath(__DIR__ . '/../../../templates/' . $currentTemplate[0] . '/template_settings.php'); preg_match('/\'TEMPLATE_PRESENTATION_VERSION.*(\d+.\d+)/', file_get_contents($templateSettingsFile), $matches); // Is template responsive? if((double)$matches[1] >= 3.0) { ~~~