FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
47
sites/all/modules/contrib/fields/date/INSTALL.txt
Normal file
47
sites/all/modules/contrib/fields/date/INSTALL.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
================================================================================
|
||||
Date API Installation instructions:
|
||||
================================================================================
|
||||
1) If you have an earlier version of the Date module on your system, empty the
|
||||
date folder out completely. The files in later versions have different names
|
||||
and are located in different places.
|
||||
|
||||
2) Download the whole package of files from http://drupal.org/project/date.
|
||||
|
||||
3) Upload the date files to the modules directory. The package includes files
|
||||
needed by the Date API, and optional modules to to create date fields.
|
||||
|
||||
4) Go to admin/modules and enable the needed modules from the Date/Time group.
|
||||
|
||||
You should end up with a structure like:
|
||||
|
||||
/drupal/sites/all/modules/date/date.info
|
||||
/drupal/sites/all/modules/date/date.install
|
||||
/drupal/sites/all/modules/date/date.module
|
||||
...
|
||||
|
||||
/drupal/sites/all/modules/date/date_api/date_api.info
|
||||
/drupal/sites/all/modules/date/date_api/date_api.install
|
||||
/drupal/sites/all/modules/date/date_api/date_api.module
|
||||
...
|
||||
|
||||
================================================================================
|
||||
Install Date Fields:
|
||||
================================================================================
|
||||
|
||||
1) The date field type is included in the Date files at
|
||||
http://drupal.org/project/date.
|
||||
|
||||
2) Go to admin/modules and enable the Date module. Be sure that the Date API
|
||||
module, the Date Timezone module, and the core Field module are also enabled.
|
||||
|
||||
3) Go to admin/structure/types to view content types and edit a content type.
|
||||
|
||||
4) Make sure the default timezone name has been set at
|
||||
admin/config/regional/settings.
|
||||
|
||||
5) While viewing a content type, select the option to add a new field from the
|
||||
tabs at the top of the page. Several options for date fields will be visible.
|
||||
|
||||
================================================================================
|
||||
More documentation is available at http://drupal.org/node/92460.
|
||||
================================================================================
|
||||
Reference in New Issue
Block a user