![]() | Join Date: Apr 2007 | Posts: 1 |
Help with Conditional in forumhome_forumbit_level2_post
I can't seam to get this working properly.
<if condition="$forum[forumid] == 121">
<if condition="is_member_of($vbulletin->userinfo, array(4, 19))">
</if></if>
it seams to be working for the second condition, but not the first.
I trying to get an add to display for certain users when they enter forum 121. The problem is that it seams to be bypassing the first condition and displays the banner ad directly above the forum listings.
Thanks for your assistance!
<if condition="$forum[forumid] == 121">
<if condition="is_member_of($vbulletin->userinfo, array(4, 19))">
</if></if>
it seams to be working for the second condition, but not the first.
I trying to get an add to display for certain users when they enter forum 121. The problem is that it seams to be bypassing the first condition and displays the banner ad directly above the forum listings.
Thanks for your assistance!






Linear Mode

