Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • K Schneider Friend
    #200084

    change in default.php on line 133

    elseif ($params->get(‘show_readmore_title’, 0) == 0) :
    echo ‘Read more’;
    else :

    Ninja Lead Moderator
    #543884

    You can try with my workaround as below:

    – Open templates/ja_medicare/html/mod_articles_category/default.php file

    – Change

    elseif ($params->get('show_readmore_title', 0) == 0) :
    echo 'Read more';
    else :

    To

    elseif ($params->get('show_readmore_title', 0) == 0) :
    echo JText::sprintf('MOD_ARTICLES_CATEGORY_READ_MORE_TITLE');
    else :

    K Schneider Friend
    #544044

    thanks,
    will this be add to the new update ?

    Ninja Lead Moderator
    #544102

    Yes sure, I have raised this bug to development team here. They will update and release it next version

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 9 months ago.

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