Ant 18 Posted March 15, 2017 Share Posted March 15, 2017 (edited) 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. 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 March 15, 2017 by Ant Link to post
Solution Alejandro 926 Posted March 15, 2017 Solution Share Posted March 15, 2017 This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to post
Ant 18 Posted March 15, 2017 Author Share Posted March 15, 2017 This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to post
Ant 18 Posted March 16, 2017 Author Share Posted March 16, 2017 This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to post
Recommended Posts