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

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

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


Revision 1.1 - (show annotations) (download)
Wed Jun 7 12:01:58 2006 UTC (3 years, 5 months ago) by karpuz
Branch: MAIN
Branch point for: DRUPAL-4-7
File MIME type: text/plain
First release
1 README.txt file
2 ===============
3 $Id$
4
5 Admin >> Access Control
6 =======================
7
8 admin authorship
9 Applying this perm to a role grants the following to users in that
10 role (administrators) the ability to use this modules features on
11 any given node.
12
13 user use authorship
14 This allows a site administrator let regular users manage the
15 display of their own name (trusted users). Create a role and
16 set this perm to that role. Then, users in that role will be
17 able to manage the display of their name in much the same way
18 site administrators can but only for their own posts.
19
20 Admin >> Settings >> Authorship
21 ===============================
22
23 The profile variable name used to store the real name:
24 When the profile module is enabled a site admin can use it to gather
25 additional variable data on a "per user" basis. You should enter in
26 this text field the VARIABLE NAME that matches an already defined
27 variable in the profile module. This will assumed to be the "Real Name"
28 of the user. The value the user enters into the profile for this variable
29 will be used for the display name on the node.
30
31 Select the default operation by content-type
32 You will be presented with all the available content-types you currently
33 have setup on your system. For each content-type you can decide whether
34 this module is active or whether to just use the drupal default username.
35
36 Check the checkboxes for those content-types that you wish to enable
37 the authorship module. Once enabled, the following logic is used to
38 decide what action to take regarding rewriting the username:
39
40 1) If admin or privileged user has entered free text, use, else
41 2) If user has a profile textfield enetered that matches the
42 authorship module as above, use, else
43 3) fallback to using the drupal username (the default)
44
45 Node Forms
46 ==========
47
48 All node forms come with standard options. One of these options is
49 "Authoring Information" drop down. The defaults are:-
50
51 [AJAX] Authored by:
52 Authored on:
53
54 This module adds, to admins and privileged users an additional field:-
55
56 Authoeship display setting:
57 This is the "Free Text" that authors can use to enter
58
59
60

  ViewVC Help
Powered by ViewVC 1.1.2