SectionEighty
Member
Hi,
I currently have this snippet of code:
This will display the NSFW prefix in the latest posts plugin we have, however I want to know if it's possible to display this tag only if the thread has the css class "prefix prefixRed", example in pseudocode (kind of)
Appreciate all the responses.
I currently have this snippet of code:
Code:
<xen:if is="{$thread.node_id} == '106'"><span class="nsfwsidebar">NSFW</span></xen:if>
This will display the NSFW prefix in the latest posts plugin we have, however I want to know if it's possible to display this tag only if the thread has the css class "prefix prefixRed", example in pseudocode (kind of)
Code:
if css class == 'prefix prefixRed' then <span class="nsfwsidebar">NSFW</span>