You are here

README.txt in Node recur 7.2

Same filename and directory in other branches
  1. 7 README.txt
NODE RECUR
========================

This module allows you to recur nodes based on repeating criteria. Only
nodes that contain date fields can be recurred. The recurring process 
will automatically generate copies of the node, changing the date to 
represent the recurring pattern. This is useful for administrators that
do not want to use Date Repeat for recurrences because separate nodes
are required (for whatever reason).

Dependencies
------------------------
Date API
Date

Installation and setup
------------------------
1. Install the module as you would any other
2. Have a node type with a date field. It's recommended that the field
be required and have a maximum of one value. The field can have an 
end-date, if desired.
3. Edit the node type, and navigate to the "Node recur" vertical tab.
Enable recurring, and set the other options as desired.
4. Toggle permissions to your liking.
5. Depending on your configuration, the recur options will be on the
node-add form, and there will be a link visible when viewing a node
(only of the types that have recurring enabled).

Recurring options
-----------------------
There are currently two types of recurring options available.

1. Pick the days of the week
2. Every N period, where N is a number, and period can be days, weeks,
or months.

File

README.txt
View source
  1. NODE RECUR
  2. ========================
  3. This module allows you to recur nodes based on repeating criteria. Only
  4. nodes that contain date fields can be recurred. The recurring process
  5. will automatically generate copies of the node, changing the date to
  6. represent the recurring pattern. This is useful for administrators that
  7. do not want to use Date Repeat for recurrences because separate nodes
  8. are required (for whatever reason).
  9. Dependencies
  10. ------------------------
  11. Date API
  12. Date
  13. Installation and setup
  14. ------------------------
  15. 1. Install the module as you would any other
  16. 2. Have a node type with a date field. It's recommended that the field
  17. be required and have a maximum of one value. The field can have an
  18. end-date, if desired.
  19. 3. Edit the node type, and navigate to the "Node recur" vertical tab.
  20. Enable recurring, and set the other options as desired.
  21. 4. Toggle permissions to your liking.
  22. 5. Depending on your configuration, the recur options will be on the
  23. node-add form, and there will be a link visible when viewing a node
  24. (only of the types that have recurring enabled).
  25. Recurring options
  26. -----------------------
  27. There are currently two types of recurring options available.
  28. 1. Pick the days of the week
  29. 2. Every N period, where N is a number, and period can be days, weeks,
  30. or months.