Upgrade Your Drupal Skills

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

See Advanced Courses NAH, I know Enough

Allow classes and ids in the new CKEditor

Parent Feed: 

One of the first things I usually need to do when installing a new Drupal site, is to change the settings in the new (version>4) CKEditor so that I can type classes and ids and not have them strip out.

To do this, do the following:

  • Go to Configuration -> CKEditor -> Full profile (orĀ admin/config/content/ckeditor/edit/Full) or other profile that you use
  • Under Advanced Options, in the field Custom Javascript configuration, type:
config.allowedContent = true; 

This is caused by the new Advanced Content Filter in CKEditor 4.

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