Projet

Général

Profil

Paste
Télécharger (2,02 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / date / INSTALL.txt @ 599a39cd

1
================================================================================
2
Date API Installation instructions:
3
================================================================================
4
1) If you have an earlier version of the Date module on your system, empty the
5
   date folder out completely. The files in later versions have different names
6
   and are located in different places.
7

    
8
2) Download the whole package of files from http://drupal.org/project/date.
9

    
10
3) Upload the date files to the modules directory. The package includes files
11
   needed by the Date API, and optional modules to to create date fields.
12

    
13
4) Go to admin/modules and enable the needed modules from the Date/Time group.
14

    
15
You should end up with a structure like:
16

    
17
   /drupal/sites/all/modules/date/date.info
18
   /drupal/sites/all/modules/date/date.install
19
   /drupal/sites/all/modules/date/date.module
20
   ...
21

    
22
   /drupal/sites/all/modules/date/date_api/date_api.info
23
   /drupal/sites/all/modules/date/date_api/date_api.install
24
   /drupal/sites/all/modules/date/date_api/date_api.module
25
   ...
26

    
27
================================================================================
28
Install Date Fields:
29
================================================================================
30

    
31
1) The date field type is included in the Date files at
32
   http://drupal.org/project/date.
33

    
34
2) Go to admin/modules and enable the Date module. Be sure that the Date API
35
   module, the Date Timezone module, and the core Field module are also enabled.
36

    
37
3) Go to admin/structure/types to view content types and edit a content type.
38

    
39
4) Make sure the default timezone name has been set at
40
   admin/config/regional/settings.
41

    
42
5) While viewing a content type, select the option to add a new field from the
43
   tabs at the top of the page. Several options for date fields will be visible.
44

    
45
================================================================================
46
More documentation is available at http://drupal.org/node/92460.
47
================================================================================