7.10.09

Fer aparèixer el botó de justificat a FCKEditor

Instal·lant el FCKEditor a Drupal 6 normalment no apareix el botó de justificat. Per afegir-lo he seguit els consell de How to add the "Justify" button to the toolbar, que són bàsicament:

1) Edit the file fckeditor.config.js located at:
profiles/satellite/modules/fckeditor/

2) Go to line 81

['JustifyLeft','JustifyCenter','JustifyRight','DrupalBreak'],

and change it by adding 'JustifyFull', as follows:

['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','DrupalBreak'],
Addicionalment en alguns casos, haurem d'anar a la configuració del mòdul i escollir un perfil on aparegui el botó, jo he triat el "Default" ja que els perfils DrupalFull, DrupalDeafault, etc. no apareix el botó.