1. luigidg
  2. Features Request
  3. Sunday, March 01 2015, 11:24 AM
Hi. i'm trying to understand how easyprofile works. I need to know in which table easyprofile stores the values of the custom fields i create from the control panel. Let's say i create a new field called "color" from the easyprofile control panel. Now suppose i set, for a certain user "X", the "color" field to "blue" for example. Where can i find in the joomla database the field "color" which is "blue" for a the user "X"? Not in the standard Joomla _users table. So, where?
Thanks
admin Accepted Answer
Admin
Hi,
Easy Profile use 2 tables:
- #__jsn_fields (fields map)
- #__jsn_users (user data)

Not in the standard Joomla _users table
Yes, this is normal, we can't hack Joomla core table. So to have complete profile data you need to join these tables: #__users and #__jsn_users
  1. more than a month ago
  2. Features Request
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.