XenForo Star rating in thread list

D

dutchbb

Guest
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...