Jump to content

Ratings not showing next to avatar for EasySocial2


Ant

Recommended Posts

I believe I’ve found a problem. After upgrading from EasySocial 1.4.6 to EasySocial 2.0.13, I found that ratings stopped showing on the EasySocial user profile next to the avatar (using everywhere addon and Reviewme EasySocial app). I’m using JReviews v2.7.15.3 and my JReviews’ EasySocial Apps were updated from JReviews v2.7.14.4.

 

Can someone confirm whether they can replicate this problem or not?

 

There is a small chance that it is due to my modifications, but I believe the ratings problem is due to a change in the EasySocial wireframe theme. The file found at html/components/com_easysocial/themes/wireframe/profile/default.header.php

seems to have been replaced with html/components/com_easysocial/themes/wireframe/profile/default.php

and beforeBadges has been removed. Searching for

$this->render('widgets', 'user', 'profile',

gave me the following results.

 

post-26704-0-97095600-1489575098_thumb.jpg

 

By adding

<?php echo $this->render('widgets', 'user', 'profile', 'beforeBadges', array($user)); ?>

to html/components/com_easysocial/themes/wireframe/profile/default.php

the ratings are displayed next to the avatar, but a new problem arises-the ReviewMe app stops being displayed.

 

That's as far as I've got so far. Any input appreciated.

Edited by Ant
Link to comment
×
×
  • Create New...