syntx

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rastus
    Member
    • Jun 2004
    • 83
    • 5.5.x

    syntx

    what would be the proper syntax in VB 4.2 for this code?

    Originally posted by Colin F View Post
    Yes you can do that.
    Edit your postbit or postbit_legacy template and add the following code wherever you want the image to display: Code:

    <if condition="is_member_of($post, X)"> <img src="foo.gif" /> </if>
    Exchange the X with the usergroupid of the affected usergroup, and the foo.gif with the path to your image file.
  • AliMadkour
    Senior Member
    • Dec 2004
    • 1588
    • 6.X

    #2
    should be :
    Code:
    <vb:if condition="is_member_of($post, X)"> <img src="foo.gif" /> </vb:if>

    Former vBulletin Support Staff
    Need Help?, Or P.M. Me

    Comment

    • Rastus
      Member
      • Jun 2004
      • 83
      • 5.5.x

      #3
      Thank you

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...