-
AuthorPosts
-
librandi Friend
librandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
October 31, 2014 at 8:48 am #202319Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2014 at 10:26 am #553769Hi
Seems you have customized or updated in new template updatein the layout file Three column of this module
Because by default it is showing View more info textAnyways
Now
go to templatesja_sugitehtmlmod_articles_categorythreecolums.phpfind this code
<?php if ($params->get('show_readmore')) :?>
<a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW_MORE_INFO'); ?></a>
<?php endif; ?>
and change it into
<?php if ($params->get('show_readmore')) :?>
<a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">View more info</a>
<?php endif; ?>
Replace the word >> View more info with your readmore text .
librandi Friendlibrandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
October 31, 2014 at 11:07 am #553773but I would one text for every language
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 1, 2014 at 5:15 am #553821<em>@librandi 451157 wrote:</em><blockquote>but I would one text for every language</blockquote>
okay then revert the above changes .and add previous code
<?php if ($params->get('show_readmore')) :?>
<a class="mod-articles-readmore <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW_MORE_INFO'); ?></a>
<?php endif; ?>Now go to root languages/en-GB/en-GB.tpl_ja_sugite
and find/define the string
for TPL_VIEW_MORE_INFOlike this >>>
TPL_VIEW_MORE_INFO = "Readmore"
Do the same for other language folder in language directory
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change tex read more
Viewing 4 posts - 1 through 4 (of 4 total)