trackpads
05-24-2008, 06:20 PM
What would the syntax be for hiding a postbit field so that in the PM it doesnt show?
For example:
<!-- Start Guestbook in Postbit -->
<if condition="$show['profile']">
<if condition="!$post['field39']">
<fieldset><legend><a href="member.php?$session[sessionurl]u=$post[userid]">Personal Guestbook</a></legend>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left"><a href="member.php?$session[sessionurl]u=$post[userid]">
<img border="0" src="http://www.trackpads.com/images/forum/pleasesignmypguestbook.gif" width="110" height="26"></a></td>
</tr>
</table>
</fieldset>
</if>
</if>
<!-- End Guestbook in Postbit -->
Thanks again,
-Jason
For example:
<!-- Start Guestbook in Postbit -->
<if condition="$show['profile']">
<if condition="!$post['field39']">
<fieldset><legend><a href="member.php?$session[sessionurl]u=$post[userid]">Personal Guestbook</a></legend>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left"><a href="member.php?$session[sessionurl]u=$post[userid]">
<img border="0" src="http://www.trackpads.com/images/forum/pleasesignmypguestbook.gif" width="110" height="26"></a></td>
</tr>
</table>
</fieldset>
</if>
</if>
<!-- End Guestbook in Postbit -->
Thanks again,
-Jason