Just a heads up, the latest version of EasySocial breaks jReviews stream integration. I believe jReviews team is working with Stackideas to solve it, but just wanted to warn you guys not to update a live site until the integration is fixed.
Hi Jannik,
We are actually waiting for a user to provide us with a site's access to proceed to debug with this. And as of now we still are not able to proceed with any investigation.
Is it possible for you to provide us a bug report, reproduce steps, information and also site access so that we can get this fixed as soon as possible?
Sure thing! I can definitely provide you all you need.
When you add a listing in jReviews the stream item either doesnt show up, or it shows up with no item name in title... and a link that redirects to home in body.
Media attachments dont work.... and stream items for added media show up with no image and lots of padding.
Just in case anyone wants to quickly fix this on their site, edit the file /administrator/components/com_easysocial/includes/stream/template.php and at line 313 locate the codes below,
if (!$this->item_params && is_string($params)) {
Replace it with,
if (!$this->item_params && (is_array($params) || is_object($params))) {