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,830
- Points
- 823
Reputation:
Hi all, I'm using the following template code in the thread_list_macros template. The intent is that, in designated forums, certain tickets should show as either "unclaimed" or "claimed" with information on who has claimed it.
HTML:
Read more
Continue reading...
HTML:
Code:
<xf:if is="$thread.custom_fields.ticketOwner">
<div class="structItem-minor">
<xf:if is="$xf.visitor.username == $thread.custom_fields.ticketOwner">
{{ phrase('application_claimed_by') }}: <div...
Read more
Continue reading...