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?
Читать далее...
Код:
<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?
Читать далее...