An Introduction to the Drupal Features Module
When you create a feature like a photo gallery, slideshow, blog or forum for Drupal, it involves installation of quite a few individual modules. In addition, each module often requires a lot of configuration. Wouldn't it be nice if you could just create a feature just once and reuse it time and again, no matter how many modules and much configuration it needs? That's the goal of the Features Module for Drupal. Create something once. Re-use it easily on as many sites as you wish. Create a feature before you startBefore you can experience the power of this module, you need to actually create a feature. A feature might be a photo gallery, slideshow, calendar or something even more complex. In this tutorial, we're going to use a sliding testimonial feature. Here's a tutorial showing how we created it:Using the Views Slideshow Module in Drupal 7. If you want to follow this Features tutorial exactly, please go through the steps of the Views Slideshow tutorial first. To minimize the confusion while you're learning, we also suggest you have a clean Drupal site to install your new feature on. It will be less complicated when you go to check your work. Step 1. Download and Install the Features Module
Step 2. Create the FeatureGo to Structure > Features and click Create feature. These are the settings you'll need to enter:
Step 3. Edit Components: Content type
Step 4. Edit Components: Views
Step 5. Edit Components: Add the Image Style
Step 6. Download the feature you just created
Step 7. Enable the feature on the new site
Step 8. Start using the new feature
|