Changing sign-up form

Clay Gordon
Clay Gordon
@claygordon
10 years ago
744 posts
I want to use existing database fields (e.g., country) for this where I can as I want the data from new members to go in the same fields as members from Ning.

I know I have to use the db admin tool to see the structure of the table ... but which table am I looking for?
updated by @claygordon: 02/26/15 12:00:01PM
brian
@brian
10 years ago
10,148 posts
thechocolatelife:
I want to use existing database fields (e.g., country) for this where I can as I want the data from new members to go in the same fields as members from Ning.

I know I have to use the db admin tool to see the structure of the table ... but which table am I looking for?

You want to look in jr_jruser_item_key - that's all the key/value pairs for all users. _item_id = _user_id.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Clay Gordon
Clay Gordon
@claygordon
10 years ago
744 posts
jr_jruser_item_key shows me table structure (which I know is what I asked for):

_item_id int(11) unsigned [0]
key varchar(128) []
index smallint(5) unsigned [0]
value varchar(512) []

If I wanted to look at the entire contents of a single member record?
updated by @claygordon: 01/19/15 05:47:19PM

Tags