By Thomas Schaller on Friday, 07 November 2014
Posted in General Issues
Replies 13
Likes 0
Views 671
Votes 0
It is confusing that members can either comment on a conversation or post a reply. Only the latter one displays in the discussion thread although the poster intended it as a reply to the discussion. Can comments (only) for discussions be switched off?

BTW is the use of "conversations" and "discussions" in EasySocial consistent? Do both expressions mean the same or are they differnt things?
Hi,

We will see if we can include this in the future version but currently we are focusing on finishing up EasyBlog 5.
·
Friday, 07 November 2014 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Thomas,

Sorry but I am not really sure if I understand you here. In conversations, you cannot comment in a conversation. You can only post replies within a conversation.

Conversations and discussions are 2 separate features altogether and you should not get them mixed up.
·
Friday, 07 November 2014 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
OK I have to clarify: I got confused that someone commented on a feed item mentioning that I created a new discussion but he intended to post a reply in the discussion. So he should have clicked "Reply discussion" instead of "Comment". If I want to prevent this I have to delete the respective feed item...

I'm still confused about the difference between discussions and conversations. Can you clarify or point me to where I can find explanations?

Thanks.
·
Friday, 07 November 2014 02:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Thomas,

Hm, sorry but I am also a little lost here. What do you mean by click on "Reply discussion" instead of "Comment"?
·
Friday, 07 November 2014 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
See the attached screenshot: it's just a post in the stream that a new discussion has been created. A member wanted to take part in the discussion but did not click "Reply discussion" but commented on the post directly. To avoid this confusion, I'd like to have the opportunity to disable Comments in stream posts that refer to discussions.
·
Friday, 07 November 2014 15:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Currently, comments are just "comments" on stream and is not carried forward to discussion's reply. We will see if we can include this feature in the future.

If you would like to disable comments on discussion stream item, for groups, go to the file /media/com_easysocial/apps/group/discussions/discussions.php, change line 256 from:

$item->comments 	= $comments;


To:

$item->comments 	= false;
·
Friday, 07 November 2014 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your quick reply but I'm afraid that the hack is not working. You can see the live website when logging in with the credentials given in my account at StackIdeas.
·
Friday, 07 November 2014 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Oh sorry the code that I've provided only affects stream item on group and events page.

For stream item on dashboard/profile page, add this code in the file /media/com_easysocial/apps/user/groups/groups.php after line 368:

$item->comments = false;
·
Friday, 07 November 2014 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
For events, add this code in /media/com_easysocial/apps/user/events/events.php after lin 218:

$item->comments = false;
·
Friday, 07 November 2014 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Great! That's it. Thanks.
Will you note this as a feature request for future versions?
·
Friday, 07 November 2014 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for this - I also have been in a conversation with Mark about how "unintuitive" this is - that a user is quite likely to comment on a discussion that appears in the main stream without realising that it won't then be a part of the discussion. ( http://stackideas.com/forums/discussion-items-in-a-group-are-no-longer-showing )

For now it makes sense to just get rid of "Comment" so will try your suggested tweak, but ideally a comment should become part of the discussion but I guess that would mean discussions would need to support the "thread" type structure (which would be great as would discussions also supporting the @ fetaure to mention other people.)
·
Friday, 07 November 2014 19:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Have made a Voices vote for this

http://stackideas.com/voices/easysocial/item/538
·
Saturday, 08 November 2014 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thanks for sharing.
·
Saturday, 08 November 2014 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post