Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gil Ronen Posted August 15, 2019 Posted August 15, 2019 Hi, I want to add a column to core_members table to use in my app, How can I do it?
Adriano Faria Posted August 15, 2019 Posted August 15, 2019 If it is for a marketplace submission, it won’t get approved. If it is for your own use: is it an app or plugin? EDIT: app, sorry. Go to Versions tab and add the query there.
Gil Ronen Posted August 15, 2019 Author Posted August 15, 2019 35 minutes ago, Adriano Faria said: If it is for a marketplace submission, it won’t get approved. If it is for your own use: is it an app or plugin? EDIT: app, sorry. Go to Versions tab and add the query there. Found it, how do I add it to the scheme so I can use it with the Member class?
Adriano Faria Posted August 15, 2019 Posted August 15, 2019 You can use $member->newcolumn when you load a member or \IPS\Member::loggedIn()->newcolumn for the current member.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.