2012-04-11, 01:46 PM
Hi!
So, I added a Custom Profile Field, and set it to required when you register.
However, I can't find where MyBB stores this value.
Where does it get saved?
Lolmewn
After some searching, I think I found it.
In the MySQL database, there's a table called mybb_userfields
In there, it saves the ID of the user + the values for all user fields.
So, I added a Custom Profile Field, and set it to required when you register.
However, I can't find where MyBB stores this value.
Where does it get saved?
Lolmewn
After some searching, I think I found it.
In the MySQL database, there's a table called mybb_userfields
In there, it saves the ID of the user + the values for all user fields.