MyBB Community Forums

Full Version: New setting for user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a site where users from the forum login, and from there, do various things. The main thing I'm focusing on, is the newsletter. When users submit newsletter ideas, I'd like to store those on their account. Is there any way I could store:
  1. The date of the submission, or
  2. the entire submission
By the way, I don't know any PHP (or very little, I'm learning)
??Huh
You should create a new table in your database for this, and have one column as uid. Sorry I don't have time to write the entire thing for you, but I'm just saying it probably isn't the best thing to stick it into the mybb_users table.
(2008-10-26, 03:57 AM)DennisTT Wrote: [ -> ]But I'm just saying it probably isn't the best thing to stick it into the mybb_users table.
Why not?