Bo, I responded to your email. The information is being stored in three separate tables:
- wp_cimy_uef_data
- wp_cimy_uef_fields
- wp_cimy_uef_wp_fields
I thought those tables came from this plugin:
http://wordpress.org/extend/plugins/cimy-user-extra-fields/
In any event, the data is not stored in the usermeta table, so the merge tag of {user:company-brand-name} will not work, because a) the name of the meta key in your screencase is COMPANYBRANDNAME not company-brand-name and b) it's not part of the usermeta table.
To use the merge tag of {user:metakey} the meta key needs to be part of the usermeta table and record for that user.
To get the information out of those other tables, you will need to use whatever functions the plugin provides for accessing those tables.
If this information does exist in the the usermeta table, I will need to see another screencast to see how it's being stored.
Thanks.
Posted 13 years ago on Wednesday November 2, 2011 |
Permalink