Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • siasam Friend
    #146091

    Hello,

    Is there RTL support for Teline III?

    If not, who should I contact to get this done for me?

    Please advise.

    Best,
    Sam

    lamvt Friend
    #323870

    HI, Sam.
    Maybe need to call mr Hung Dinh to support for Arabic
    THanks

    Arvind Chauhan Moderator
    #323878

    siasam;153168Hello,

    Is there RTL support for Teline III?

    If not, who should I contact to get this done for me?

    Please advise.

    Best,
    Sam

    Hi Sam,

    The request for RTL support for Teline iii, has been noted and put forward to the developers. You can track the status at http://pm.joomlart.com/browse/JATCTELINEIII-178.

    Instant release of RTL support may not be possible, but i am sure, it would be part of next updated version of Teline III.

    Arvind

    lamvt Friend
    #323980

    try to use new style rtl
    open defaut.php
    line 39
    add:
    <?php echo $this->direction; ?>

    become:

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">

    and open heder.php
    add:


    <?php

    //Get the current language direction
    $language = &JFactory::getLanguage();

    // Get Loaded Modules
    $modules = &JModuleHelper::_load();

    // Get Loaded Modules' Name
    $module_names = array();
    foreach ( $modules as $module ){
    if ( !in_array( $module->module, $module_names ) ){
    array_push ( $module_names, $module->module );
    }
    }

    foreach ( $module_names as $module_name ){
    if ( $language->isRTL() ){
    if ( is_file( JPATH_THEMES.DS.$mainframe->getTemplate().DS.'css'.DS."rtl".DS.$module_name.".css" ) ){
    JHTML::stylesheet($module->module.".css",'templates/'.$mainframe->getTemplate().'/css/rtl/');
    }
    }
    else{
    if ( is_file( JPATH_THEMES.DS.$mainframe->getTemplate().DS.'css'.DS.$module_name.".css" ) ){
    JHTML::stylesheet($module->module.".css",'templates/'.$mainframe->getTemplate().'/css/');
    }
    }
    }
    ?>

    sory for my bad english

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  lamvt 15 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum