Title: dberg89's Replies | WordPress.org

---

# dberg89

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/dberg89/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dberg89/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] PROFILE hook for saving an edit](https://wordpress.org/support/topic/profile-hook-for-saving-an-edit/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/profile-hook-for-saving-an-edit/#post-7583500)
 * Im basically trying to save a hidden field to the database once the user edits
   and submits the profile form…for some reason the meta_value will not update.
 * Ill try your method. Thank you
 *   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] Checkboxes on Profile](https://wordpress.org/support/topic/checkboxes-on-profile/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516028)
 * Nevermind. That would change every default instance.
 * It would be nice if you guys added a checkbox case for the output to be displayed
   in a nicer format though.
 *   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] Checkboxes on Profile](https://wordpress.org/support/topic/checkboxes-on-profile/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/checkboxes-on-profile/#post-7516027)
 * Can you at the very least please add 1 line of code in the next build to replace
   the commas with a newline?
 * ultimate-member/core/un-fields.php line 2153 of the view_field function
 * Add this line
    `$res = str_replace(',', '<br />', $res);`
 * After
    `$res = apply_filters("um_view_field_value_{$type}", $res, $data );`
 *   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] WP to UM SQL Query](https://wordpress.org/support/topic/wp-to-um-sql-query/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wp-to-um-sql-query/#post-7470557)
 * Solved!
 *   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] Instagram logo](https://wordpress.org/support/topic/instagram-logo-2/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/instagram-logo-2/#post-7480567)
 * Hi,
 * Why don’t you ovewrite the UM css with your theme’s css. Just add background:-
   webkit-radial-gradient(50px 220px, #ffda75 18%,#ff3a49 43%,#ff3a49 50%,#e518a1
   70%,#6634e1 100%) !important; to the element it applies to. No need to touch 
   the core files.
 * Hope that helps
 * Cheers
 *   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] User after login redirect url bugs](https://wordpress.org/support/topic/user-after-login-redirect-url-bugs/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/user-after-login-redirect-url-bugs/#post-7470845)
 * There are 2 locations where these settings take effect. One is overriding the
   other.
    1. Forms>Login_Form Options in the Sidebar 2. User Roles
 * Hope that helps
 *   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] How to arrange members in order of your choosing on the members page](https://wordpress.org/support/topic/how-to-arrange-members-in-order-of-your-choosing-on-the-members-page/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-arrange-members-in-order-of-your-choosing-on-the-members-page/#post-7472735)
 * Go to UM>Member Directories and click on whatever directory you have.
    There 
   is a Sort Users By dropdown.
 *   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] Add "Family" to Display Name](https://wordpress.org/support/topic/add-family-to-display-name/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/add-family-to-display-name/#post-7456178)
 * I’m pretty sure you can append pseudo-elements to headings.
 *     ```
       .um-profile h1:after {
           content: ' Family';
       }
       ```
   
 * Let me know if that works
 *   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] Add "Family" to Display Name](https://wordpress.org/support/topic/add-family-to-display-name/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/add-family-to-display-name/#post-7456161)
 * There are several ways of doing this.
    1. CSS 2. javascript 3. hidden fields
 * The first is probably the easiest but also the laziest in terms of coding principles.
 * In your theme style.css file add
 *     ```
       .um-name a:after {
           content: ' Family';
       }
       ```
   
 *   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] Problem with redirect to homepage after login](https://wordpress.org/support/topic/problem-with-redirect-to-homepage-after-login/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problem-with-redirect-to-homepage-after-login/#post-7428237)
 * Hi,
 * 1. The Registration Options and Login Options in the User Roles do not have a“
   Go To Homepage” option in the dropdown like the Logout and Delete Options have.
   Maybe in the next build, you guys can add that.
 * 2. Redirect to URL option requires the “[http://&#8221](http://&#8221); so if
   you just add [http://www.yourhomepage.com](http://www.yourhomepage.com), the 
   code simply appends the URL to the current permalink. ex: [http://yourhomepage.com/www.yourhomepage.com](http://yourhomepage.com/www.yourhomepage.com)
 * Hope that clarifies the comment. Thank you
 *   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] Multiple User Role Pages](https://wordpress.org/support/topic/multiple-user-role-pages/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/multiple-user-role-pages/#post-7450539)
 * Bummer. Alright thank you
 *   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] Notifications in Menu](https://wordpress.org/support/topic/notifications-in-menu/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/notifications-in-menu/#post-7450538)
 * Hi,
 * My menus accept custom code so the nav label looks like this:
 *     ```
       <i class="um-icon-ios-bell"></i>
       <span class="um-notification-live-count count-0" style="display: none;">0</span>
       ```
   
 * a little css and javascript magic solved the rest.
 * Thank you
 *   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] Dropdown Custom Field Not written to WP_usermeta](https://wordpress.org/support/topic/dropdown-custom-field-not-written-to-wp_usermeta/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/dropdown-custom-field-not-written-to-wp_usermeta/#post-7436111)
 * Hi,
    The steps are simple. Make the “Can user edit this field?” set to NO on 
   any dropdown field.
 * I’ve tested it with dropdown fields but I’m assuming this is true for all custom
   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] Problem with redirect to homepage after login](https://wordpress.org/support/topic/problem-with-redirect-to-homepage-after-login/)
 *  [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problem-with-redirect-to-homepage-after-login/#post-7428214)
 * Try adding the http:// in front of your URL.
 * I was able to recreate your issue and solve it that way. I believe this is a 
   bug and hopefully UM can just add the Go To Homepage option to both Registration
   and Login dropdowns in the next build.
 *   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] Dropdown Custom Field Not written to WP_usermeta](https://wordpress.org/support/topic/dropdown-custom-field-not-written-to-wp_usermeta/)
 *  Thread Starter [dberg89](https://wordpress.org/support/users/dberg89/)
 * (@dberg89)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/dropdown-custom-field-not-written-to-wp_usermeta/#post-7436084)
 * Once I checked YES for the field to be editable by the user, the info was written
   to the db.
 * In my opinion, all of the information from a registration form SHOULD ALWAYS 
   be written to the database and the user edit setting should come into play AFTER.
   I’m trying to think of an instance where the current way is useful? Less calls
   to the database for speed?
 * Why would a user fill out information that will not be stored anywhere? Or used
   ever again?
 * Hmmm

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

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