-
AuthorPosts
-
June 8, 2008 at 8:42 am #129426
Where is the Read More button/link in JA-News? I need to translate it for a site running under Joomfish (English/German)?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 9, 2008 at 7:56 am #252650Hi dutchbutcher !
can’t view read more button in JA News module. You must edit code for display it !Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 9, 2008 at 8:18 am #252653Hack to view readmore link/button :
open blog_item.php file in modulesmod_janewstmpl folder, find following code :
if (count ($rows) > $i) {
echo "<strong class="jazin-more">More:</strong>n";
echo "<ul class="jazin-links">n";
change to :
?>
<a href="<?php echo $link;?>" class="readon"><?php echo JText::_('Read more...');?></a>
<?php
if (count ($rows) > $i) {
echo "<strong class="jazin-more">More:</strong>n";
echo "<ul class="jazin-links">n";
1 user says Thank You to Sherlock for this useful post
June 9, 2008 at 3:24 pm #252732Thanks for that Haiin84. Sorry, I didn’t express myself clearly. What I meant is the grey `MORE’ graphic that appears at the bottom of the first news item in every JA-News category, above the clickable links to other news items.
I need to find a way of allowing Joomfish to translate that. Also the category headers stay in English in JA-News, even though I’ve translated them and the translated version appears elsewhere in the German version of the front page, including menus etc.
I guess JA-News is picking up this data in some place that isn’t accesible to Joomfish, am I right? And what can I do about it?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
June 10, 2008 at 12:08 pm #252880<em>@dutchbutcher 58015 wrote:</em><blockquote>Thanks for that Haiin84. Sorry, I didn’t express myself clearly. What I meant is the grey `MORE’ graphic that appears at the bottom of the first news item in every JA-News category, above the clickable links to other news items.
I need to find a way of allowing Joomfish to translate that. Also the category headers stay in English in JA-News, even though I’ve translated them and the translated version appears elsewhere in the German version of the front page, including menus etc.
I guess JA-News is picking up this data in some place that isn’t accesible to Joomfish, am I right? And what can I do about it?</blockquote>
Hello dutchbutcher,
Is this finally finally solved? It is not clear from the discussion and the note from the Moderator how this was solved. Can you please clarify the final resolution?
Is this the Joomla 1.5x or 1.0x.
I am creating a summary of solved postings. Such a database should help other customers who might encounter a similar problem.
Can you please add the link title of this post and the original poster plus a brief summary of how the issue was resolved to the appropriate thread:
for Joomla 1.5x
Links to solved problems known bugs of Joomla 1.5x-JA Teline II
http://www.joomlart.com/forums/topic/links-to-solved-problems-known-bugs-of-joomla-1-5x-ja-teline-ii/for Joomla 1.0x
Links to solved problems known bugs of Joomla 1.0x-JA Teline II
http://www.joomlart.com/forums/topic/links-to-solved-problems-known-bugs-of-joomla-1-0x-ja-teline-ii/Thanks, in advance for taking the time to share this. Others will thank you for this extra effort. It beats scrolling many pages to look for similar problems that have been resolved.
Cornelio
June 14, 2008 at 8:50 am #253538Sorry, not solved yet.
I tried a clean reinstall and the problem remains. The German translations of the section names and the relevant entries in the Magazine menu don’t appear in ja_news, nor does the MORE link get translated.
I use Teline II on Joomla 1.5.3 running on a Ubuntu 8.04 server with Virtualmin.
The Joomfish version I am using is V2.0 (BETA)a
June 15, 2008 at 3:47 pm #253702I found the solution for dutchbutcher,
go to your file as follows:
/modules/ja_news_fp/tmpl/default_fp.php
just try to find where is “read more” letters and replace it with your own language.
That’s it ! 🙂
stefiart Friendstefiart
- Join date:
- June 2007
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
September 2, 2008 at 11:54 am #268294<em>@hainn84 57911 wrote:</em><blockquote>Hack to view readmore link/button :
open blog_item.php file in modulesmod_janewstmpl folder, find following code :
if (count ($rows) > $i) {
echo "<strong class="jazin-more">More:</strong>n";
echo "<ul class="jazin-links">n";
change to :
?>
<a href="<?php echo $link;?>" class="readon"><?php echo JText::_('Read more...');?></a>
<?php
if (count ($rows) > $i) {
echo "<strong class="jazin-more">More:</strong>n";
echo "<ul class="jazin-links">n";
</blockquote>Thanks for the solution. Is there any way to have the read more link right after the truncated text
eg: text blah blah… (Read More)
spektra Friendspektra
- Join date:
- October 2008
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 4, 2008 at 3:19 pm #281287Hello,
i experienced the same problem with the ja-news module.
i solved it so:i opened the file blog_item.php file in modulesmod_janewstmpl and i found already this code:
if (count ($rows) > $i) {
echo "<strong class="jazin-more">".JText::_("More:")."</strong>n";i changed it to:
if (count ($rows) > $i) {
echo "<strong class="jazin-more">".JText::_("More")."</strong>n";now the text showed there is the text of your language file xx-XX.com_content.ini in languagexx-XX at the line
MORE=yourtext
cheers !
-
AuthorPosts
This topic contains 10 replies, has 6 voices, and was last updated by spektra 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum