SeaWolf
Active member
Is when i'm in a thread list i can get the node id?
Let say i have a node "Welcome" with id=10
In that "Welcome" node i have some threads (a, b, c)
When i'm in that list of threads, so in the "Welcome" node, how can i get the node id ?
What i want is something like this when i'm in the Welcome node.
<xf.if is{$node.node_id} = 10 and $user = registered (or 1 if registered=1 would be better)>
...do something...
</xf.if>
Thank you for any help !
Let say i have a node "Welcome" with id=10
In that "Welcome" node i have some threads (a, b, c)
When i'm in that list of threads, so in the "Welcome" node, how can i get the node id ?
What i want is something like this when i'm in the Welcome node.
<xf.if is{$node.node_id} = 10 and $user = registered (or 1 if registered=1 would be better)>
...do something...
</xf.if>
Thank you for any help !