Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I needed a simple way to detect a user's timezone in order to display dates in their local timezone without depending on their user profile to save the correct timezone.
With the Drupal core's block system it is not possible to exclude block from specific Node type. This module allows to exclude blocks from a specific Node type.
Minimal goal :
The idea is to set timer to a node type. After a defined amount of time the node of specified type will either be unpublished or destroyed.