By Aikaterini Koutsouflaki on Saturday, 27 January 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 729
Votes 0
Hello!

Can you please tell me if it is possible to completely disable commenting on EasySocial?

example... disable comments on photos, stream posts globbaly?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Yes, that is possible to disable this from backend > Easysocial > users > profile type > select your profile type which you wouldn't like user to add comment on the site > click on ACL > comment > add comment - NO

Hope this will help.
·
Sunday, 28 January 2018 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your reply. This removes the ability to apply comments.

What we need is to completely disable comments on our site.

Right now, even if no one is able to comment, there still options on... "editNotifications" and "editPrivacy" pages that are related to comments. How can we completely remove comments from our site?
·
Thursday, 08 February 2018 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately currently we do not have an global setting to completely disable it.

But you can disabled that comment privacy option from backend, you can refer on my attached screenshot below.

Regarding that edit notification part, you can apply this following custom css into your current template css to hide this option.


body #es.layout-editNotifications .es-side-widget [data-type="comments"] {
display: none !important;
}


Hope this will help.
·
Thursday, 08 February 2018 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post