By Yubi on Saturday, 18 February 2017
Posted in Technical Issues
Likes 0
Views 189
Votes 0
Hi,
I believe you are using the "frosty" theme? You can edit the file /components/com_easysocial/themes/wireframe/frosty/toolbar/default.php and remove the codes below:



<?php if ($this->my->hasCommunityAccess()) { ?>


<?php if (!$this->isMobile()) { ?>
<div class="popbox-dropdown-nav__item ">
<span class="popbox-dropdown-nav__link">
<div class="o-flag">
<div class="o-flag__image o-flag--top">
<i class="popbox-dropdown-nav__icon fa fa-search"></i>
</div>
<div class="o-flag__body">
<div class="popbox-dropdown-nav__name"><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_PROFILE_DISCOVER');?></div>
<ol class="g-list-unstyled popbox-dropdown-nav__meta-lists">
<li>
<a href="<?php echo ESR::users();?>">
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_BROWSE_USERS');?>
</a>
</li>
<li>
<a href="<?php echo ESR::search(array('layout' => 'advanced'));?>"><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_ADVANCED_SEARCH');?></a>
</li>

<?php if ($this->config->get('points.enabled')) { ?>
<li>
<a href="<?php echo ESR::leaderboard();?>"><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_LEADERBOARD');?></a>
</li>
<?php } ?>

<?php if ($this->config->get('apps.browser')) { ?>
<li>
<a href="<?php echo ESR::apps();?>"><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_APPS');?></a>
</li>
<?php } ?>
</ol>
</div>
</div>
</span>
</div>
<?php } ?>

<?php } ?>
·
Saturday, 18 February 2017 15:38
·
0 Likes
·
0 Votes
·
0 Comments
·
HI,

Noted. Thanks
·
Tuesday, 21 February 2017 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 22 February 2017 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post