Forums

Join
bbPress Support ForumsThemesRight to Left BBPress

Info

Right to Left BBPress

  1. Hello everybody,
    How can I set my bbpress forum as Right to Left?
    Is there any theme in this case? or how can I customize the original theme myself?
    Please help me to do this big matter..

  2. you just need to use defalt themplate kakumei and
    create language folder in bb-includes
    then create php file and name it fa_IR.php put this line to it:
    <?php
    $text_direction = "rtl";
    ?>
    put fa_IR.php ito
    bb-includes\languages
    then go to the root and open config.php
    find define('BBLANG', ''); and replace i with
    define('BBLANG', 'fa_IR');
    have fun
    dar zemn chakerim in themplate ro ham barat feretstadam monteha behtare ke az hamoun dast nakhorde ash estefde koni

  3. You must log in to post.