Finding values for custom profile fields

Started by floridaflatlander, November 04, 2010, 03:46:52 PM

Previous topic - Next topic

floridaflatlander

I have found the table smf_custom_fields thats stores new data about a custom field. Things like id_field, col_name, field_name etc.

My problem is, where are the values stored? Say I have a custom field with the field_name of location and it has a value of "Florida" where is this value Florida stored?

I have a test profile with a custom location of florida and I can't find it. It's got to be there somewhere, I have looked in all my tables several times.

Any help would be appreciated.

Thanks
S

Oya

see the smf_themes table, theme id should be 0 or 1 (probably 1 iirc), and the custom fields should have entries in the variable column that begin with 'cust'

floridaflatlander

Quote from: Oya on November 04, 2010, 04:57:12 PM
.......... the custom fields should have entries in the variable column that begin with 'cust'

Yes they do, thank you.

Advertisement: