XF 1.1 Condition for Private Node ?

tafreehm

Well-known member
Hello,
Is there a condition for Private Node. For example:
<xen: if {private.node}>
// Do this
</xen: if>

?
 
Hello,
Is there a condition for Private Node. For example:
<xen: if {private.node}>
// Do this
</xen: if>

?
If you already know its a private node, can't you use the node ID?


Else, you may have to dig into node permissions and I'm not sure if they're exposed via templates. Try dumping the variables.
 
Top Bottom