• Resolved cde010

    (@cde010)


    I have user profiles on my WP using Alkivia Open Community:
    http://wordpress.org/extend/plugins/alkivia/

    I added this code to ‘\wp-content\plugins\alkivia\templates\profile-default.php :

    <a href="<?php _e('http://renewedculture.com/wp-admin/profile.php?page=wp-private-messages/wpu_private_messages.php&wpu=newpm&id=', $text_domain); ?><?php echo $user->ID ?><?php _e('&name=', $text_domain); ?><?php echo $user->user_login ?>">Send <?php echo $user->display_name ?> a Private Message</a>

    This adds:
    “Send ‘username’ a Private Message”
    link to every profile. When clicked, it takes that user to their “New Private Messages” page and the name of the user who they are messaging will already be in the field! Yes!

    http://wordpress.org/extend/plugins/wp-private-messages/
    Great plugin.
    Carl

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP Private Messages] Adding Private messaging to user Profiles’ is closed to new replies.