ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,584
- Points
- 823
Reputation:
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...