Closed (outdated)
Project:
Real Name
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Jun 2008 at 16:15 UTC
Updated:
31 May 2016 at 22:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nancydru1) Submitted a patch to whom? If their username is their nickname, this wouldn't be hard to implement.
2) "Quote" or "Quotes"? I maintain Quotes and I know this works with it, although it may only be with a release I have yet to commit. I have never looked at the other (Quote) module, but they could easily make use of it, because this module adds "$node->realname" to the node. However, IIRC, Quote also deals with comments, and I haven't taken a look at what to do about comments.
3) I don't know what I can do here, but I'll look for a way. I don't do core hacks.
Comment #2
nancydruI just looked at some comments and they do appear to have the RealName showing.
Comment #3
magnus commentedComment #4
nancydruI just committed a fix to take care of the contact form. I don't use the Quote module and have no idea how to integrate it.
Comment #5
nancydruPlease resubmit the nickname request as a new issue. As I understand it, what you want is the ability to use a checkbox field in the profile to choose an alternate value for the RealName.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
digemall commentedI have a problem with quote and realname.
In comment quotation show "-loginname- wrote" instead of "-realname- wrote".
I don't know if is a real bug, but if possible I would prefer to show realname in quotation.
Thx in advance
Comment #8
nancydruI cannot support thousands of contributed modules with specialized code. You need to encourage the developer of the Quote module to use
theme('username', ...rather than just picking up the name.Comment #9
martink commentedSorry to reopen this - I have just installed Real Name and it works real nice, except that when a user opens the contact form (ie the standard D6 contact module) he gets the login name instead of the real name in the "Name" field.
I judge from what I read above that this has actually been fixed - but maybe it has crept back in again? My version is:
Comment #10
ambientdrup commentedIs the fix working for the Contact form? I'd also like to use the RealName vs. the username in my Contact form name field.
I'm using the 6.x-1.3 version and I'll try the dev version as well.
Any suggestions on what happened to this fix?
-backdrifting
Comment #11
ambientdrup commentedNever mind - looks like it's working in the Contact form in the dev version.
Thanks,
-backdrifting
Comment #12
ambientdrup commentedOne thing I had to do was check the permissions and make sure the authenticated user had permissions to use RealName.
-backdrifting
Comment #13
magnus commentedComment #14
magnus commentedHaven't used the Contact form for a while, but when I tried it today I saw that the RealName for the user are used in the Contact form, but not in the email that is sent out.
Was this fixed in http://drupal.org/node/268510#comment-885227?
Comment #15
Bilmar commentedsubscribing
Comment #16
nancydruFor #8
I just did this and it works fine - so the change has to be made in the Quote module.
Comment #17
nancydru#14: see #11
Comment #18
digemall commentedAbout quote problem, I built a little module, overriding quote author theme (changing it with theme('username',...) )
If someone's interested, go here:
http://drupal.org/node/364871#comment-2548476
Comment #19
hass commented