Title: wpuzer's Replies | WordPress.org

---

# wpuzer

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

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

 Search replies:

## Forum Replies Created

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

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

 *   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] Registration form for signing up other members?](https://wordpress.org/support/topic/registration-form-for-signing-up-other-members/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/registration-form-for-signing-up-other-members/#post-7540487)
 * Please take this as a feature request. Is this the best place to make feature
   requests or is there some more official place?
 *   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] Enter Key](https://wordpress.org/support/topic/enter-key/)
 *  [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/enter-key/#post-6662681)
 * It’s the same issue as the OP. Do you still want me to create a new topic? Just
   curious why?
 *   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] Can only wordpress admin users move other users out of pending review?](https://wordpress.org/support/topic/can-only-wordpress-admin-users-move-other-users-out-of-pending-review/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/can-only-wordpress-admin-users-move-other-users-out-of-pending-review/#post-7540485)
 * No, should I do that? Do you have a link?
 *   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] Integration with Woocommerce Subscriptions?](https://wordpress.org/support/topic/integration-with-woocommerce-subscriptions/)
 *  [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/integration-with-woocommerce-subscriptions/#post-7553687)
 * I am also interested in this but also glad to hear you’re focusing on core improvements
 *   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] Core override how?](https://wordpress.org/support/topic/core-override-how/)
 *  [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/core-override-how/#post-7518492)
 * [@imthatguydavid](https://wordpress.org/support/users/imthatguydavid/) can you
   elaborate on how you did that a little
 *   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] Changing domains, default profile picture stuck on old domain](https://wordpress.org/support/topic/changing-domains-default-profile-picture-stuck-on-old-domain/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/changing-domains-default-profile-picture-stuck-on-old-domain/#post-7540163)
 * Ok going to Ultimate Member->Settings->Appearance and changing a setting here
   and saving corrected the problem.
 * I would think ideally the default avatar url would not store the host name in
   the database. But I guess it does because the avatar could be hosted on a different
   domain.
 *   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] Changing domains, default profile picture stuck on old domain](https://wordpress.org/support/topic/changing-domains-default-profile-picture-stuck-on-old-domain/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/changing-domains-default-profile-picture-stuck-on-old-domain/#post-7540162)
 * I found in table `wp_options` the key `um_options` has a value `default_avatar`
   and the url field still has the old site url. This seems like a bug in that it
   doesn’t get updated.
 *   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] Adding extra html to profile?](https://wordpress.org/support/topic/adding-extra-html-to-profile/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/adding-extra-html-to-profile/#post-7539738)
 * I see that I can check `um_is_on_edit_profile()` to know if profile is in edit
   mode or not.
 * This is how I’m adding a field now:
 *     ```
       function my_add_registration_date()
       {
       ?>
       <?php if(!um_is_on_edit_profile()): ?>
       <div class="um-field um-field-user_registered um-field-text"
            data-key="user_registered">
           <div class="um-field-label">
               <label for="user_registered">Registration Date</label>
               <div class="um-clear"></div>
           </div>
           <div class="um-field-area">
           <?php echo date('F j, Y', my_get_registered_date()); ?>
           </div>
       </div>
       <?php endif; ?>
       <?php
       }
   
       add_action('um_profile_content_main_default', 'my_add_registration_date');
       ```
   
 * So mostly my issue is resolved although if there’s a cleaner way to integrate
   this let me know.
 *   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] Adding extra html to profile?](https://wordpress.org/support/topic/adding-extra-html-to-profile/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/adding-extra-html-to-profile/#post-7539729)
 * Looks like I can use the hooks in `ultimate-member\templates\profile.php`
 * Such as `um_profile_header` and `um_profile_content_main_default`
 * Those get me pretty close. Built-in fields go inside
 *     ```
       <div class="um-row _um_row_1 " style="margin: 0 0 30px 0;">
       <div class="um-col-1">
       ```
   
 * The hooks insert stuff outside of that as far as I can tell, but still I think
   close enough to do what I need.
 * Now I need to avoid showing the field when the profile is in edit mode.
 *   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] Enter Key](https://wordpress.org/support/topic/enter-key/)
 *  [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/enter-key/#post-6662679)
 * I also have this issue where pressing the enter key after entering information
   into search box does nothing. The user must click the “Search” button. Alternatively
   the user can hit the enter key twice.
 * Is this related to the previous entries dropdowns that appear?
 *   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] admin_email not working as expected?](https://wordpress.org/support/topic/admin_email-not-working-as-expected/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/admin_email-not-working-as-expected/#post-7512043)
 * Marking as resolved
 *   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] admin_email not working as expected?](https://wordpress.org/support/topic/admin_email-not-working-as-expected/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/admin_email-not-working-as-expected/#post-7512003)
 * Ok I found it. It’s in Ultimate Member -> Settings -> Notifications -> Admin 
   E-mail Address.
 * Seems a little unintuitive that an Email setting would not be under the Email
   settings section. Although I do understand how it’s also used for notifications.
 *   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] What is the difference between Profile and Account?](https://wordpress.org/support/topic/what-is-the-difference-between-profile-and-account/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/what-is-the-difference-between-profile-and-account/#post-7506041)
 * My concern was mostly that the account page showed the first name and last name
   which was a duplication of data that was already on the profile. Now I see I 
   can turn that off in the Ultimate Member -> Settings -> Account section there
   is switch called “Add a First & Last Name fields”
 *   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] Dynamically changing the user editable status of a field?](https://wordpress.org/support/topic/dynamically-changing-the-user-editable-status-of-a-field/)
 *  Thread Starter [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/dynamically-changing-the-user-editable-status-of-a-field/#post-7506012)
 * I see in the Ultimate Member -> Settings -> Account section there is switch called“
   Add a First & Last Name fields” unchecking that seems to fix the problem
 *   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 user roles for WP4.5 menu doesn't work](https://wordpress.org/support/topic/custom-user-roles-for-wp45-menu-doesnt-work-1/)
 *  [wpuzer](https://wordpress.org/support/users/wpuzer/)
 * (@wpuzer)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/custom-user-roles-for-wp45-menu-doesnt-work-1/#post-7505488)
 * I have this same issue. Looking forward to the fix

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

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