RSS Feed/News Template - Respect Custom Field Visibility

Status
Not open for further replies.

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:

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...
 
Status
Not open for further replies.
Top