test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • marinolab Friend
    #176207

    How translate READ MORE… in the first featured news?
    Thanks

    khoand Friend
    #448912

    You replace the code from /templates/ja_teline_iv/html/mod_janews_featured/default/blog.php

    <a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ MORE...');?>"><span><?php echo JText::_('READ MORE...');?></span></a>
    with

    <a href="<?php echo $news->link?>" class="readon" title="<?php echo JText::_('READ_MORE');?>"><span><?php echo JText::_('READ_MORE');?></span></a>
    And you find the code from /languages/your-language/your-language.mod_jabulletin.ini

    READ_MORE="Read more..."
    You change the bold text

    marinolab Friend
    #448968

    I already have READ_MORE in
    /templates/ja_teline_iv/html/mod_janews_featured/default/blog.php

    I have not the file it-IT.mod_jabulletin.ini in /language//it-IT

    Sherlock Friend
    #449014

    Hi marinolab,

    If that file it-IT.mod_jabulletin.ini in /language//it-IT is not there you just create it then you put the translate into it, I meant the text
    READ_MORE=”Translate text goes here”

    marinolab Friend
    #449897

    I have only en-GB.mod_jabulletin.ini, where I translated “READ MORE…” with “Leggi tutto…” but I still view READ MORE… in frontend…
    ciao

    Sherlock Friend
    #449899

    Hi marinolab,

    You can add into that file this text
    READ_MORE=”Translate text goes here”
    Notice that here it’s READ_MORE not READ MORE

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

This topic contains 6 replies, has 3 voices, and was last updated by  Sherlock 12 years, 7 months ago.

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