admin.settings.inc |
includes/admin.settings.inc |
|
Forms for administrative settings. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Date Reminder 6.x-2.x
---------------------------------
#1772848 by dwillcox: Re-architecture in preparation for a Drupal 7 version.
Note that this update provides no new user features. And note that updating
to this version changes the… |
cron.inc |
includes/cron.inc |
|
Processing for hook_cron(). |
date.inc |
includes/date.inc |
|
Some functions dealing with dates. |
datereminder.info |
datereminder.info |
|
name = Date Reminder
description = "Allow user to request a reminder email before the date of a node"
dependencies[] = content
dependencies[] = date
dependencies[] = messaging
dependencies[] = token
package = Date/Time
core = 6.x |
datereminder.install |
datereminder.install |
|
Stuff Druapl needs to install this module. |
datereminder.module |
datereminder.module |
|
Support for reminders for nodes with dates. |
datereminder_form.inc |
includes/datereminder_form.inc |
|
Support for forms displaying or entering reminders. |
db6.inc |
includes/db6.inc |
|
|
defines.inc |
includes/defines.inc |
|
Define common constants. |
messaging.inc |
includes/messaging.inc |
|
Support for configuring and sending messages. |
node.inc |
includes/node.inc |
|
Support for node operations for Date Reminder. These are all administrative
operations (insert, update, delete). The common view operations are in
datereminder.module. |
node_form.inc |
includes/node_form.inc |
|
Functions that support node type edit forms. |
README.txt |
README.txt |
|
Some notes on how to use this module.
(0) Make sure cron is enabled and working. Date Reminder depends on cron.
(1) Install and enable in the usual way.
(2) Go to Administer>Settings>Date reminder. There are four settings you can
… |
user.inc |
includes/user.inc |
|
Implement actions on user changes. These are D7-specific, never used in D6. |