Half Star And Replace Star Images To Cstarrating

Hi everyone,

I have 2 questions about CStarrating…

First Question:

How to render half star?


<?php $this->widget('CStarRating',array(

    'name'=>'avg1',

    'value'=>$avg1,

    'maxRating'=>5,

    'minRating'=>1,

    'readOnly'=>true,

));

?>

Everytime I made the $avg equals to decimal like 4.3. It starts to give me weird output like 7 stars…etc. (should be 5)


Second Question:

I am using CStarrating now and I don’t like those red little stars… Has anyone replaced them before?

Where should I get those star images and how can I replace them?

Thanks a lot for help!

Any ideas?

Thank you very much!