Jul
02
Forum vBulletin 4 Template Conditional for Forum ID not working correctly?
ByI have this code here:
But it doesn't show up in those forums. If I remove the if statement code it works just fine. As far as I can tell that is the correct template conditional. This is for the template FORUMDISPLAY.
Code:
<vb:if condition="in_array($forum['forumid'], array(112,113,114))">
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=7">Want to Trade</a>
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=1">Want to Sale</a>
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=2">Want to Buy</a>
</vb:if>But it doesn't show up in those forums. If I remove the if statement code it works just fine. As far as I can tell that is the correct template conditional. This is for the template FORUMDISPLAY.
