-
AuthorPosts
-
November 16, 2009 at 8:07 pm #146091
Hello,
Is there RTL support for Teline III?
If not, who should I contact to get this done for me?
Please advise.
Best,
Samlamvt Friend
lamvt
- Join date:
- December 2006
- Posts:
- 265
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 52 times in 46 posts
November 17, 2009 at 4:51 am #323870HI, Sam.
Maybe need to call mr Hung Dinh to support for Arabic
THanksArvind Chauhan Moderator
Arvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
November 17, 2009 at 6:15 am #323878siasam;153168Hello,
Is there RTL support for Teline III?
If not, who should I contact to get this done for me?
Please advise.
Best,
SamHi 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
lamvt
- Join date:
- December 2006
- Posts:
- 265
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 52 times in 46 posts
November 17, 2009 at 2:17 pm #323980try 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
-
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by lamvt 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum