
09-22-2012, 02:23 PM
|
|
|
Join Date: May 2011
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Stefan118
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 
|
Worked with BOP5's suggestion. same output from you too.
Thank you both of you.
|