Ich habe nun ehwig damit verbracht das problem zu lösen, wie ich zwishcen html und visuellem modus wechseln kann. es war nämlich der button html nicht anklickbar und es jedes mal im profil zu ändern war mir auch zu mühsam.
Schließlich bin ich auf folgende seite gestroßen: WordPress › Support WPG2 and WP 2.7 RC1 - WYSIWYG
Hier wird gesagt, das es mit dem wpg2 plugin zusammen hängt.
ZitatAlles anzeigeni updated to the newest wordpress version yesterday, and figured out that the WYSIWYG Bug depends on an obsolete function call in the language files of wpg2. It seems the original (english) lang file is already up to date, so the bug only affect to non english users like me. But it doesn't matter, here is a simple workaround...
Just go to the folder "/wp-content/plugins/wpg2/g2image/langs/" of your wordpress installation, there should be a xx.js for your language. In my Case the german file de.js. Open the file in a text editor of your choice and replace:
tinyMCE.addToLang
with:
tinyMCE.addI18n
thats the new name of the new multilang function in tinymce. Don't touch everything before or after this string. Save / upload and replace the old file, and now the WYSIWYG should work fine.
Rgds, Bjoern
Wenn man das so macht, dann funktionierts :-)
PS: Ich hoffe mal das ihr alle so viel englisch könnt um das umzusetzten ;-)
PPS: Ich weiß nicht wie man den status auf gelöst setzt, aber bitte macht das.