Template Conditional Not Disappearing

fattony69

Well-known member
Hey,

I am trying to get my template conditionals to work, but for some reason, one doesn't work. I am trying to hide something in one forum. It doesn't show up in the forum list, but not in the threads themselves. Here is the code I am using:

Code:
<div style="section">
<xen:if is="{$quickNavSelected} != 'node-24'">
<xen:if is="!{xen:helper ismemberof, $visitor, 5} AND !{xen:helper ismemberof, $visitor, 6}">
    My Information
</xen:if>
</xen:if>
</div>

It won't disappear. I am trying to get it to disappear.
 
Top Bottom