By Horst Fuchs on Saturday, 07 November 2020
Posted in General Issues
Replies 1
Likes 0
Views 523
Votes 0
Hi,
I need to know how to disable the possibility of commenting ED topics in ES stream. All activites (new topics, new posts) of ED are shown in the stream. Now we want our users to write „comments“ directly in ED as posting and no longer in the activity stream.... is this possible to gibe them only the possibility to „like“ the ED entry?

Thanks for your support!
Hello Horst,

Unfortunately it is not possible to disable this but if you want to, you can edit the file /media/com_easysocial/apps/user/discuss/discuss.php and at line 330, locate the codes below:


if ($verb != 'create') {
$item->comments = false;
}


Change it to:


$item->comments = false;
·
Saturday, 07 November 2020 14:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post