Title: drab's Replies | WordPress.org

---

# drab

  [  ](https://wordpress.org/support/users/drab/)

 *   [Profile](https://wordpress.org/support/users/drab/)
 *   [Topics Started](https://wordpress.org/support/users/drab/topics/)
 *   [Replies Created](https://wordpress.org/support/users/drab/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/drab/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/drab/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/drab/engagements/)
 *   [Favorites](https://wordpress.org/support/users/drab/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/drab/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/drab/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Instructor can view other’s courses in dashboard](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/#post-16057379)
 * 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,
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Hide the ‘+’ sign in LP -> Curriculum–>create a new section / lesson](https://wordpress.org/support/topic/hide-the-sign-in-lp-curriculum-create-a-new-section-lesson/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-the-sign-in-lp-curriculum-create-a-new-section-lesson/#post-15690102)
 * is there any way to hide it?
 * thx
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] custom error msg for existing email](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/#post-15670450)
 * Thanks all for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Instructor can view other’s courses in dashboard](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/#post-15664321)
 * 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,
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] custom error msg for existing email](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/#post-15664263)
 * Aswin,
    Thats pretty comprehensive. Thanks for sharing.
 * Regards,
    drab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] custom error msg for existing email](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/#post-15663655)
 * 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.
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] custom error msg for existing email](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/custom-error-msg-for-existing-email/#post-15662471)
 * sorry, 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');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Instructor can view other’s courses in dashboard](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/#post-15651826)
 * Wordpress 5.9.3
    PHP 7.4 Learnpress 4.1.6.5
 * Thx
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Remove assessment tab in admin dashboard](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/#post-15648909)
 * I understand. I am comfortable with PHP code. Can you please provide the code.
   I’ll take responsibility when the new update comes.
 * Thanks,
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Instructor can view other’s courses in dashboard](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/instructor-can-view-others-courses-in-dashboard/#post-15648897)
 * No. Its not active. I never activated it.
 * Regards,
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Remove assessment tab in admin dashboard](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/#post-15648066)
 * Hi,
    Still looking for a reply on this one. Any help is appreciated.
 * thx.
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Zoom] Show Zoom Time and Date only](https://wordpress.org/support/topic/show-zoom-time-and-date-only/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/show-zoom-time-and-date-only/#post-15648017)
 * Hello 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. drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Zoom] Show Zoom Time and Date only](https://wordpress.org/support/topic/show-zoom-time-and-date-only/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/show-zoom-time-and-date-only/#post-15645640)
 * Hello again.
    Just wanted to ping you that I am really looking forward to the
   code. Kindly assist.
 * Thanks,
    drab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Remove assessment tab in admin dashboard](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/remove-assessment-tab-in-admin-dashboard/#post-15639750)
 * Oh thats sad. can we disable it somehow then so that its not clickable. I appreciate
   your help on this.
 * Thanks,
    drab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Zoom] Show Zoom Time and Date only](https://wordpress.org/support/topic/show-zoom-time-and-date-only/)
 *  Thread Starter [drab](https://wordpress.org/support/users/drab/)
 * (@drab)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/show-zoom-time-and-date-only/#post-15639102)
 * Thank you for your response. I am comfortable with coding. Please do share the
   code.
 * Thanks,
    drab

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/drab/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/drab/replies/page/2/?output_format=md)