http://groups.drupal.org/node/156739 I have gone and created a feature for the media gallery I created at this meetup. The instructions for setting this up are Download and Configure Drupal 7 core (-dev prefer) Download https://weboperative.com/downloads/drupal/likewhoa_mediagallery-7.x-1.0.tar and extract to your sites/all/modules directory. Download and enable the features-7.x-1.x-dev module Go to admin/structure/features and install all the module dependencies (sorry I didn't setup an install profile but will eventually for a more detailed media gallery setup) Using drush it would be: drush -y dl auto_nodetitle-7.x-1.x-dev ctools-7.x-1.x-dev libraries-7.x-2.x-dev mediaelement-7.x-1.1 nodereference_url-7.x-1.x-dev pathauto-7.x-1.x-dev references-7.x-2.x-dev views-7.x-3.x-dev views_slideshow-7.x-3.x-dev conditional_fields-7.x-3.x-dev eva-7.x-1.x-dev token-7.x-1.x-dev for those that don't use DRUSH, you can just manually download these into sites/all/modules and enable in admin/modules Enable the feature module called likewhoa_mediagallery ????? PROFIT! CONS: The only things that didn't get exported into the feature is the conditional fields dependencies which you can just rebuild at admin/structure/dependencies and it shouldn't be hard to figure out. The 3 dependencies you need to create are for the 'audio,image & video' fields in the media content type ;) Good luck and enjoy, next month I'll talk about drush,drush_make,install profile and features. bending technology to fit businesses. code pour embarquer la vidéo : >>> http://www.youtube.com/embed/DQvExFoglnA <<< |