You are here

Files in Node expire 6

Primary tabs

File namesort descending Location Namespace Description
node_expire.admin.inc node_expire.admin.inc Module settings.
node_expire.book.inc node_expire.book.inc Special functions for book contents. Since its a specific code, it doesnt need to be loaded everytime.
node_expire.cron.inc node_expire.cron.inc Cron functions. Its better to remove Cron's code from .module file because it wont be needed on every single page. It reduces the module footprint (memory consumption).
node_expire.inc node_expire.inc Non hook functions.
node_expire.info node_expire.info core = "6.x" description = "Alerts administrators of possibly outdated materials, and optionally unpublishes them." name = "Node Expire"
node_expire.install node_expire.install Install, uninstall and update the module.
node_expire.module node_expire.module
README.txt README.txt This module allows users to either get notifications when a node hasn't been updated in x amount of time, to automatically unpublish such "expired" nodes, and/or to receive e-mail notifications and unpublish x days…

Other projects