Needs review
Project:
userplus
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Apr 2010 at 15:13 UTC
Updated:
28 Apr 2010 at 21:17 UTC
In addition to being nice, this gives the users the RealName in the place of the username, which, in our case, is just a seven digit number.
| Comment | File | Size | Author |
|---|---|---|---|
| realname.patch | 1.1 KB | nancydru |
Comments
Comment #1
marcp commentedThanks for the patch, Nancy. I tested it out (first time I've used RealName -- nice module) and the patch applies fine.
The patch only addresses the user name as a row title on the userperms page, so we'd at least need to add the same to the group assignment page (for when OG is enabled).
I'm wondering, though, if it would be cleaner to send the user name through theme('username') in all the places where it's used as a title or header? RealName would instantly support that and we wouldn't need to add [another] module_exists() call.
What do you think?
Comment #2
nancydrutheme('username') produces a link to the user's account page, unless RealName is used (then you have an option).
I don't have OG so I don't see those pages.