Hiermit: http://www.gambio-forum.de/threads/6230-Include-in-Artikel-Contentdetail-Editor-(TAB) kannst du auf beliebigen Seiten Content einpflegen, der auch noch im Contentmanager pflegbar ist...Damit hab ich da Text reingebracht --- Ein Dank an Avenger bei der Gelegenheit nochmal!
Nach dem Logout auf Startseite weiterleiten ( Antwort im Gambio Forum vom 03.06.2011) Im Shopverzeichnis in der Datei logoff.php suche: Code: // BOF GM_MOD: if(!isset($_GET['logoff'])) xtc_redirect('logoff.php?logoff=1'); ändere in: Code: // BOF GM_MOD: if(!isset($_GET['logoff'])) xtc_redirect('index.php'); Aber wie funktioniert das in der Shopversion 2.2.0.0 ??
shop_version=v2.3.3.1 Nach dem Logoff wieder auf die Startseite springen : Suche Datei : System/ classes/ Accounts/ LogoffContentControl.inc.php aus Zeile 183 : $redirectUrl = 'logoff.php?logoff=1'; wird : $redirectUrl = 'index.php?logoff=1';