Quote:
Originally Posted by tareqbd
Not working in vbulleting 4.2.0
Anybody help please.
|
Use this:
<vb:if condition="in_array($GLOBALS['forumid'], array(1,2,3,))">Show this to forum 1, 2 and 3</vb:if>
instead of this:
<vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if>
Edit: Ok, next time i will read first, and post later