As of writing, vB 4 isn't even out yet (it's in Alpha testing) so this won't be of use to you just yet, but at least you know it's here and we have it. Might as well add it to your bookmarks now so you have it when you need it. :cool:
------
Viewer is a guest
<vb:if condition="$show['guest']"> </vb:if>Viewer is a member
<vb:if condition="$show['member']"> </vb:if>Viewer is in a specific usergroup (In this example, 6 is the usergroup ID. You can add more using commas)
<vb:if condition="$is_member_of($bbuserinfo,6)" /></vb:if>Viewer has a specific User ID (user ID = X)
<vb:if condition="$bbuserinfo['userid'] == X"> </vb:if>------
This list will be updated and maintained as time goes on and more information becomes available. :)



Sign In
Create Account










