Hi there:
I am very new to this. I am using CKEditor 3.6.1.7072 in Drupal and I have no BiDi or RTL / LTR button or option neither on tool bar nor in Buttons and plugins. Would somebody help me with adding Right to Left writing capability step by step? Thank you,
A.
I am very new to this. I am using CKEditor 3.6.1.7072 in Drupal and I have no BiDi or RTL / LTR button or option neither on tool bar nor in Buttons and plugins. Would somebody help me with adding Right to Left writing capability step by step? Thank you,
A.
Re: There is no BiDi or RTL/LTR button or option or plugin
Normally you just add this code to your config.js file:
But if you want a button/function to switch between them, check this sample:
http://nightly.ckeditor.com/7612/_sampl ... uages.html
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: There is no BiDi or RTL/LTR button or option or plugin
Well thank you very much Seb. It took me a day to figure out the solution:
0. Using Drupal admin account in your-site.tld: Disable any CK Editor or WYSIWYG in your drupal site.
1. Add any RTL language such as Arabic, Hebrow, Farsi (Persian),... in your drupal site (for more information on multilingual Drupal site please watch p1 & p2 of this: http://www.youtube.com/watch?v=kH_DwwEQf0k)
2. Download the latest version of CK Editor from drupal site at: http://drupal.org/project/ckeditor
3. Download the latest version of CK Editor for drupal from this site at: http://ckeditor.com/download
4. Unzip both folder and "merge" them in a way that always the latest version either merges or replaces the old one
5. Rename the folder to (e.g.) "CKEditor" and then Upload the merged folder to /www/your-site.tld/sites/all/modules/
6. Using Drupal admin account in your-site.tld: Enable "CKEditor" module that you recently uploaded
All done!
Also make sure that:
a) admin/config/content/formats/full_html: check "wysiwyg user", giving users with that role access to the full HTML input format
b) admin/config/content/formats: drag "Full HTML" to the top of the list and click save, making that format the default for users who have access to it (this sets the default for new nodes you create)
c) admin/structure/types make sure that in each listed "content type", you go to "Manage fields" and edit "body" and "Default value" is set to "Full HTML" (this sets the default for all previous nodes from before)