By JV on Wednesday, 30 November 2016
Posted in General Issues
Likes 0
Views 395
Votes 0
I just upgraded to the new ES Version 2. Very nice! Using Wireframe, how do I remove the Browse Users function, which I believe has been renamed to PEOPLE on the Toolbar sub-nav menu.

Thanks!
jv
Hi JV,
There is no setting to disable this. However, you can perform a template override in the backend Themes>Wireframe>Edit Template Files>/toolbar/default.php
Then remove this block of code and save.

<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>

http://take.ms/tC2Jt
Let us know how it goes, thanks.
·
Wednesday, 30 November 2016 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Raymond. I could not find the file in the template editor!
jv
JV
·
Wednesday, 30 November 2016 20:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey JV,
Are you still unable to find the file?
·
Wednesday, 30 November 2016 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I found it. I'm sorry, I was not clear in my earlier post. I meant that I had tried to find the file before I opened the ticket but could not find it. Then I opened the ticket and you showed me where the file was.

Thank you again.
jv
JV
·
Thursday, 01 December 2016 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Friday, 02 December 2016 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post