test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • crisalbert Friend
    #169911

    Translate to Read More Read more in the featured module janews

    I have in / language / en-GB / en-GB.mod_janews_featured.ini writing

    READ_MORE = “Read more …” and do not get anything

    thanks

    Manos Moderator
    #420741

    Hi,

    Is this on J.1.5.x or J.1.7.x ?

    Regards

    crisalbert Friend
    #420742

    joomla 1.7

    Manos Moderator
    #421193

    Hi,

    Sorry for my late reply on that, you can go to /modules/mod_janews_featured/tmpl/telineiv/blog.php and find this line of code:


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

    and change it to

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

    You will find that arround line 59

    Regards

    Manos

    crisalbert Friend
    #421212

    Hello

    I’ve changed the code that month and I have indicated the same problem

    Waiting for another response

    Juan Carlos

    <em>@pascm 278225 wrote:</em><blockquote>Hi,

    Sorry for my late reply on that, you can go to /modules/mod_janews_featured/tmpl/telineiv/blog.php and find this line of code:


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

    and change it to

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

    You will find that arround line 59

    Regards

    Manos</blockquote>

    Manos Moderator
    #421215

    Hi,

    Can you please provide me with access to your website and some ftp details also so i can investigate the problem further?

    Regards

    Manos

    crisalbert Friend
    #421267

    How do you communicate the personal data that are not in the forum?.

    <em>@pascm 278254 wrote:</em><blockquote>Hi,

    Can you please provide me with access to your website and some ftp details also so i can investigate the problem further?

    Regards

    Manos</blockquote>

    Manos Moderator
    #421314

    Hi,

    You can send that info to me via PM (Private Message).

    Regards

    Manos

    Manos Moderator
    #421657

    Hi,

    I have resolved this for you, you are using the telineII style for mod_janews_featured and so i had to edit the blog.php file from


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

    To


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

    Regards

    Manos

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

This topic contains 9 replies, has 2 voices, and was last updated by  Manos 13 years, 1 month ago.

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