By benjamin beaugh on Wednesday, 23 December 2015
Posted in General Issues
Replies 3
Likes 0
Views 723
Votes 0
Heya guys,

I need to remove the ability to COMMENT on a discussion in the stream. I dont want my users commenting i want them to use the discussion.

you guys fixed this for me awhile back but didnt tell me what you edited
thanks!
B
hey there,

I am sorry for the delay of this reply,

If you only want to disable that comment link under the group discussion stream, you have to modify this 2 file :

JoomlaFolder\media\com_easysocial\apps\user\groups\groups.php


//Add this code into LINE 361
$item->commentLink = false;


JoomlaFolder\media\com_easysocial\apps\group\discussions\discussions.php

// add this code into LINE 290
$item->comments = false;
·
Wednesday, 23 December 2015 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex!

Works great!
·
Wednesday, 23 December 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.
·
Wednesday, 23 December 2015 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post