hi
I have changed the text flow direction in the Tinymce from LTR to RTL easily by going to folder : plugins\tiny_mce and in the file tiny_mce.js changed this:
this._def("directionality","ltr")
changed to:
this._def("directionality","rtl")
and it is work excellent
But... when i send the post the site displays LTR.
Can anyone help me to understand how to change the direction of the text in the site also?
