I would LOVE to have text direction flexibility in my forums and wiki. It would make all the difference. Can you add this as a feature? It seems to require the activation of the html bdo tag throughout the site, forums, wiki.
The technical info:
The html for “bi-directional” (bdo) technique for switching directions in the middle of a div has just come to my attention:
<bdo dir="rtl"> فارسی </bdo>
It works great in html. So, I can use it in my templates. It kind of works in the weblog entries. The direction is in order. Somehow it doesn’t line up on the right side of the page, though, even when I add in an align=“right” attribute, like so.
<bdo dir="rtl" align="right"> فکر نکنم. اگر کار بکنه، خیلی خوشحال میشوم. </bdo>
It doesn’t work in the wiki, which is one place I want it to work. I tried using brackets[] instead of <>, but that didn’t work.
[bdo dir=“rtl”] فکر نکنم. اگر کار بکنه، خیلی خوشحال میشوم. [/bdo]
And it doesn’t work in the forum.
<bdo dir=“rtl” align=“right”> فکر نکنم. اگر کار بکنه، خیلی خوشحال میشوم. </bdo>
(You can tell, because the period is at the right of the sentence. The punctuation is a giveaway. your text is moving the way it does, but the punctuation is what is set to the rtl or ltr flow.
Hopefully this is an easy feature for you geniuses to add! It would make expression engine great for arabic, persian and hebrew users!
Thanks!
PS, this is my first formal feature request. A personal historic moment. I’m going to pause a moment before hitting “submit”.
