By Yubi on Tuesday, 28 February 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 191
Votes 0
Hi Support,

Referring to attached, how do i disable showing the "People" tab in the top toolbar for Easysocial.

As i see from the module for ES toolbar, this can be configured. Where can we configure it for the default toolbar?

Thanks
Hi there,

It seems that we cant achieved this on the backend currently. But, you can remove code below at this path .../components/com_easysocial/themes/wireframe/toolbar/default.php, or maybe you can do template override by removing those code and paste your modified file at this path /templates/protostar/html/com_easysocial/toolbar/default.php. Please give it a try and see how it goes


<li class="<?php echo $view == 'users' ? 'is-active' : '';?>">
<a href="<?php echo ESR::users();?>" class="es-navbar__footer-link">
<i class="fa fa-users"></i>
<span>
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_PEOPLE');?>
</span>
</a>
</li>
·
Tuesday, 28 February 2017 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post