Quote:
Originally Posted by skippah
btw i still dont get why x and y
If i add a new forum i just have one id. is this maybe for the Forum-Kategorie AND the forum itself?
|
X and Y are the Ids of the two forums you created, if you create two.
If you create only one, you don't need the Y.
In this case you could use this kind of condition:
Code:
<vb:if condition="$forumid != X">
Instead of:
Code:
<vb:if condition="$forumid != in_array($forumid, array(X,Y))">
Quote:
Originally Posted by valdet
Can you please share the code how you achieved that in vB 3.x versions?
|
I don't know what code it was but I think I found it in the v.3.8 edit template forum somewhere.