Upgrade Your Drupal Skills

We trained 1,000+ Drupal Developers over the last decade.

See Advanced Courses NAH, I know Enough

Making cck multi-field, ajax and ckeditor work nicely together

Parent Feed: 

The problem:
When clicking "add more values" to add another field to a cck multi-value field, and if you're using ckeditor, the existing multi-value fields will disappear.

So, if you have cck multi-field, and must use ckeditor, here are 3 useful things to do:

  1. Detach the ckeditor instances before attaching them again:
    http://drupal.org/node/712846

  2. Set rtl / ltr:
    http://drupal.org/files/issues/457620-ckeditor-direction.patch

  3. In the wysiwyg module's profiles, set the css to be used to "define css" - then it will load again after ajax is run.

Original Post: 

About Drupal Sun

Drupal Sun is an Evolving Web project. It allows you to:

  • Do full-text search on all the articles in Drupal Planet (thanks to Apache Solr)
  • Facet based on tags, author, or feed
  • Flip through articles quickly (with j/k or arrow keys) to find what you're interested in
  • View the entire article text inline, or in the context of the site where it was created

See the blog post at Evolving Web

Evolving Web