MyBB Community Forums

Full Version: RTL bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again,

Currently RTL is not working if I switch the language to persian even if on the setup RTL is set to 1.

Upon checking the file "class_language.php" line 109 and I dump any message below the $this->settings = $langinfo RTL will work.

Code below when RTL is working

$this->language = $language;
require $this->path."/".$language.".php";
$this->settings = $langinfo;
var_dump('');

See images below for RTL works when having var_dump