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

    Hi,
    how i can change the text continua… in russian version in module article category?
    tks


    1. Cattura
    Pankaj Sharma Moderator
    #553769

    Hi
    Seems you have customized or updated in new template updatein the layout file Three column of this module
    Because by default it is showing View more info text

    Anyways
    Now
    go to templatesja_sugitehtmlmod_articles_categorythreecolums.php

    find this code


    <?php if ($params->get('show_readmore')) :?>
    <a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW_MORE_INFO'); ?></a>
    <?php endif; ?>

    and change it into


    <?php if ($params->get('show_readmore')) :?>
    <a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">View more info</a>
    <?php endif; ?>

    Replace the word >> View more info with your readmore text .

    librandi Friend
    #553773

    but I would one text for every language

    Pankaj Sharma Moderator
    #553821

    <em>@librandi 451157 wrote:</em><blockquote>but I would one text for every language</blockquote>
    okay then revert the above changes .and add previous code

    <?php if ($params->get('show_readmore')) :?>
    <a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW_MORE_INFO'); ?></a>
    <?php endif; ?>

    Now go to root languages/en-GB/en-GB.tpl_ja_sugite
    and find/define the string
    for TPL_VIEW_MORE_INFO

    like this >>>
    TPL_VIEW_MORE_INFO = "Readmore"

    Do the same for other language folder in language directory

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 10 years, 1 month ago.

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