By robert on Tuesday, 07 January 2014
Posted in General Issues
Replies 1
Likes 0
Views 801
Votes 0
hi every one
can anybody help me on how to hide or remove the link "EVERYONE" from the news feed. i have attached the picture.

regards
robert
Hello Robert,

Edit the file /components/com_easysocial/themes/wireframe/dashboard/sidebar.feeds.php and remove the codes below:


<li class="<?php echo $filter == 'everyone' ? ' active' : '';?>"
data-dashboardSidebar-menu
data-dashboardFeeds-item
data-type="everyone"
data-id=""
data-url="<?php echo FRoute::dashboard( array( 'type' => 'everyone' ) );?>"
data-title="<?php echo $this->html( 'string.escape' , $this->my->getName() ) . ' - ' . JText::_( 'COM_EASYSOCIAL_DASHBOARD_FEED_DASHBOARD_EVERYONE' , true ); ?>"
>
<a href="javascript:void(0);">
<i class="ies-earth mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_DASHBOARD_SIDEBAR_NEWSFEEDS_EVERYONE' );?>
<div class="label label-notification pull-right mr-20" data-stream-counter-everyone>0</div>
</a>
</li>
·
Tuesday, 07 January 2014 14:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post