By Maurice Womack on Tuesday, 01 April 2014
Posted in General Issues
Replies 1
Likes 0
Views 0.9K
Votes 0
I thought I knew the answer to this. How do you disable the activity stream view for guests on the frontpage/dashboard view. Thanks.

I just want to show the login and register without the dashboard view for guests.
Hello,

I am sorry but currently there is no option to turn off the activity streams for guest when in dashboard page. You might want to customise your EasySocial to hide the stream from your guest. To do this, open the file 'JOOMLA/components/com_easysocial/views/dashboard/view.html.php' and locate the below code at line 341:

$stream->getPublicStream( SOCIAL_STREAM_GUEST_LIMIT, 0 );


Replace the above with:

//$stream->getPublicStream( SOCIAL_STREAM_GUEST_LIMIT, 0 );


Basically the above is to comment out the stream lib to fetch the stream for your guest.

Hope this help and have a nice day
Sam
·
Tuesday, 01 April 2014 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post