Closed (fixed)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2008 at 09:21 UTC
Updated:
15 Jan 2009 at 20:10 UTC
Hi,
Thank you so much for your latest 6.x Private Message, been waiting ..
I have http://drupal.org/project/realname installed, but when you click on the link on the profile page, it automatically inserts the full name and not the username into the 'to' field.
Then error:
* The following users will not receive this private message: afirstname thelastname,
* There are no valid recipients.
Naturally would prefer it kept the full name as created by realname.module ..
How would I go about to fix this please?
Look forward to any reply.
Lilian
Comments
Comment #1
litwol commentedWe would need to think of an integration with that module.
Comment #2
berdirThe option "Override username theme" does override the $user->name attribute, this is imho quite ugly.
That's what the module does:
A workaround is to check if there is a realname_save attribute and use it instead of name, but I it's a special case for exactly that module and there is no easy way to go around this. Maybe you can open a issue for the realname module and ask if this is really necessary ?
Comment #3
berdirSee here: http://drupal.org/node/321608#comment-1169358
Comment #4
litwol commentedI am changing this to RealName project because this is really a *bug* with RealName module.
Comment #5
nancydruThis may be a feature request, but I don't believe it is a bug. Have you tried the new "forms bypass" feature in the -dev version to make it skip the Privatemsg forms? (Sorry, I don't use that module, so it is hard for me to assess this.)
Comment #6
nancydruI'm guessing that the newest -dev version (#321608: Username Overridden in Comments But ...) has fixed this problem as long as you use "Override username theme."