test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • willylord Friend
    #185399

    Can I translate “Next” & “Prev” in janews_frontpage?

    Thanks

    Ninja Lead Moderator
    #485006

    You can change it here

    + Open templates/ja_teline_iv/html/mod_janews_featured/default/blog.php file

    find both line, you can change directly here

    <span><?php echo JText::_('Next')?></span>
    <span><?php echo JText::_('Prev')?></span>

    + Or you can do it on other way
    from

    <span><?php echo JText::_('Next')?></span>
    <span><?php echo JText::_('Prev')?></span>

    change to

    <span><?php echo JText::_('JAFP_NEXT')?></span>
    <span><?php echo JText::_('JAFP_PREV')?></span>

    Open language/en-GB/en-GB.mod_janews_featured.ini file
    change text on ini file

    JAFP_PREV="Prev"
    JAFP_NEXT="Next"

    Remember to clear cache from Admin area

    willylord Friend
    #485052

    OK. Yesterday, I have problems because, I don’t clear the cache 🙂

    Thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  willylord 11 years, 9 months ago.

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