-
AuthorPosts
-
October 21, 2011 at 3:46 pm #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 ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 21, 2011 at 3:55 pm #420741Hi,
Is this on J.1.5.x or J.1.7.x ?
Regards
October 21, 2011 at 3:57 pm #420742joomla 1.7
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 24, 2011 at 1:24 pm #421193Hi,
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
October 24, 2011 at 2:36 pm #421212Hello
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 ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 24, 2011 at 2:39 pm #421215Hi,
Can you please provide me with access to your website and some ftp details also so i can investigate the problem further?
Regards
Manos
October 24, 2011 at 5:17 pm #421267How 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 ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 24, 2011 at 7:56 pm #421314Hi,
You can send that info to me via PM (Private Message).
Regards
Manos
1 user says Thank You to Manos for this useful post
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
October 26, 2011 at 10:12 am #421657Hi,
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
1 user says Thank You to Manos for this useful post
-
AuthorPosts
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