Thanks so much, but can you edit it I did not know the variables name, here is the code:
PHP Code:
<div class="smallfont">
<br />
<if condition="$post['joindate']">
<input type="text" name="Date" size="25" dir="rtl" value="$vbphrase[join_date]: $post[joindate]" class="alt1 infouser" />
</if>
<input type="text" name="ID" size="25" dir="rtl" value="$vbphrase[userid] : $post[userid]" class="alt1 infouser" />
<if condition="$post['field2']">
<input type="text" name="location" size="25" dir="rtl" value="$vbphrase[location_perm] : $post[field2]" class="alt1 infouser" />
</if>