By Joel on Thursday, 14 June 2018
Posted in Technical Issues
Likes 0
Views 506
Votes 0
Hello,

is it possible the user not to have the option to publish "only for me"?
There is currently no way to turn this off but I guess you could easily hide this using a custom css code,

[gist]
body .privacyItem[data-value="only_me"] {
display: none !important;
}
[/gist]
·
Thursday, 14 June 2018 22:18
·
0 Likes
·
0 Votes
·
0 Comments
·
There is currently no way to turn this off but I guess you could easily hide this using a custom css code,

[gist]
body .privacyItem[data-value="only_me"] {
display: none !important;
}
[/gist]


ThankĀ“s. It is not the best way but it also solves it.
·
Thursday, 14 June 2018 22:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Joel, glad that your issue is resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Thursday, 14 June 2018 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post