Maintainers monitor issues, but fast responses are not guaranteed.

Commerce Postmaster

Commerce Postmaster is a module that works with Drupal Commerce and the

Notifications Lite

It provides a simple way to send scheduler notifications digest.
Uses all (sub)modules provided by notifications module (except notifications_scheduler), job_scheduler_trigger and views.

The module use 2 types of notifications:

a) Alerts
0 sec ('Immediately'),
300 sec ('Each 5 minutes'),
600 sec ('Each 10 minutes'),
3600 sec ('Every hour'),
43200 sec ('Twice a day'),

b) Digest

86400' ('Daily')
604800 ('Weekly')
2592000 ('Monthly')

==================================================
Initial settings
==================================================

When you install this module, the following "instances" are created by default

a) 8 actions are installed (see admin/config/system/actions)

1. Send scheduled notifications alert (Inmediately) configure delete
2. Send scheduled notifications alert (5 min) configure delete
3. Send scheduled notifications alert (10 min) configure delete
4. Send scheduled notifications alert (hourly) configure delete
5. Send scheduled notifications alert (twice a day) configure delete
6. Send scheduled notifications digest (daily) configure delete
7. Send scheduled notifications digest (weekly) configure delete
8. Send scheduled notifications digest (monthly)

b) 7 job scheduler triggers are created (see admin/config/system/job_scheduler)

Images crop

At the install, the module will generate many new images styles
Don't forget to add the new field "image_crop" to at least one content type

Example :

Default :

  • Thumbnail (100x100)
  • Medium (220x220)
  • Large (480x480)

Generated image style :

  1. large_center_bottom
  2. large_center_center
  3. large_center_top
  4. large_left_center
  5. large_right_center
  6. medium_center_bottom
  7. medium_center_center
  8. medium_center_top
  9. medium_left_center
  10. medium_right_center
  11. thumbnail_center_bottom
  12. thumbnail_center_center
  13. thumbnail_center_top
  14. thumbnail_left_center
  15. thumbnail_right_center

The configuration page allow you to change the cropping ratio /admin/config/media/image-crop

Explanation :

If ratio = 1.5 Thumbnail size = 100x100 BEFORE CROPPING : thumbnail_center_top size = 150x150 AFTER CROPPING : thumbnail_center_top size = 100x100

_center_top mean that 50 pixel are removed from the right and bottom

_center_bottom mean that 50 pixel are removed from the right and top

Regenerate image style after add a new one :

/admin/config/media/image-crop

Rules File Exists Condition

A simple utility module, adds a Rules Condition that checks for access to a file entity. Very useful if your DB and files directories diverge.

Plugin Demo Module

A simple module to demonstrate plugin implementation. Used for these presentations:

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained