test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lucia33 Friend
    #160743

    I have problems to translate into Spanish “read more” and “more” in module janews_pro , could you help me? It is urgent!:confused:

    khoand Friend
    #378861

    Hi,
    You mean that you want to modify “Read more ยป” link in Events of Year (EVENTOS DEL MES). If you do, you just modify “custom output” of Events of Year (EVENTOS DEL MES) module

    rhante Friend
    #378883

    modules/mod_janewspro/tmpl/default/blog_item.php

    <a href="<?php echo $row->link; ?>" title="<?php echo JText::sprintf('Read More...');?>">
    <span><?php echo JText::sprintf('Read More...');?></span>
    </a>
    </p>
    <?php endif; ?>
    </div>
    <?php unset($rows[$i])?>
    <?php }?>

    <?php if($rows){?>
    <div class="ja-zinlinks clearfix">
    <strong><?php echo JTEXT::_('More:')?></strong>

    change them

    Saguaros Moderator
    #379009

    You add the following translation text into the global language file:

    READ MORE…=Read More…

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

This topic contains 4 replies, has 4 voices, and was last updated by  Saguaros 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum