drab
Forum Replies Created
-
I dont quite remember but this was a few months back. I think it was due to another plugin where I was controlling dashboard rights for different user groups. You might want to try and deactivate any plugins controlling rights one by one.
Thanks,
drabis there any way to hide it?
thx
drabThanks all for your help!
LP team,
Thanks for looking into this. Turns out the issue was at my end. I appreciate the assistance and apologize for the inconvenience.Regards,
drabAswin,
Thats pretty comprehensive. Thanks for sharing.Regards,
drab.Perfect! Thank you.
Two questions just for my knowledge:
1. what is the ‘999,3’ for?
2. how do we know what the ‘custom action’ field should be (in above case its ‘user_email_details’ as you indicated). I’m guessing its the last part of either the function name or hook name.I’m comfortable with coding.
Thanks again.
drabsorry, about the formatting. Here is the code again:
function um_custom_validate_email( $args ) { if ( isset( $args['user_email'] )) { if (email_exists($args['user_email'])) { UM()->form()->add_error( 'user_email', 'This email address is already registered.' ); } UM()->form()->add_error( 'user_email', 'Email is required.' ); } } add_action('um_submit_form_user_email','um_custom_validate_email');
Wordpress 5.9.3
PHP 7.4
Learnpress 4.1.6.5Thx
drabForum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove assessment tab in admin dashboardI understand. I am comfortable with PHP code. Can you please provide the code. I’ll take responsibility when the new update comes.
Thanks,
drabNo. Its not active. I never activated it.
Regards,
drabForum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove assessment tab in admin dashboardHi,
Still looking for a reply on this one. Any help is appreciated.thx.
drabForum: Plugins
In reply to: [Video Conferencing with Zoom] Show Zoom Time and Date onlyHello Digamber,
Thank you so much for the code. It is what I needed except for one thing; this outputs time in the timezone selected when creating the meeting. I need it to be in the local browser timezone.
The normal zoom meeting details page (ie the page where I place the original zoom meeting shortcode) converts the original selected timezone to the local browser timezone (which is correct). I need the time to be in the local timezone (like what zoom does in the output)
e.g. When creating a new meeting for 2 pm, I selected the Egypt timezone. If someone in Nepal views the meeting details for this (ie. output using the zoom display shortcode), they will see 5.45 pm as the meeting time.
In case of your code, I’m still seeing Egypt time 2pm while Im in Nepal. I hope this clarifies the question.
I appreciate your help on this, and I am already amazed at the support you are providing.
Thanks in advance.
drabForum: Plugins
In reply to: [Video Conferencing with Zoom] Show Zoom Time and Date onlyHello again.
Just wanted to ping you that I am really looking forward to the code. Kindly assist.Thanks,
drab.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Remove assessment tab in admin dashboardOh thats sad. can we disable it somehow then so that its not clickable. I appreciate your help on this.
Thanks,
drabForum: Plugins
In reply to: [Video Conferencing with Zoom] Show Zoom Time and Date onlyThank you for your response. I am comfortable with coding. Please do share the code.
Thanks,
drab