By HAZEL on Friday, 11 November 2016
Posted in Technical Issues
Replies 21
Likes 0
Views 547
Votes 0
Hello

The message "Stream item published successfully. Item will now be visible on your stream."
appears in every post

How to remove it ?

Regards

Frank
Hi there,

Sorry for the delay of this reply.

After checking on your site, We found that this issues comes from your 3rd party apps. After i tried to renamed "jreviews, myreviews, myfavorites" at this path .../media/com_easysocial/apps/user and it seems to do the job as you can see here http://prntscr.com/d5w56d. I would like to suggest you to disable them or if you required those apps, can you consult with Jreviews apps developer regarding this issues?

This issues is commonly reported as most 3rd party apps still not update and still not compatible with ES2.

Note:
I have revert back my change.
·
Friday, 11 November 2016 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I deleted this application (it was impossible to disable it).
I advise you to report it to JReviews, because Alejandro provides the package of applications compatible with EasySocial 2.0

Message JReviews


I told him the problem, but he said that the problem came from you

Thank you for your help and I hope that other people will not have the same problem

Regards

Frank
·
Friday, 11 November 2016 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
@Frank, the issue you asked us about was CSS related with the stream not taking on the 100% width, but instead 50%. I checked and couldn't figure out what was causing it so I provided a possible fix via a CSS override.

@Stackideas, I would really appreciate it if someone from your team can dedicate more time checking the client site when issues with the integration in the EasySocial 2 stream or apps are reported so you can tell us what has changed and how to fix it. As you know, we have invested a huge amount of time putting these integrations together, but we don't know what has changed or how to fix it ourselves.
·
Friday, 11 November 2016 20:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I know that everybody works hard to provide a result that, for me, very satisfactory for all the products provided.
I think that this problem will find a solution with the goodwill of each one.
Good luck to all

Regards
Frank
·
Friday, 11 November 2016 20:17
·
0 Likes
·
0 Votes
·
0 Comments
·
@Alejandro, Thanks for your reply.

@Frank, perhaps you can install back that app which you deleted just now, because we would like to pass this to our developer to check further.
·
Friday, 11 November 2016 20:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I reinstalled the JReviews Activity Stream application without activating it.
Your developer can activate it for testing
·
Friday, 11 November 2016 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
@Frank, Thanks.

@Alejandro, Is it possible revert back your css fix from the site so that we can re-check again why this happen on the stream?
Also may i know which PHP template file is responsible to show the jreview stream on Easysocial?
·
Friday, 11 November 2016 21:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I didn't make any css changes, only suggested one, and I am not sure if Frank made that change. The purpose for it was to try to fix the half-width stream.

You can find the path to our stream App here /media/com_easysocial/apps/user/jreviews and the templates for all the different types of activities here /media/com_easysocial/apps/user/jreviews/themes/default/streams

Thank you for looking into this. I really appreciate it.
·
Friday, 11 November 2016 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I also added to the css file style.min width: 100% in #es .es-container .es-content {height: 100%; width: 100%;}

Frank
·
Friday, 11 November 2016 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
@Alejandro, it found out it seems like this following onload jQuery messed up the stream html structure, if I temporary remove it, it seems work fine, you can take a look of attached screenshot below.


onload="window.ESImage ? ESImage(this) : (window.ESImageList || (window.ESImageList=[])).push(this);"


May i know is it this necessary to show on the photo stream?
·
Saturday, 12 November 2016 03:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again for checking this. I have no idea what that code does and it was copied from your core Apps in ES1, JReviews doesn't need it, so if it's ok to remove we can do that.

What about the other issue mentioned that each activity gets a message saying "Stream item published successfully. Item will now be visible on your stream."?
·
Saturday, 12 November 2016 03:27
·
0 Likes
·
0 Votes
·
0 Comments
·
"Stream item published successfully. Item will now be visible on your stream."?

By default, this message should be hidden control by css, i suspect because of that onload jQuery messed up the html structure then populate this message on the stream item. Hm, currently I have no ideas why this code causing this issue. But these message no longer appear on the stream listing page now.
·
Saturday, 12 November 2016 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thank you all for this work, hoping that this will benefit all

Frank @topdestinations
·
Saturday, 12 November 2016 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alejandro,

You could actually discard those as ESImage only exists on 1.x as we no longer rely on it any longer.
·
Sunday, 13 November 2016 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
@Alejandro,

I've applied some fix in this file as well. -> JoomlaFolder/media/com_easysocial/apps/user/jreviews/jreviews.php, because it seems like the issue happen again which reported from this thread -> https://stackideas.com/forums/easysocial-and-jreviews
·
Monday, 14 November 2016 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

The change to $item->preview = from $item->content = is only required for the media activities? What is the difference in the stream when using content vs. preview?
·
Monday, 14 November 2016 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Contents are mainly used in status updates and truncation may / may not happen depending on the user's settings. Preview on the other hand is treated as media objects so no truncation would happen at all on the preview property.
·
Monday, 14 November 2016 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Excellent, thanks clarifying that.
·
Monday, 14 November 2016 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Alejandro
·
Monday, 14 November 2016 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Registrations without moderation are posted in EasySocial's stream. But inscriptions that are in moderation, do not display when validated
I do not know if the problem comes from EasySocial or JReviews
I am sending a message to Alejandro from JReviews

Regards
Frank
@topdestinations
·
Thursday, 17 November 2016 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Frank,

Registrations without moderation are posted in EasySocial's stream. But inscriptions that are in moderation, do not display when validated

Perhaps you can start a new thread on our forums regarding this new issue and provide us more info which stream you referring? So we can help you check on this.
If that is "someone register on your site" stream, this stream is generated from Easysocial.
·
Friday, 18 November 2016 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post