007
04-26-2005, 08:55 PM
I want to make a text field show up in the edit profile page, but only be editable by people with so many posts or more.
<input type="text" class="bginput" name="fieldname" value="$bbuserinfo[fieldname]" size="25" maxlength="30" />
How would I do this? I want the field to be grayed out for users with less than a certain number of posts.
Thanks.
~007
<input type="text" class="bginput" name="fieldname" value="$bbuserinfo[fieldname]" size="25" maxlength="30" />
How would I do this? I want the field to be grayed out for users with less than a certain number of posts.
Thanks.
~007