inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Mar 27, 2021 13:21:26 GMT -8
Forum URL: (private)
Hi,
I have this code on a thread list for a board that has the different background plug-in and different thread icons:
{foreach $[thread]} <tr id="$[thread.content_id]" class="$[thread.content_class]"> <td class="icon"> {if $[thread.board.id] == 66} {if $[thread.is_locked]} $[theme.image.padlock1] {if $[thread.is_sticky]} $[theme.image.sticky1] {elseif $[thread.is_announcement]} $[theme.image.XX] {else} $[theme.image.xx] {/if} {elseif $[thread.is_sticky]} $[theme.image.sticky1] {elseif $[thread.is_announcement]} $[theme.image.XX] {else} $[theme.image.cardinal1] {/if} {else} $[thread.icon] {/if}
The image I have for a sticky appears, but the one I have for locked threads doesn't appear. It is uploaded to the custom smilies section.
I've tried placing it in other places in the code, but it hasn't worked. Please advise.
Thank you.
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Mar 28, 2021 7:02:17 GMT -8
Also, there is only one thread icon. Where would I put the icon for the on/off icons? I only have the one for the off/no new posts, and not one for the on/new posts -- or vice versa.
Thank you.
|
|