Quote:
Originally Posted by Phil_C
{#gr1:rating_to_stars(value,1)|<div>Rating: |</div><hr/>}
|
The word "value" shouldn't be there. In
Single Function Mode the value is passed automatically.
EDIT: Just in case the above isn't clear, what you want is
Code:
{#gr1:rating_to_stars(1)|<div>Rating: |</div><hr/>}