By stefano rigazio on Tuesday, 27 March 2018
Posted in General Issues
Replies 1
Likes 0
Views 544
Votes 0
Is it possible to disable? if so? Because it has a different link to my menu item, thanks

thanks a lot

stefano
Hi there,

You can achieve this by removing codes below at this path .../components/com_easydiscuss/themes/wireframe/toolbar/default.php
I would advice you to do template override for it as follow https://stackideas.com/docs/easydiscuss/administrators/templating/template-overrides

You need to create path as follow -> template/your_current_template/html/com_easydiscuss/toolbar/default.php


<li class="<?php echo $active == 'forums' ? ' is-active' : '';?>">
<a href="<?php echo EDR::_('view=forums');?>" class="ed-navbar__footer-link"><?php echo JText::_('COM_EASYDISCUSS_TOOLBAR_FORUMS');?></a>
</li>


Please give it a try and see how it goes.
·
Tuesday, 27 March 2018 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post