/[drupal]/contributions/modules/realname/README.txt
ViewVC logotype

Contents of /contributions/modules/realname/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Jun 4 14:15:12 2008 UTC (17 months, 3 weeks ago) by nancyw
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA4, DRUPAL-5--1-0-BETA, DRUPAL-5--1-0-ALPHA3, DRUPAL-5--1-0, DRUPAL-6--1-0, DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-BETA, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-5
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Added feature to show real name in node displays.
1 ; $Id: README.txt,v 1.1 2008/06/03 19:43:14 nancyw Exp $
2
3 The RealName module allows the admin to choose fields from the user profile
4 that will be used to add a "realname" element (method) to a user object.
5 Hook_user is used to automatically add this to any user object that is loaded.
6
7 Installation
8 ------------
9 Standard module installation applies.
10
11 Menus
12 -----
13 The only menu item is for the settings page.
14
15 Settings
16 --------
17 The settings page is at Administer >> User >> Realname.
18
19 This is where you choose which fields from the profile will be used
20 to create the user's RealName.
21
22 Note: Currently only "single line textfield" data will be shown.
23
24 The "Separator" value will be placed between the pieces of the name.
25
26 TODO: Change to a pattern for more flexilibility.
27
28 Permissions
29 -----------
30 There are no new permissions. The settings page is controlled by the
31 "administer users" permission.

  ViewVC Help
Powered by ViewVC 1.1.2