Is there a simple way to hide the option of the "everyone" feed? I'd like the option to make it more private.
or in the future updates a option to allow the everyone feeds.
or in the future updates a option to allow the everyone feeds.
<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>
Mark wrote:
Steven, if you want you can modify the theme file /components/com_easysocial/themes/wireframe/dashboard/sidebar.feeds.php and remove the codes below,
Mark wrote:
You are most welcome Steven. Yep, that's correctI will try to see if we can get this in the theme settings so you don't have to modify it all the time.