tnx for the hint
but i cant still get the correct result
i'm not familiar with nodeid in vbulletin but i searched and found many pieces of codes , chosed this one and still cant get the correct output:
Code:
<vb:if condition="in_array($vbulletin->nodeid, array(1,2,3,4,5,6,7,8,9))">
the above if condition is not true? why? the nodeid must be set in somewhere else before checking it? what is it?
these are all empty:
Code:
{vb:raw $node[nodeid]}
{vb:raw $node.nodeid}
{vb:raw node[nodeid]}
{vb:raw node.nodeid}