Blog
The 'Go back to the form' link that the Drupal Webform module prints at the bottom of confirmation messages isn't always desirable, especially in the case of forms submitted by ajax using the Webform Ajax module.
On a recent project, the client desired to remove the 'Go back to the form' link, but only on ajax-enabled forms, something which can be achieved in the theme layer.
Drush can be used to run Feeds import jobs on Drupal cron when setting 'Periodic import' doesn't run the import.
While Feeds is an awesome Drupal module for importing data, it doesn't always work as advertised. One such shortcoming is running imports on cron.
One of the challenges of migrating content into a new Drupal site is the formatting that comes along with copied text, whether it comes from existing HTML or from a Word document.
The solution is to strip all formatting during pasting. It may take a little extra effort to reformat content in the WYSIWYG editor; however, the errant formatting is eliminated.
Force Plain Text Paste in CKEditor with Drupal WYSIWYG by using WYSIWYG’s ‘hook_wysiwyg_editor_settings_alter’ hook and CKEditor’s ‘forcePasteAsPlainText setting’.