vB5 documentation - use real examples

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • delicjous
    Senior Member
    • Mar 2014
    • 499
    • 6.X

    vB5 documentation - use real examples

    Hi,

    just look into the developers documentation and see a strange example of if condition that is not working. http://vb5support.com/developers/tem...#vb-if-example
    Wouldn't it better to use real examples to get the user in the right direction and not upset or irritate the users who try the code?

    Example:

    HTML Code:
      <vb:if condition="$user['userid'] >= 1">     <b>Welcome Member.</b> <vb:elseif condition="!$user['userid'] OR $user['userid]" < 1 />     <b>Welcome Guest</b> <vb:else />     <b>Welcome</b> </vb:if>

Related Topics

Collapse

Working...