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.admin.inc |
realname.admin.inc |
|
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.info |
realname.info |
|
name = "RealName"
description = "Use user profile fields to build a 'realname' field in a user object."
core = 6.x |
realname.install |
realname.install |
|
Handles installation and updates for the RealName module. |
realname.module |
realname.module |
|
|
realname.views.inc |
realname.views.inc |
|
Realname VIEW declarations. |
realname_content_profile.inc |
realname_content_profile.inc |
|
Realname module support for Content Profile module. |
realname_handler_argument_user_uid.inc |
realname_handler_argument_user_uid.inc |
|
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. |
realname_handler_field_user_name.inc |
realname_handler_field_user_name.inc |
|
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. |
realname_handler_field_user_name_override.inc |
realname_handler_field_user_name_override.inc |
|
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. |
realname_handler_filter_user_name.inc |
realname_handler_filter_user_name.inc |
|
|
realname_plugin_argument_validate_user.inc |
realname_plugin_argument_validate_user.inc |
|
|
realname_profile.inc |
realname_profile.inc |
|
Realname module support for Profile (core) module. |
realname_theme.inc |
realname_theme.inc |
|
This include file intercepts the theme('username'... function
and uses the RealName instead of the username. |
realname_token.inc |
realname_token.inc |
|
Token module support for the realname module. |