Nth Member Custom Field
Posted: 2025-08-29 19:53
Is there a way to add a 5th, 6th, etc Members custom field?
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=2&t=5684
membership_users
table. However, this approach comes with maintainability overhead, e.g. if you're planning to use getMemberInfo()
or rely on the default AppGini-generated admin pages, modifying the membership_users
table directly is not recommended. The admin files do not offer hooks to support custom fields in this table, and any changes you make will be overwritten the next time you regenerate your application with AppGini.membership_users
table via a memberID
foreign key. This keeps your custom data separate from AppGini's system tables and ensures: