i want to show more then one person on a site using this how would i do this ( i dont want to show usergroups, just individual people as in me and my fionce =P
Code:
This is what i have right now which only shows 1 person...
<if condition="$vbulletin->userinfo['userid'] == 1"> </if>
Code:
But if i want to show two people would i do this?
<if condition="$vbulletin->userinfo['userid'] == 1,2"> </if>