mychildren2020
Forum Replies Created
-
https://pasteboard.co/LtsIMa5ROPdL.png
- This reply was modified 1 year, 5 months ago by mychildren2020.
It looks whitelist hook is working.. I will update if I face any issue.. Thanks for your help,
Dear Support,
Thank you for referring these filter and action hook. But, it doesn’t solve the issue. Please read the scenario carefully and suggest.
The scenario: There is one field which user needs to update periodically (FIELD1). There is another field (FIELD2) which user doesn’t have access, but we need to programmatically update when FIELD1 is being updated by user from front-end (actually FIELD2 is current date which signifies last update date of FIELD1 by the user).
Please let us know what is the best way to do that.
Since user doesn’t have access (view/edit) of FIELD 2, when we are doing update_user_meta($user_id, ‘last_support_date’,$current_date); or $changes[‘last_support_date’] = $current_date; in um_before_update_profile, it is failing.
But, surprisingly update_user_meta($user_id, ‘last_support_date’,$current_date); in um_after_user_updated is working perfectly.
it is solved… ignore it…
I am facing this problem again at latest version only for a particular role profile. For other roles it is working.. What is root cause of this problem.. The profile picture is coming bigger and profile information is shifted to right side. Please check this link:
https://my-children.org/user/rkmlpvcdfgmail-com/- This reply was modified 3 years, 5 months ago by mychildren2020.
Forum: Fixing WordPress
In reply to: How to automate WordPress ExportThanks… will try WP Cron
Forum: Plugins
In reply to: [Import and export users and customers] Cron job for exportok, sure thanks a lot.. Very nice plugin anyway..
It is resolved by rolling back and editing the form egain
Just to mention I already tried to rollback to earlier version of ultimate member, but it did not work.. That should not be the case since the problem is happening only for this role where I added some additional custom field and then delete also. But still the same problem…. If I change the role, it is working…
Emailed you… Please check…
@champsupertramp Can you tell me whether you are looking into it please?
Any update on this? you may guide me to debug as well..
Also, can you tell me which function I should investigate or debug when we are viewing the profile with wrong birth date?
Hi Champ,
I am not really sure about the steps to reproduce the issue. But, this is what I am facing consistently.– User registered and mentioned his/her birthday which must be past date.
– I checked his/her profile and can see the birth date. I may edit some information as well and save.
– After few days, in one of our dashboard I see date is coming future date and age is showing too less.
– I check the profile and strangely it is some future date which should not be accepted at the first place.
– The changed date is pretty arbitrary, not always in future, but mostly few days back or future, but unrealistic.If required I can show you remotely. Let me know how to proceed. But, I need to resolve it fast.
Version is 2.1.16
The code exists… Still it redirects to home if user is not admin.. may be it is by another plugin..