Wonderful module!!

I am wondering if there is a way for showing the "add xyz as a friend" link and the "send xyz a message" that modules user relationships and private messages add on the user profile...

CommentFileSizeAuthor
#3 Untitled-1.jpg67.92 KBpitxels

Comments

swentel’s picture

Status: Active » Fixed

For User relationships you can use this:

  if (isset($object->content['user_relationships_ui']['actions']['#value'])) {
    print $object->content['user_relationships_ui']['actions']['#value'];
  }

I'm not sure what you mean with the private messages (privatemsg) since I don't see anything on the user profile itself - unless you mean all messages at user/%/messages.

pitxels’s picture

what I mean is the "add johndoe as a friend" link and the "send this user a message"

pitxels’s picture

StatusFileSize
new67.92 KB

Attached image with the link I'm talking about

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.