This topic contains 1 reply, has 2 voices. Last updated by Cristián Lávaque 3 years, 8 months ago.
Topic Author | Topic |
---|---|
Posted: Saturday Apr 13th, 2013 at 10:42 pm #47440 | |
I’ve been looking around the files and even use NotePad++ to search all files for “usermeta” and “custom_reg_fields” hoping to come up with some hits that could better lead me to where s2member inserts the custom fields data into the usermeta table when a new user uses the payment form to pay and sign up. I have two columns, business name and contractor number in the user table, I need to insert the custom fields generated by s2member data into the users table as well as the usermeta table where it’s currently only going. I have over 100,000 users with these column values filled as well as script that pulls data from here. It would be a lot easier for me to find where s2member inserts this data in the script rather then change my script to pull data from usermeta and accommodate s2member. I keep looking over the includes/classes/custom-reg-fields.inc.php file assuming it’s in there but… any help is appreciated. Thanks! |