By Alexander Müller on Wednesday, 02 July 2014
Replies 16
Likes 0
Views 0.9K
Votes 0
I don´t find the news feed module which is on the Dashboard. After Login there is a Group module on the same position. I want other positions for that or deactivate it.
How can i do this?

Alex
Hello Alexander,

Hm, sorry but I don't really understand your questions Would you mind elaborating more on this? Perhaps with a screen shot it would help.
·
Wednesday, 02 July 2014 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
I find not the modul position for it, or where to configure it.
screenshot attached..
·
Thursday, 03 July 2014 07:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexander,

The module position of the sidebar is es-dashboard-sidebar-top or es-dashboard-sidebar-bottom
·
Thursday, 03 July 2014 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
and where can i change this? i want it on another place.
i cant find the module ( with its position )....
·
Thursday, 03 July 2014 19:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but I don't understand you here.
·
Thursday, 03 July 2014 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
i want to deactivate ( unpublish ) this, or have it on another position
·
Thursday, 03 July 2014 19:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

That is actually not a module and it cannot be unpublished. You can remove it from the theme file though. All you need to do is to edit the theme file /components/com_easysocial/themes/wireframe/dashboard/default.guests.php and remove the codes below,


<div class="es-widget es-widget-borderless">
<div class="es-widget-head">
<?php echo JText::_( 'COM_EASYSOCIAL_DASHBOARD_SIDEBAR_NEWSFEEDS' );?>
</div>

<div class="es-widget-body">
<ul class="fd-nav fd-nav-stacked feed-items" data-dashboard-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>

</ul>
</div>

</div>

·
Thursday, 03 July 2014 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there a way to un-publish the News Feed from the public, since it already defaults to "everyone", and only have it published as usual for users that are logged in?
·
Friday, 04 July 2014 02:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Unfortunately that's not possible unless you customize the theme files. The reason we kept the sidebar there is so that you can place modules in the sidebar for public guests
·
Friday, 04 July 2014 02:56
·
0 Likes
·
0 Votes
·
0 Comments
·
No worries Mark. I may add a feature request to have the option of disabling the News Feed to viewers not logged in.

Thanks!
·
Friday, 04 July 2014 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Justin
·
Friday, 04 July 2014 03:15
·
0 Likes
·
0 Votes
·
0 Comments
·
great
·
Friday, 04 July 2014 03:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Alexander Müller wrote:

great


Hi Alexander,

Thank you for your response. Is it safe for me to assume that your issue has been resolved?
·
Monday, 14 July 2014 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
is there meanwhile a solution to un-publish the news feed or change it so only registered users can view it ?
NK
·
Thursday, 19 May 2016 06:36
·
0 Likes
·
0 Votes
·
0 Comments
·
i found the option for the protected mode where only registered users can view/use easysocial...
NK
·
Thursday, 19 May 2016 07:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey NK,

Correct me if I getting wrong your meaning here, do you mean you do not want your Easysocial stream visible for guest user? If yes, you can turn on this lockdown mode option from backend > Easysocial > settings > general > Enable lockdown mode - YES

Hope this will help.
·
Thursday, 19 May 2016 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post