You are here

README.txt in Auto Block Scheduler 7

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
== Description ==
Auto Block Scheduler allows the administrator to schedule enable/disable Blocks
based on a pre-defined schedule.

The Administrator have to feed publish and un-publish dates
and the Auto Block Schedule will take care of enabling/disabling the block as
per the given dates.

Dates can be entered in “Y-m-d h:i:s” format.

== Notes ==

1. Please check if Cron is running correctly if your Blocks does not get
published as per your schedule.
2. Auto block Scheduler only does publishing and un-publishing of blocks.

Installation
------------
1. Copy the entire  directory of auto_block_scheduler to Drupal
sites/all/modules or sites/all/modules/contrib directory.

2. Login as an administrator to Enable the module in the "Administer" ->
   Modules (admin/modules)

3. Access the links to schedule enable/disable Blocks.
   (admin/structure/block)

== Author ==
Arulraj

File

README.txt
View source
  1. == Description ==
  2. Auto Block Scheduler allows the administrator to schedule enable/disable Blocks
  3. based on a pre-defined schedule.
  4. The Administrator have to feed publish and un-publish dates
  5. and the Auto Block Schedule will take care of enabling/disabling the block as
  6. per the given dates.
  7. Dates can be entered in “Y-m-d h:i:s” format.
  8. == Notes ==
  9. 1. Please check if Cron is running correctly if your Blocks does not get
  10. published as per your schedule.
  11. 2. Auto block Scheduler only does publishing and un-publishing of blocks.
  12. Installation
  13. ------------
  14. 1. Copy the entire directory of auto_block_scheduler to Drupal
  15. sites/all/modules or sites/all/modules/contrib directory.
  16. 2. Login as an administrator to Enable the module in the "Administer" ->
  17. Modules (admin/modules)
  18. 3. Access the links to schedule enable/disable Blocks.
  19. (admin/structure/block)
  20. == Author ==
  21. Arulraj