*

slicer

  • ****
  • 204 posts
How to hide stars
« on: December 13, 2017, 10:04:10 PM »
Hey guys how do I hide stars if user hasn't been rated yet? looks like that person has terrible quality. a bounch of empty star ads in the list.

*

slicer

  • ****
  • 204 posts
Re: How to hide stars
« Reply #1 on: December 15, 2017, 10:40:28 PM »
Hello  :-[ anybody here?

*

MB Themes

Re: How to hide stars
« Reply #2 on: December 15, 2017, 11:15:59 PM »
Sorry I did not get time to look on it yet..
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: How to hide stars
« Reply #3 on: December 15, 2017, 11:52:38 PM »
Sorry I did not get time to look on it yet..

We love you man, thanks ^^ ;D

*

MB Themes

Re: How to hide stars
« Reply #4 on: December 17, 2017, 08:51:01 PM »
@slicer
In functions.php find:
Code: [Select]
$global_rating = ModelUR::newInstance()->getRatingAverageByUserId($user_id, $user_email, 9, $validate);
bellow this code add:
Code: [Select]
if($global_rating <= 0) {
  return false;
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots