By Daniel Pierce on Wednesday, 17 September 2014
Posted in General Issues
Replies 1
Likes 0
Views 804
Votes 0
Forum,

I've created an EasySocial Application that I've defined to be available in both the dashboard and profile areas.


<views>
<view type="canvas">dashboard</view>
<view type="canvas">profile</view>
</views>


Is there a way to control the Sharing Level for the application. By default any application in the Profile is available to All Registered Users.

Is there a way to configure an application so it is only shared with Friends in the Profile?

The same goes with the Calendar app. Great to have in the profile, but would only like to share calendar with Friends.

Thanks for the help.
dan
Hi,

Your app will have to control it in the widget/dashboard(or profile)/view.html.php. In this file you can check who is viewing the profile, and not display anything if the permission is not allowed.

However, EasySocial by its core doesn't have any interface for user to configure who can or cannot view the app.
·
Wednesday, 17 September 2014 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post