By stefano rigazio on Thursday, 10 September 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 771
Votes 0
I turned on the toolbar links to home but he puts me this link
forum / index.html
when in fact the correct link is
forum.html

thanks a lot

stefano
You can modify on this file -> JoomlaFolder\components\com_easydiscuss\themes\simplistic\toolbar.php


// LINE 74
<a href="<?php echo DiscussRouter::_('index.php?option=com_easydiscuss&view=index'); ?>" rel="ed-tooltip" data-placement="top"

// Replace with

<a href="<?php echo DiscussRouter::_('index.php?option=com_easydiscuss'); ?>" rel="ed-tooltip" data-placement="top"



Hope this help.
·
Thursday, 10 September 2015 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post