Author Topic: New field in user table?  (Read 3626 times)

0 Members and 1 Guest are viewing this topic.

Offline keemo

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • http://www.zaffix.com
New field in user table?
« 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!

Offline keemo

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • http://www.zaffix.com
thanks
« Reply #1 on: June 21, 2002, 11:06:47 PM »
ok...i figured it out. i was missing the mods to the member.php file.