User login

WYSIWYG API

TinyMCE in WYSIWYG API destroys HTML it does not like no matter what the settings

A client wanted to center an embedded video and was disabling rich text in order to add tags around it to center it. Save it and it works, but edit the node and the WYSIWYG would strip the new tags and break the formatting on save. Granted, these are deprecated tags that were being used but it is not the WYSIWYG's place to be enforcing that.

Unchecking Paste from Word button and unchecking all of these and TinyMCE still deletes center or div align="center" tags.

WYSIWYG module gotcha: after upgrading or changing editors, delete profiles to resume

If you change wysiwyg editors, you have to delete the profiles and start anew.

wysiwyg drupal cannot select editor

Editor selectbox disabled
http://drupal.org/node/487848

SStoring third-party libraries outside the upgrade path

Definitely best practice for all libraries that cannot be included on Drupal.org due to GPL or other reasons.

Dan discovers in the FCKeditor WYSIWYG documentation

Extract the archive and copy its contents into a new folder in the following location:
sites/all/libraries/fckeditor

So the actual library can be found at:
sites/all/libraries/fckeditor/fckeditor.js

Sweet! If only they were all consistent!

Syndicate content