-
AuthorPosts
-
May 25, 2008 at 7:58 am #128887
Hi,
I am using Joomfish and the headlines of each category (of ja_news module) are not translated when I switch into another language.
I also had this bug on the previous version of ja_news module.
What is the reason?
Thank you
May 27, 2008 at 6:57 pm #250781Anyone an idea? Please it’s urgent!
June 15, 2008 at 9:15 am #253641Did you ever get this solved? I have the same problem with JA News and Joomfish (in Joomla 1.5.3). Also the MORE in JA News isn’t translating. JA declared the issue solved without giving a solution…
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 15, 2008 at 9:18 am #253642Hmz, can someone give me an URL or screenshot?
Is this on Joomla! 1.0 or 1.5?June 16, 2008 at 8:40 am #253859VisiGod,
Take a look at http://www.bonstar99.net
This runs on 1.5. You can switch between German and English using the dropdown in the top right-hand corner.
In German, the Radio-TV entry on the Magazine menu bare shoud change to “Rundfunk-TV” but the corresponding change in JA-News just doesn’t happen. Also the “More” doesn’t get translated. Any thoughts welcome and thanks for taking a look!
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 16, 2008 at 10:05 am #253870Can you try editing the file:
modules/mod_ja_news/helper.php around line 190 and change this code:
$query = 'SELECT a.*,cc.description as catdesc, cc.title as cattitle,s.description as secdesc, s.title as sectitle,' .
with this one:
$query = 'SELECT a.*,cc.id as catid, cc.description as catdesc, cc.title as cattitle,s.description as secdesc, s.title as sectitle,' .
Except of this, open file:
modulesmod_janewstmplblog_item.php and around line 40 find:
echo "<strong class="jazin-more">More:</strong>n";
replace with:
echo "<strong class="jazin-more">".JText::_("More")."</strong>n";
If this is not enough, than finally, open the files:
language/en-GB/en-GB.tpl_ja_teline_ii.ini
language/nl-NL/nl-NL.tpl_ja_teline_ii.iniand add in en-GB.tpl_ja_teline_ii.ini
MORE=More
and in nl-NL.tpl_ja_teline_ii.ini:
MORE=More (in Dutch)
June 18, 2008 at 12:41 pm #254410Many thanks, VisiGod – that solved the second part of my problem.
The first part, with the sector headers in JA-News not being translated, is still an issue. (As I said, In German, the Radio-TV entry on the Magazine menu bar changes to “Rundfunk-TV” but the corresponding change in JA-News just doesn’t happen.)
Any further thoughts?
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 18, 2008 at 12:45 pm #254411Did you applied the fix I suggested?
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 18, 2008 at 1:08 pm #254412If it doesn’t, please edit line 238:
$query = "SELECT a.*,"
to
$query = "SELECT a.*, cc.id as catid"
June 18, 2008 at 1:48 pm #254415sorry, in which file?
VisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 18, 2008 at 1:49 pm #254416modules/mod_ja_news/helper.php
June 18, 2008 at 5:23 pm #254447hmmm… that made ja-news-fp disasppear altogether.
ja-news is still there and the section headers are still untranslated..
I’ve undone the last change you suggestedVisiGod FriendVisiGod
- Join date:
- January 2006
- Posts:
- 538
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 76
- Thanked:
- 138 times in 18 posts
June 18, 2008 at 5:24 pm #254448This should not affect ja-frontpage
June 18, 2008 at 5:48 pm #254456But it did… see http://www.bonstar99.com/
ja-news seems to get it section heads from the entries in the magazine menu. But even if you translate those, they don’t turn up translated in ja-news
-
AuthorPosts
This topic contains 23 replies, has 4 voices, and was last updated by gemeon 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum