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.
Cache actions provides rules actions for clearing drupal caches.
It currently provides actions for:
Clearing Drupal cache bins
Clearing CSS/JS cache
Clearing The cache of specific views
Clearing The cache of specific panel pages
Clearing The cache of specific mini panels
Dependencies
Cache actions only depends on the rules module. If you don't have views or panels, you only get the option of clearing the drupal cache bins and the CSS/JS cache. When views or panels are present, you get actions for clearing the cache of specific views and panels as well.
Compatibility
This module is compatible with:
Panels 3
Views 2 and 3. The views 2 support is the best tested currently, but everything seems fine
with views 3 as well.
Version 2
The new version of cache actions offers a lot of new features:
Clearing The cache of more than one view at a time
Clearing The cache of specific panel page variants
Clearing The cache of specific panel page panes
Clearing The cache of specific mini panel variants
Hansel (named after Hansel and Gretel) provides custom breadcrumbs which are build by user defined rules. These rules are independent from the menu system. Rules can have logic switches and can add links to the breadcrumbs.
Adds a button field type for use with any fieldable entity type integrated with Rules. When the button is clicked, a Rules event is triggered allowing you to do actions such as display a message to the user, alter some data on the entity (or another entity) or reload the current (or any other) page. The module provides two different widgets: HTML Button and Image Button. It adds a new button click event, clicked button comparison, and reload page action for use with rules.