Quote:
Originally Posted by ericgtr
For reference, here is the code for it to only "show" in selected forums:
Code:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>
|
Thank you Eric, but as for the conditional, is there not a way to just exclude certain forums rather than only show to certain forum as I have many many forums and sub forums that I would like to display the
Like button on and only say 4 forums and 7 subforums I would like to exclude lol. I am just finding my way around conditional at the moment and will try to refer to the article that details the conditional to work this one out on my own, but any help is greatly appreciated.
Quote:
Originally Posted by TimberFloorAu
Shouldnt :
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"
be
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
|
I don't want to look stupid here but are those 2 conditionals not identical?