MyBB Community Forums

Full Version: Getting information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've created a new column in the mybb_user table of MyBB 1.4.4. I need to select the value in the user column from the database, for the user who is logged in. I have tried $mybb->user['filmerpoints']; but it doesn't work.
No help?
So you added a new field, right? Not a new column?
No, I added a Column (a column is "uid", "username", etc) because I want a new value associated with each individual user.