Star rating in thread list

Status
This content is read-only, or is not open for further replies.

dutchbb

Guest
offline
Is it possible to show the stars from a custom thread field?

This only shows a number
Code:

Code:
<xf:if is="$thread.custom_fields.ID">
                    <li>{$thread.custom_fields.ID}</li>
</xf:if>

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom