
12-27-2012, 11:47 PM
|
|
|
Join Date: Sep 2006
Location: Atlanta, GA
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
You just use AND to join two conditions that both must be true.
Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7,42,43) AND $post['currentactivity']">
{vb:raw post.currentactivity}
</vb:if>
|
I tried using this in a CMS widget and it would not work. Any ideas?
|