With InstantForum.NET 2010-2 or above we now support Right To Left / Bi-directional text layouts….

To achieve this layout please select the default "Right To Left" skin from within your Admin CP > Forum Settings page. Once this skin is selected as your default skin all layout will occur from right to left.
If your using InstantForum.NET 2012-1 or above you don't need to perform any additional steps. If your using InstantForum.NET 2010 you may need to also modify the JavaScript files as described below.
With InstantForum.NET 2010 to ensure JavaScript generated elements are rendered correctly you will need to open the "js/forum.js" file within NotePad and locate the following line…
this.rightToLeft = false;
Update this to read…
this.rightToLeft = true;
You can find this line within the InstantASPJSONTable prototype class within the JavaScript file. This base class controls the rendering of all JavaScript / JSON generated tables within InstantForum.NET.