By Danny on Friday, 22 July 2016
Posted in General Issues
Replies 1
Likes 0
Views 352
Votes 0
Hi,

When you share something on the site you have the option to share this with " everyone", " registered users", " my friends" etc...

Within my site all users are registered. Therefore the option everyone and registered users is effectively the same.

How can I delete one of the options from the dropdown. Which file do I need to change?

Thanks in advance.

Gr,
Danny
Hi Danny,

This is a little bit tricky as there are quite a lot of places that you need to re-configure in other to make it work correctly. Firstly, you need to go to the following file, /components/com_easysocial/themes/wireframe/privacy/default.privacy.options.php and add the following code at line 55:
if ($opKey == 'public') {
continue;
}


Next, go to your backend > easysocial > privacy > Who can view my story > change default privacy value to "registered user" and save it, http://take.ms/M3UGC . Lastly, go to your backend > easysocial > profile types > select profile type > privacy > under 'story' section, change 'who can view my stories' privacy to registered users, click on the checkbox as in my screenshot here and save it, http://take.ms/coqvs .

Hope these help
·
Friday, 22 July 2016 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post