README.txt |
README.txt |
|
The RealName module allows the admin to choose fields from the user profile
that will be used to add a "realname" element (method) to a user object.
Hook_user is used to automatically add this to any user object that is… |
realname.info |
realname.info |
|
name = "RealName"
description = "Use user profile fields to build a 'realname' field in a user object."
dependencies = profile |
realname.install |
realname.install |
|
Handles installation and updates for the RealName module. |
realname.module |
realname.module |
|
The RealName module allows the admin to choose fields from the user profile
that will be used to add a "realname" element (method) to a user object.
Hook_user is used to automatically add this to any user object that is loaded. |
realname_theme.inc |
realname_theme.inc |
|
This include file intercepts the theme('username'... function
and uses the RealName instead of the username. |
token_realname.inc |
token_realname.inc |
|
Token module support for the realname module. |