I'm using DF and messaging http://drupal.org/project/privatemsg. When I click on user link to send message in Recipient field with is auto-complete field I have facebook name of user. When I click on send button I get error message:
The following users will not receive this private message: Name Surname.
You must include at least one valid recipient.

Of course if I use standard drupal username it work correctly.

I have turn off option: Override default theme_username() function. if this have any meaning.

Comments

Dave Cohen’s picture

Sounds like a problem with privatemsg. I'm not sure how it implements the autocomplete.

D7 introduced a username alter hook, and that's probably getting called when it shouldn't be.

Dave Cohen’s picture

Issue summary: View changes

add link of messaging module

enrico200165’s picture

Issue summary: View changes

> Sounds like a problem with privatemsg.
When I disable Facebook Connect I get the machine name and can message users registered from FB; when I turn it on I have this problem.

enrico200165’s picture

> add link of messaging module
https://www.drupal.org/project/privatemsg