By David Judah on Friday, 25 April 2014
Posted in General Issues
Likes 0
Views 692
Votes 0
Hi there,

It is a small thing that does not make any sense to me. If someone posts a discussion and it shows on mother persons newsfeed, it is then gives you two options. The problem we are facing with our new Easysocial powered site is that people press on the 'comment' button and comment there. Of course that is not a good idea as it is not inside the discussion and kind of defeats the purpose.
Noted, I will see what can be done to alter this. Shouldn't be too difficult because it's already possible with the existing codes (I believe)
·
Saturday, 26 April 2014 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

Yeah, agreed. It could be confusing as people might think commenting on the stream would also add a comment on the discussion. We're still thinking of a proper strategy for this as it is configurable in EasyDiscuss to use a full WYSIWYG editor, it could be quite impossible to duplicate the contents of the comment into EasyDiscuss. It's a real tricky situation.
·
Saturday, 26 April 2014 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Maybe just disable the 'comment' and just 'force' people to go to the discussion and comment there? (in the meantime until you figure out something more elaborate). It is very confusing and we are seriously thinking of disabling discussions in groups because of this.
·
Saturday, 26 April 2014 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
I agree with David. Why not put a link there that will take the user to the existing discussion to post a reply and hide the comment link.
·
Saturday, 26 April 2014 09:34
·
0 Likes
·
0 Votes
·
0 Comments
·
That makes sense. A quick stop gap until you come up with an idea.
·
Saturday, 26 April 2014 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing guys
·
Sunday, 27 April 2014 04:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
This should also be true for the Kunena stream that is generated. Disable the COMMENT link and add a REPLY TO DISCUSSION that will take you to the forum post to post a reply.
·
Friday, 02 May 2014 05:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

We will see if we can include this in the future.
·
Friday, 02 May 2014 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello all, please allow me to leave my input regarding this issue since it has been here for a long time (when easyblog and easysocial were integrated with other social components)
i think Mark and the team should go deeper into finding the right approach to handle this. As we all know easysocial will need to work in a logical way with other components such as easyblog, easydiscuss, jreviews, kunena .. etc.

disabling the comment is just not the correct methodology. we need to find away that people can interact with all feed activities without the real need to get redirected to another page.
i believe the correct right approach is how the photos are behaving right now ( a pop up window). i know it might be realllly tricky thing to achieve, but it's the right approach and it needs to be implemented if we are going to use extensions along with easysocial.

image a newsfeed stuffed with easyblog, easydiscuss, jreviews content but you can't engage with them all unless you get redirected to another pages. that won't be Not a great user experience n will eventually drive some users away( users are lazy)
·
Friday, 02 May 2014 21:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello muhanad,

Yep, you are right but there's 1 issue to this. EasyDiscuss for instance allows you to use a full fledge WYSIWYG editor and EasySocial does not allow that to happen. This is where it all get's really tricky. Imagine if you post a reply in EasyDiscuss with some html tags, it would then be stripped off and your content might look different in the comments vs on EasyDiscuss
·
Friday, 02 May 2014 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi muhanad,

I don't like the popup approach, it is much easier and practical to take you to the actual discussion so you can post your comments, this is true for Kunena and ES Group Discussion.
·
Saturday, 03 May 2014 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

no need for WYSIWYG when replying thru newsfeed i guess. if they want to visit the page of the discussion, they can always do and get full discussion page with more details and WYSIWYG. we need to find away so easysocial makes sense in all areas, whither it's working alone or with other joomla extensions.
but here we need to be careful as well. is the system is working vice versa ( are they comments made under easydiscuss would show up under the comments in newsfeed? ) if yes then we can call it a perfect solution

Hi Checksum, yea i guess some people would prefer being redirected to the page so they can view full thread before posting. butt i always try to avoid redirecting users specially when you have kunana, jreview, easyblog and easydicuss. imagine how many clicks they need to go through in order to participate. i guess mark and the guys can always make it optional
·
Saturday, 03 May 2014 04:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Muhanad
·
Saturday, 03 May 2014 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I also find easydiscussion comments in the stream very confusing. i would greatly greatly appreaciate your help disabling comments on the discussion posts.

As I understood there was solution found there. The code:

.type-discussions.streamItem.es-stream-full.stream-context-discussions .action-title-comments.streamAction {display:none !important;}


But unfortunately it does not work for me. Maybe it's for Group's Discussion application, not for EasyDiscuss??
·
Friday, 18 July 2014 05:55
·
0 Likes
·
0 Votes
·
0 Comments
·
hey dalia (and of course everyone else who wants to use it)

the code snippet you posted here that I shared on the other topic was indeed for group discussions and not easydiscuss streams.

however you can try the following code and this should get rid of the comment link on your easydiscuss stream:


.type-discuss.streamItem.es-stream-full.stream-context-discuss .action-title-comments.streamAction {display:none !important;}


hope that helps and have a nice day
·
Friday, 18 July 2014 06:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it helped me to have a very nice day!! Thank you!
·
Friday, 18 July 2014 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Dalia, glad that your issues are resolved now
·
Saturday, 19 July 2014 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post