Condition Wont work....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mavrick17
    New Member
    • Dec 2003
    • 7

    Condition Wont work....

    Template = forumhome

    Code:
    <if condition="$bbuserinfo[userid]==0">
    <b><a href="register.php?s=$session[sessionhash]">Click here to register for FREE</a></b>
    <else />
    Welcome Back!
    </if>
    You can view the results here:

    http://www.phpnull.com -- upper right table

    Thanks
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    erm

    <if condition="$bbuserinfo[userid] != 0">
    Welcome Back! $bbuserinfo[musername]
    <else />
    <b><a href="register.php?s=$session[sessionhash]">Click here to register for FREE</a></b>
    </if>

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      that work?

      Comment

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