Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • dutchbutcher Friend
    #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 Friend
    #252650

    Hi dutchbutcher !
    can’t view read more button in JA News module. You must edit code for display it !

    Sherlock Friend
    #252653

    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";

    dutchbutcher Friend
    #252732

    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?

    Sherlock Friend
    #252811

    dutchbutcher have solved the problem by doing a clean install.

    cgc0202 Friend
    #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

    dutchbutcher Friend
    #253538

    Sorry, 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

    abusumaiya Friend
    #253702

    I 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 Friend
    #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 Friend
    #281287

    Hello,
    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 !

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

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