Quote:
Originally Posted by Stangsta
|
so would it look something like this?
PHP Code:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
<form action="profile.php" method="post">
<input type="hidden" name="userid" value="$bbuserinfo[userid]" />
<input type="hidden" name="do" value="pnotes" />
<textarea name="pnotes" cols="50" rows="7" style="font-family:'courier new'">$persnotes</textarea><br />
<input type="submit" value="Update" />
</form>
<else /></if>
or is that putting it in the wrong spot?