Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.5
-
Fix Version/s: 4.7
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
As part of the updates to CKEditor in the 4.x series, the toolbar buttons for right justify, left justify, and center were moved out of the core library and into a separate CKEditor plugin.
This plugin should be included in the folder <civicrm install folder>/packages/ckeditor/plugins
To activate the justify buttons for the end-user, configuration needs to be changed as well. I did this by editing the file "/public_html/sites/all/modules/civicrm/packages/ckeditor/ckeditor.js" so that it includes the following:
jQuery(function()
{ CKEDITOR.config.extraPlugins = 'justify'; });
Directions on how to download the Justify plugin and related instructions are at: https://drupal.org/node/2007080