Pieper
11-10-2013, 11:22 AM
Hello,
Can't seem to find the right conditionals for hiding specific subforums ( not all). I want to hide it only on the forumhome and not one click down.
I add '<vb:if condition="!in_array($forumid, array(X))">' ( where X is the forumID) at the top of the forumhome_forumbit_level2_post template en close the template with '</vb:if>'
When I use the forumID from 'Test' (see screenshot)it's hiding correct. I can add several forumID's( separating them with commas). They are all hiding correct.
The problem is when I use a forumID from Test1, Test2 etc they are not hiding.
I'm pretty much a noob when it comes to conditionals so I hope someone can help me with this.
It's on VB 4.2.1
Thanks!
Can't seem to find the right conditionals for hiding specific subforums ( not all). I want to hide it only on the forumhome and not one click down.
I add '<vb:if condition="!in_array($forumid, array(X))">' ( where X is the forumID) at the top of the forumhome_forumbit_level2_post template en close the template with '</vb:if>'
When I use the forumID from 'Test' (see screenshot)it's hiding correct. I can add several forumID's( separating them with commas). They are all hiding correct.
The problem is when I use a forumID from Test1, Test2 etc they are not hiding.
I'm pretty much a noob when it comes to conditionals so I hope someone can help me with this.
It's on VB 4.2.1
Thanks!