Hi thanks so much! sorry i'm a little bit slow i think i done it wrong
I replaced
$global_rating = ModelUR::newInstance()->getRatingAverageByUserId($user_id, $user_email, 9, $validate);
with
$global_rating = ModelUR::newInstance()->countRatingsByUserIdAll($user_id, $user_email, 9, $validate);
and added the function to the bottom of ModelUR.php but it breaks the site, bringing up white screen.
regards.