Topic Editor - Right To Left Language support Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Topic Editor - Right To Left Language support

    avatar
    lrleitman
    Forumember


    Posts : 155
    Reputation : 1
    Language : english

    Topic Editor - Right To Left Language support Empty Topic Editor - Right To Left Language support

    Post by lrleitman April 25th 2012, 9:32 pm

    Hi,
    I use right to left language pakc but the editor of posts is from left to right and start from left side of screen ... how can it be changed ?

    thanks,
    avatar
    lrleitman
    Forumember


    Posts : 155
    Reputation : 1
    Language : english

    Topic Editor - Right To Left Language support Empty Re: Topic Editor - Right To Left Language support

    Post by lrleitman April 25th 2012, 9:39 pm

    Just saw that there is a button on the extended editor "switch editor mode" that changes the direction, however, its hard to find so my questions:

    1. can it be defaulted to right left as my language pack is set to such language so it might be bug that its set as default to left to right

    2. if I don't use extended editor I don't see this option ... so again I expect it to be defaulted to right to left ...

    any ideas ...
    avatar
    lrleitman
    Forumember


    Posts : 155
    Reputation : 1
    Language : english

    Topic Editor - Right To Left Language support Empty Re: Topic Editor - Right To Left Language support

    Post by lrleitman April 25th 2012, 10:02 pm

    phbb3
    avatar
    lrleitman
    Forumember


    Posts : 155
    Reputation : 1
    Language : english

    Topic Editor - Right To Left Language support Empty Re: Topic Editor - Right To Left Language support

    Post by lrleitman April 25th 2012, 10:07 pm

    Forumotion
    avatar
    lrleitman
    Forumember


    Posts : 155
    Reputation : 1
    Language : english

    Topic Editor - Right To Left Language support Empty Re: Topic Editor - Right To Left Language support

    Post by lrleitman April 25th 2012, 10:09 pm

    I selected in the settings my language of choice, you can select a language
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Topic Editor - Right To Left Language support Empty Re: Topic Editor - Right To Left Language support

    Post by LGforum April 25th 2012, 10:21 pm

    You could TRY adding this to a Javascript code in all pages:
    Code:

    $(function(){
     $('textarea').attr('dir','rtl');
    });

    Urgh... i hate what i've just written. Razz