-
AuthorPosts
-
migors Friend
migors
- Join date:
- December 2007
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 33
- Thanked:
- 3 times in 1 posts
March 1, 2009 at 6:44 pm #138703sorry I am posting here. But I can not find answer. Is it possible to solve joomfish translation problems in ja newsflah module?
I have a friend who liked to rebuild his webpage. And he used jooma 1.0.15 and ja fagus template, probably stolen from anywhere. I sad you should have licensed and so on. So I took ja fagus quick start. All is ok but this f***n ja news module is not working with joomla 1.5 and lattest joomfish. So I canot finish. Has somebedy solved that problem.
it could be good if someone from joomlart could answer.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 3, 2009 at 3:38 am #294231Hi,
For this issue, please try with my guide:
+ Open ja-newsflashloader.php file in modules/mod_janewsflash/ja_newsflash folder:
– At about line 203, find following code section:
[PHP]$link_titles = $params->get( ‘link_titles’ );[/PHP]
and change to:
[PHP]$link_titles = $params->get( ‘link_titles’ );
$conf =& JFactory::getConfig();
$default_lang = $conf->getValue(‘config.defaultlang’);
$sql_language = “SELECT * FROM #__languages WHERE code = ‘”.$default_lang.”‘”;
$database->setQuery( $sql_language );
$rows_language = $database->loadObjectList();
$lang_shortcode = $rows_language[0]->shortcode;[/PHP]– At about line 287, find following code section:
jaNewsflash.animation = '<?php echo $params->get('animation'); ?>';
jaNewsflash.livesite = '<?php echo JURI::base(); ?>';
jaNewsflash.delaytime = <?php echo $delaytime; ?>;
jaNewsflash.splitter = "97c8730aa693f60439cf3cf4558ce5ea";
jaNewsflash.interval= <?php echo $params->get('animationtime'); ?>;
jaNewsflash.currentItem = <?php echo $flashnum;?>;
jaNewsflash.totalItem = <?php echo $numrows;?>;and change to:
jaNewsflash.animation = '<?php echo $params->get('animation'); ?>';
jaNewsflash.livesite = '<?php echo JURI::base(); ?>';
jaNewsflash.delaytime = <?php echo $delaytime; ?>;
jaNewsflash.splitter = "97c8730aa693f60439cf3cf4558ce5ea";
jaNewsflash.interval= <?php echo $params->get('animationtime'); ?>;
jaNewsflash.currentItem = <?php echo $flashnum;?>;
jaNewsflash.totalItem = <?php echo $numrows;?>;
jaNewsflash.lang = '<?php echo $lang_shortcode;?>';+ Open ja-scroll.js file in modules/mod_janewsflash/ja_newsflash folder, at about line 24, find following code:
url = jaNewsflash.livesite + '/modules/mod_janewsflash/ja_newsflash/ja-newsflashloader.php?curnews=' + jaNewsflash.currentItem + '&loadajax=1&total=' + jaNewsflash.totalItem;
and change to:
url = jaNewsflash.livesite + '/modules/mod_janewsflash/ja_newsflash/ja-newsflashloader.php?lang=' + jaNewsflash.lang + '&curnews=' + jaNewsflash.currentItem + '&loadajax=1&total=' + jaNewsflash.totalItem;
Hope it helps.
If not, please send me your live url, admin account, ftp account via PM, i will help you to fix this issue?
migors Friendmigors
- Join date:
- December 2007
- Posts:
- 129
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 33
- Thanked:
- 3 times in 1 posts
March 3, 2009 at 4:00 pm #294272Hi thanks for help. But it don’t work. First code lines do not fit to what I see in mine ja newsflahs php files. But any way I found them and changed. The result is that first newsflash shows up and second there is written: Please select a category for JA Newsflash!
So it is in both languages.
You can see it here http://webhost13.datateks.lv/~admin98/index.php
Of course in modules i cheched all is right.
I attached my version of ja newsflahs. Can you look please?
March 5, 2009 at 1:03 pm #294566I’m still having the same problem. Only the fist item is translated. I have this problem both in joomla 1.0.15 as in 1.5. I really think that the support team has to come up with an solution!!!:confused:
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 9, 2009 at 8:36 am #294952Hi migors,
I think this issue is from your configuration.
If possible, please send me your admin account, ftp account via PM so that i will fix this issue to help you.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 10, 2009 at 3:30 am #295109Hi migors,
I have tried to install this module again but it was not change.
if possible, please send me your ftp account via PM, i will fix this issue to help you.April 13, 2009 at 10:14 am #301096I have modified the lines you sugested, but seems like nothing changed…
any solution developped now?
amejat Friendamejat
- Join date:
- February 2008
- Posts:
- 124
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 2 posts
July 22, 2009 at 12:33 pm #311802I just posted the same question for JA Raite.
I do not understand why Joomlart still release template and module with known issues without fixing them.
Come one guies !!!
If it did not wrok in a previous template, fix it before integrating the same extension in a template !
-
AuthorPosts
This topic contains 10 replies, has 6 voices, and was last updated by sphoeinix 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum