Hey guys,
I wonder if every time I add a new custom field, will it also create a new column under Forum >>Members table?
Right now this table doesn't pick up WordPress usermeta!
Hey guys,
I wonder if every time I add a new custom field, will it also create a new column under Forum >>Members table?
Right now this table doesn't pick up WordPress usermeta!
Hi @beyondforce,
All the data is stored in the wp_wpforo_profiles table as a JSON array. It doesn't add any columns in wp_usermeta table. This is in case of the saving information in the database.
In the members tab the area is not enough to add a lot of information. For example, you can create 10 new fields, and if we add all those information like a column there, we'll get a messed design. So we don't add the information in the member's tab. This information is visible on the member's account pages.