By TKABE on Wednesday, 11 May 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 608
Votes 0
Hi,

Three levels of privacy settings exist in EasySocial. 1. System level, 2. Profile Type 3. User.
If a user makes changes to user account privacy settings for example setting profile viewing to 'My Friends' this prevents a requirement in my system for registered users to view specific profile 'step' content.

See screen capture for details.

How can I prevent users from changing user privacy settings for "who can view my profile".
I checked privacy in system settings, profile type and other settings areas with no luck determining if this is possible.

Would removing the question from the page PHP be the only answer or might you have a better solution.

Thank you in advance for your guidance.

Todd
If you only want to prevent your site user change their "Who view their profile" privacy selection, you can apply this following CSS trick to prevent that click event from your current template css file :

div#fd select.form-control.input-sm.privacySelection[name="privacy[PROFILES][view]"] {
pointer-events: none !important;
}


Hope this help.
·
Wednesday, 11 May 2016 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post