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
- 25,933
- Points
- 823
Reputation:
Code:
I want to add photos to each topic according to its id.
However, there should not be a photo by default. Only photos provided for ID should be included.
Can you please help me how to do this?
Continue reading...
Code:
<xf:if is="$thread.cover_image">
<a href="{$linkUnread}" class="articlePreview-image" style="background-image: url('{$thread.cover_image}')" aria-hidden="true" tabindex="-1"> </a>
<xf:elseif is="$forum.node_id == 1" />
.........
I want to add photos to each topic according to its id.
However, there should not be a photo by default. Only photos provided for ID should be included.
Can you please help me how to do this?
Continue reading...