D
dutchbb
Guest
Is it possible to show the stars from a custom thread field?
This only shows a number
Code:
Continue reading...
This only shows a number
Code:
Code:
<xf:if is="$thread.custom_fields.ID">
<li>{$thread.custom_fields.ID}</li>
</xf:if>
Continue reading...