By manishrustagi on
when i edit the user profile the values in not updated in data column of users table but before editing i found that value in data column.
Please help me regard this.
Thanks in advance.
when i edit the user profile the values in not updated in data column of users table but before editing i found that value in data column.
Please help me regard this.
Thanks in advance.
Comments
For profiles variables set
For profiles variables set as "admin viewable only" go into the data column. If you switched to one of the other three available profile options then they get put in the profile_values table.
Yes
I have got the values in profile_values table, before editing these values stored in data field in users table. So I have serialize the data column and displayed in the user detail page. Now my problem is after editing how to i will display the values that should be in the users table or profile_values table.