Stupid question: if condition

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CSS59
    Senior Member
    • Oct 2004
    • 334

    [Forum] Stupid question: if condition

    What exactly does this do?
    <vb:if condition="!is_member_of($bbuserinfo, 9, 10)">


    does it only show it for group id 9, and 10, or does it exclude group 9 and 10?
    Last edited by CSS59; Sun 22 Jan '12, 7:35am.
    http://webdirectoryforums.com - Web Directory Forums - Coming soon!
    http://linkageplus.com - PR5
  • kh99
    Senior Member
    • Aug 2009
    • 533

    #2
    It excludes group 9 and 10, because of the '!' in front of it.

    Comment

    • CSS59
      Senior Member
      • Oct 2004
      • 334

      #3
      Originally posted by klh
      It excludes group 9 and 10, because of the '!' in front of it.
      Thanks a ton!

      So to do the opposite, remove the '!' ?
      http://webdirectoryforums.com - Web Directory Forums - Coming soon!
      http://linkageplus.com - PR5

      Comment

      • kh99
        Senior Member
        • Aug 2009
        • 533

        #4
        Yes, if you remove the '!' it will show only for groups 9 and 10.

        Comment

        Related Topics

        Collapse

        Working...