[xFv] Well-known member Sep 15, 2017 #1 Hello! I was wondering if there is a way to save each custom user field and use them in addon and if so , how? Thank You!
Hello! I was wondering if there is a way to save each custom user field and use them in addon and if so , how? Thank You!
Mike XenForo developer Staff member Sep 15, 2017 #2 Similar to XF1, you would insert them as part of your setup code. (Please use an entity to do this, not raw queries.) You can see the rough process by looking at how a user field is saved in the ACP.
Similar to XF1, you would insert them as part of your setup code. (Please use an entity to do this, not raw queries.) You can see the rough process by looking at how a user field is saved in the ACP.