Title: Mantzer's Replies | WordPress.org

---

# Mantzer

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms + Custom Post Types] Max Characters Post title ?](https://wordpress.org/support/topic/max-characters-post-title/)
 *  [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/max-characters-post-title/#post-4273250)
 * hey
    i’m looking for the exact same. how did you merge the two fields? thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Users] display post author name](https://wordpress.org/support/topic/display-post-author-name/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years ago](https://wordpress.org/support/topic/display-post-author-name/#post-4068289)
 * hey. thanks. fixed it in the meantime.
 * just added to email-users.php
    function mailusers_replace_post_templates($text,
   $post_title, $post_author, $post_excerpt, $post_url) { $text = preg_replace( ‘/%
   POST_AUTHOR%/’, mailusers_preg_quote($post_author), $text );
 * and to email_users_notify_form.php:
    $post_author = get_userdata( $post->post_author)-
   > display_name;
 * $subject = mailusers_replace_post_templates($subject, $post_title, $post_author,
   $post_excerpt, $post_url);
    $mail_content = mailusers_replace_post_templates(
   $mail_content, $post_title, $post_author, $post_excerpt, $post_url);
 * but really great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cartpauj PM] Message order](https://wordpress.org/support/topic/message-order/)
 *  [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/message-order/#post-3513563)
 * you can do so by changing in pm-class.php
    function getWholeThread($id) “ORDER
   BY id ASC” to “ORDER BY id DESC”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cartpauj PM] thread length](https://wordpress.org/support/topic/thread-length/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/thread-length/#post-3717981)
 * i need this since i’m trying to use the plugin as a “friends” list.
    so if a 
   user has replied to another user’s message they will be friends. therefore i 
   need to figure out whether the recipient has sent an answer back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] Excerpts won't show on blocked pages](https://wordpress.org/support/topic/excerpts-wont-show-on-blocked-pages/)
 *  [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/excerpts-wont-show-on-blocked-pages/#post-3399415)
 * Hey
    I had the same problem and found that Open Graph Meta plugin causes the 
   excerpts to disappear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] keep custom fields required](https://wordpress.org/support/topic/keep-custom-fields-required/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/keep-custom-fields-required/#post-3562125)
 * Hey Chad. once again. amazing plugin. thanks a lot for the development!
 * Yes. i’m using [Front End Users](http://wordpress.org/extend/plugins/front-end-users/)
   plugin to allow my members to change their profile after registration. But also
   in the backend the user can change /delete the previously provided information.
   
   I don’t mind updating the information but want the fields to **remain required**.
   does this somewhat clarify my question? thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cartpauj PM] Messaging in Chrome](https://wordpress.org/support/topic/messaging-in-chrome/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/messaging-in-chrome/#post-3434398)
 * thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Members Membership Plugin] deactivate users function](https://wordpress.org/support/topic/deactivate-users-function/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/deactivate-users-function/#post-3332820)
 * sorry that was easy…
    <?php update_user_meta( $user_id, $meta_key, $meta_value,
   $prev_value ) ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Avatar] custom avatar](https://wordpress.org/support/topic/custom-avatar-4/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/custom-avatar-4/#post-3276204)
 * sorry that was easy. but if anybody’s interested, this is what i’m using now:
 * $uploads = wp_upload_dir(); //WordPress upload path
    $uploads_url = ( $uploads[‘
   baseurl’] ); //full url of upload dir $uploads_dir = ( $uploads[‘basedir’] );//
   full path of upload dir $user_id = $post->post_author; //id of author (if used
   in loop) $avatar_filename = user_avatar_avatar_exists($user_id ); //function 
   from plugin
 * $hash = md5(strtolower(trim($user->user_email)));
    $uri = ‘[http://www.gravatar.com/avatar/&#8217](http://www.gravatar.com/avatar/&#8217);.
   $hash . ‘?d=404’; $headers = @get_headers($uri);
 * if (((preg_match(“|200|”, $headers[0])) || (file_exists($uploads_dir.’/avatars/’.
   $user_id .’/’.$avatar_filename))) {
    … }
 * cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Avatar] custom avatar](https://wordpress.org/support/topic/custom-avatar-4/)
 *  Thread Starter [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/custom-avatar-4/#post-3276203)
 * thanks. this works great. now the only problem left is, that some users have 
   set up a gravatar image and i need to check for that as well…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members List Plugin] [Plugin: Members List Plugin] only getting page 1 and zipcode search](https://wordpress.org/support/topic/plugin-members-list-plugin-only-getting-page-1-and-zipcode-search/)
 *  [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-members-list-plugin-only-getting-page-1-and-zipcode-search/#post-2589523)

Viewing 11 replies - 1 through 11 (of 11 total)