Archiv für 12. Februar 2007

To enable/disable the WYSIWYG Editor in Wordpress, go to the “profile” page - right at the bottom of this page is a checkbox to do so.

Um den WYSIWYG Editor in Wordpress zu aktivieren/deaktivieren, geh zur “Benutzer” Seite - am unteren Ende dieser Seite findet sich die Option zum ändern dieser Einstellung.

Falls ihr Probleme mit dem Upload der CSV Files in Letterman habt, da die Eingaben nicht erkannt werden, dann macht folgendes:

If you have Problems with CSV Files in Letterman, cause the Data isn´t recognized, do this:

1. Suche die Datei joomla/administrator/components/com letterman/admin.letterman.php

1. Go to joomla/administrator/components/com letterman/admin.letterman.php

2. Suche
2. Search for
PHP-Code:
($_FILES['cvsfile']['type'] == "application/octet-stream") ||

3. Füge eine Zeile darüber folgendes ein:
3. Copy the following code in the Line above:
PHP-Code:
($_FILES['cvsfile']['type'] == "text/plain") ||

4. Öffne das CSV deiner wahl in einem Texteditor und ändere alle “,” in “;” (einfach mit der Funktion “suchen und ersetzen”)

4. Open your CSV file in a Texteditor and change all “,” in “;” (simply by “search and replace”)

5. Speicher die Datei als CSV oder als TXT

5. Save the File as a CSV or TXT file

6. Lade sie mit Letterman hoch - Fertig

6. Upload the File with Letterman - Done!


Visitor Map