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.
This drush extension adds a hold option and argument (e.g. --hold=31) to drush's core sql-dump command,
which lets you hold specified amount of sql dumps before purging the oldest.
Installation
Manual method
Download and extract this extension to a number of places:
In a .drush folder in your HOME folder.
Along with one of your existing modules. If your command is related to an existing module, this is the preferred option.
In a folder specified with the include option.
In /path/to/drush/commands (not a "Smart Thing to Do", but it would work).
Drush method
Just install it via drush, type: drush dl drush_sql_dump_hold
Implementation
This Drush extension just implemented drush_hook_post_COMMAND(), in this case, it is drush_sql_dump_hold_post_sql_dump_execute() , whis is fired after the execution of drush_sql_dump_execute().
This extension has also implemented hook_drush_help_alter(),
to add the hold option to Drush's sql-dump command.
This module makes it easy to implement Supersized JQuery plugin into Drupal system. All available Supersized settings are configurable by UI.
In Drupal language...
A field type "Supersized Slide" comes with this module, and obviously, Supersized background slides are managed by fields of node.
Add a "Supersized Slide" field to any content type. In most of the cases, this would be a multiple value field.
Configure the Supersized options such as transition, interval, etc...
Create a new content and upload beautiful images using the Supersized field.
Yes, there you go! Supersized is just that easy to setup.
Important, make sure your background is transparent, otherwise you will not see the background images by Supersized at all.
Features
All Supersized options are configurable by UI.
Supersized options can be per field or per node.
Context support. Say there is a non-node page that you want to have Supersized on it. You can use this context reaction to assign a node with Supersized based on any Context condition. i.e. a path condition with values of '<front>'.
All components are wrapped by theme functions to support full creative flexibilities.
The Nodeflow module gives a drag and drop interface for publishing nodes and positioning them in your desired order. This is useful for large publishing sites where editors can get a bird's eye view of all nodes currently on the frontpage and all nodes waiting to be published. A drag and drop interface helps to publish nodes quickly into desired positions.
Features
Birds-eye view of all nodes published on your frontpage and all nodes waiting to be published giving editors complete control
Drag and drop interface to sort nodes
Drag and drop interface between tables to quickly publish nodes
Locking selected nodes into selected positions
Schedule nodes to be published in the future within the same interface.
Shows all users currently online on the page.
Coming soon: Real-time statistics on each node (possibly a separate module that can plug in)