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!
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.