You are here

INSTALL.txt in Event 5.2

Same filename and directory in other branches
  1. 5 INSTALL.txt
Requirements
------------

This module requires Drupal 5 or higher.

Installation
------------

1. Place the event module with all its files under modules/event.

2. Enable the module in admin >> site configuration >> modules 
   and set the module settings to your liking in 
   admin >> site configuration >> modules >> event.

3. You must then enable one or more node types to be used with the
   event system. You can do this by going to admin/node/configure/types
   and selecting a node type from the list. If the event calendar is 
   installed properly you should see a section called 'Show in event calendar:'
   with three options below it:

    * None: This content type will not be associated with the events calendar.
    * All views: This content type will be available for display on all calendar
      views, including with other events.
    * Only in views for this type: This content type will only appear in calendar
      views specific to this type and never with other events.

   'All views' enables the node type will appear on the calendar with all other
   node types set to 'All views'.
   'Only in views for this type' will display the type only on its own calendar.
   Use if you dont want a type appearing with other types.
   'None' disables a type from appearing on the calendar.

   Once a node type is enabled in this way, event will inject date input fields
   on that node type's edit form and display them on the calendar views.

   It is recommended that you install the cck module and create event
   types for this purpose, so you do not have to use core node types
   for the calendar system.

Author
------

Kjartan Mannes <kjartan@drupal.org>

Maintainer
----------

Gerhard Killesreiter <gerhard@killesreiter.de>

File

INSTALL.txt
View source
  1. Requirements
  2. ------------
  3. This module requires Drupal 5 or higher.
  4. Installation
  5. ------------
  6. 1. Place the event module with all its files under modules/event.
  7. 2. Enable the module in admin >> site configuration >> modules
  8. and set the module settings to your liking in
  9. admin >> site configuration >> modules >> event.
  10. 3. You must then enable one or more node types to be used with the
  11. event system. You can do this by going to admin/node/configure/types
  12. and selecting a node type from the list. If the event calendar is
  13. installed properly you should see a section called 'Show in event calendar:'
  14. with three options below it:
  15. * None: This content type will not be associated with the events calendar.
  16. * All views: This content type will be available for display on all calendar
  17. views, including with other events.
  18. * Only in views for this type: This content type will only appear in calendar
  19. views specific to this type and never with other events.
  20. 'All views' enables the node type will appear on the calendar with all other
  21. node types set to 'All views'.
  22. 'Only in views for this type' will display the type only on its own calendar.
  23. Use if you dont want a type appearing with other types.
  24. 'None' disables a type from appearing on the calendar.
  25. Once a node type is enabled in this way, event will inject date input fields
  26. on that node type's edit form and display them on the calendar views.
  27. It is recommended that you install the cck module and create event
  28. types for this purpose, so you do not have to use core node types
  29. for the calendar system.
  30. Author
  31. ------
  32. Kjartan Mannes
  33. Maintainer
  34. ----------
  35. Gerhard Killesreiter