Back up and restore your Drupal MySQL database, code, and files or migrate a site between environments. Backup and Migrate supports gzip, bzip and zip compression as well as automatic scheduled backups.
With Backup and Migrate you can dump some or all of your database tables to a file download or save to a file on the server or offsite, and to restore from an uploaded or previously saved database dump. You can choose which tables and what data to backup and cache data is excluded by default.
This module allows you to add autocomplete functionality to virtually any fields of a Drupal site. During the input, the field will be expanded and offer a list of suggestions before you start the search.
By default, the module integrates with search forms from the Drupal core Search and Search Block.
Optionnal: use views module to create your own suggestion set easily. Optionnal: use transliteration module to build suggestions regardless of special characters (é, è, ç, etc...)
Features
Autocomplete virtually any form in your website using id selector.
Uses either static data, external or internal URL callback or an embeded view style to easily create your suggestions set.
Forms to autocomplete are individually configurable
Many css styles embedded, or just add your own one
Using the embeded Views format (requires Views) any type of suggestions can be used:
- words (any word in your site)
- node titles
- comment titles (if optional module comment enabled)
- taxonomies (if optional module taxonomy enabled)
This module provides a block which lists relevant content. This is done using Presets to provide configuration to filter for specific content types and vocabularies and to limit the maximum size. The result are a list of nodes which the module considers most relevant based on the categorization of the current page. This is achieved by finding other nodes which contain the most amount of taxonomy terms in common.
The older Drupal 6 module provided this as Block and a CCK Field Type, however given the direction Drupal is taking with Layout Builder I have currently opted to for just a Block. Each preset is its own exportable configuration entity so can be exported and managed through Configuration Management. Each Preset gets its own block you can place.