4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: keemo on June 21, 2002, 10:39:33 PM
-
Im having trouble writing to a new field in the users table.
-I added the field "user_statement" to the 4images_users table.
-Added definition in lang file.
-Added this to the templates/member_editprofile form:
<tr>
<td class="row1"><b>{lang_statement}</b></td>
<td class="row1"><input type="text" name="user_statement" size="30" value="{user_statement}" class="input" /></td>
</tr>
What else do I need to do to have the member_editprofile form actually update the statement field in the db?
As soon as I get this figured out, I plan on purchasing this software, so any help would be great.
Great job!
-
ok...i figured it out. i was missing the mods to the member.php file.