Considered feature-complete by its maintainers.

IMRDC

International Medical Research and Development Corporation

Commerce Postmaster

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

Flag Logger

This module adds some logging capabilities for flagging and the flag module for d6, especially global flagging.

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

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only