By Carlos Dieter on Sunday, 16 November 2014
Posted in Technical Issues
Likes 0
Views 806
Votes 0
Hello:

On the easyblog showcase module there is a "View more post" lin. that load the main easyblog post page.

How can I alter the code to place a custom link for this button?

Please advise...
Hello Carios,

You can modify on this file -> JoomlaFolder\modules\mod_showcase\tmpl\default.php
LINE 138

<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog&view='.$posttype.$menuItemId); ?>" class="showcase-more"><?php echo JText::_('MOD_SHOWCASE_VIEW_MORE_'.$posttype);?></a>



Hope this help.
·
Sunday, 16 November 2014 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Sunday, 16 November 2014 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Carlos Dieter,

You're welcome.
·
Sunday, 16 November 2014 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post