Category: webEdition

24.04.2014

# webEdition needs some .htaccess magic to make SEO-optimized but physical-not-existing urls/files like /de/rezensionen/2012/jan-k.html accessable RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /webEdition/redirectSEOurls.php [L] ErrorDocument 404 /webEdition/redirectSEOurls.php

24.04.2014

[cc lang=”html” escaped=”true” width=”500″] o Eine Liste aller Rezensionsobjekte (Klassen ID 5) o in der Reihenfolge wie diese veröffentlicht wurden order=”we_published”, alternative: zufällige reihenfolge: order=”random()” o mit der in webEdition ausgewählten sprache (languages=”top”) o ein button welcher auf das Objekt […]

22.04.2014

to install an app in webedition you will have to: 1. ssh-wget download / or ftp upload the app to the webEdition/apps folder. (do not unpack it / the apps / the *.tgz) you can download the available (currently only […]

01.04.2014

Tastenkombinationen (Shortcuts) Dokumente, Vorlagen, Objekte, Klassen Beschreibung Tastenkombination Speichern Strg + S Veröffentlichen Strg + Shift + S Schließe Dokument Strg + F4 / Strg + W Dialoge Beschreibung Tastenkombination Bestätigen Strg + Enter Abbrechen/Schließen Escape Credits / Source: http://documentation.webedition.org/wiki/de/webedition/shortcuts/start

12.03.2014

You can specify a time – when a certain document should be published! wow! I am not shure if Joomla can do that! (wordpress can do that too) 😀 in Typo3 you can set start and stop dates…    another nice […]

12.03.2014

http://www.webedition.org/de/webedition-cms/versionshistorie/webedition-6/ In diesem Bereich finden Sie die webEdition-Versionshistorie zur Version 6.Hinweis: Wir empfehlen die Deaktivierung des Caches in allen derzeitigen WE-Versionen aus folgenden Gründen: Der derzeitige Cache weist konzeptionelle Probleme auf, die praktisch irreparabel sind Er verlangsamt viel Sites statt […]

25.02.2014

example code: how to manually access the database of webEdition. wo speichert webEdition Datenbank Zugangsdaten? Where does webEdition save database credentials username password? vim /var/www/webEdition/we/include/conf/we_conf.inc.php so setzt webEdition mysql queries ab: Beispiel: we_listview_object.class.php $this->DB_WE->query($q); oder auch hier: [cc lang=”php” escaped=”true” […]

03.02.2014

if you try to restore a webEdition backup and it keeps doing nothing (no harddisk, network activity = stuck) try to uncheck as much as possible in the “Restore-Options / Wiederherstellungs-Optionen”   … well unfortunately… things kept “hanging” during rebuild.

28.01.2014

In webEdition 6.2.7 (in newer versions this might be fixed) this does not work: <we:ifField name=”Archiv” type=”checkbox” match=”0″ operator=”equal”> but this workaround works: <!DOCTYPE html> <html> <head> <we:charset defined=”UTF-8″>UTF-8</we:charset> </head> <body> <we:listview type=”object” classid=”4″> <we:repeat> <we:ifField name=”Archiv” type=”checkbox” match=”1″ operator=”less”> […]