The Features module is primarily for use by site developers to export elements of a site configuration for use in another site.

learn more… | top users | synonyms

1
vote
1answer
194 views

How can I move a view from one feature to another?

I have a view that I added to Feature A that I would instead like to move to Feature B. I re-created Feature A using the admin interface, but even after re-creating the feature, clearing the cache, ...
1
vote
1answer
430 views

How can I update/revert a feature which includes page manager and mini panel components that is stuck as overriden?

I have a feature which includes page manager and mini panel components that is stuck as overriden? I have tried reverting and updating the feature both from the web ui and also from drush to no ...
1
vote
1answer
51 views

Module that adds a script to the header

How can I allow my module (created with Features) to add a new script to the head? The script should be in the correspoinding module directory.
1
vote
1answer
167 views

How can I override a module-defined view and export to code?

I'm using nrembrowser to provide a media library and allow users to insert media via a wysiwyg interface. The module provides its own view which I've altered. I keep my views in code (using features) ...
1
vote
1answer
169 views

Problems getting Default Content module to work with Features

I'm trying to export some Default Content when creating a drupal 7 distribution. Noticed that Phase II is using Default Content module to set default content for OpenPublic. I can't find any ...
1
vote
2answers
123 views

What would be on your checklist when trying to debug a non-reverting feature?

I've lost far, far too many weeks and weekends fighting with Drupal and the Features module in the last year, and I still can't find consistently reliable approach to debugging failed feature reverts. ...
1
vote
0answers
18 views

Features : export content types with FieldCollection

When I try to export my content type using Features, it works. But when I import it on another Drupal installation, I've got an exception : Exception : Invalid field name given: **my_field** is not ...
1
vote
1answer
20 views

Fields created by a Feature generated module remains after disabling the module

In my-site-com I created a new feature to show the component: fields , then I added some fields, I download the feature as a module called my-feature-module, then I saved and enabled this module in ...
1
vote
1answer
30 views

How to split configurations in features to minimize conflicts

I need to put all configurations of a site to features. Some say that it is not a good idea to put all of the site configurations in one big feature. I have also experienced strange behaviour of the ...
1
vote
1answer
51 views

How to build an install profile progmatically

I need to create an install profile from an existing site. My question is what to do with the site configurations? The site is pretty complex, so putting them manually in the profile is out of the ...
1
vote
0answers
12 views

Changing the link in a Feature box to an external link

I am a Drupal beginner working with an already created site. That said, I have been trying for days to change the text within the feature box to an external link. Currently, all of the text in the ...
1
vote
0answers
24 views

How to export feed agregator list and setting as feature?

I want to export feed aggregator list and settings as feature. If both aggregator list and settings cannot be exported, then how to export? Thanks a lot.
1
vote
1answer
60 views

Export fields properly with Features

I want to improve the way i put my drupal sites in production. For that i begin to use Features to export properly every single content type I create. (I'm doing it on the Drupal 6 websites). But ...
1
vote
0answers
68 views

Delete CCK fields that are flagged as “inactive”

With D6, I have a Feature that defines a content type and a number of fields. It's currently deployed and living happily on Production servers. My Feature is now changing, and some of the old CCK ...
1
vote
0answers
52 views

Drupal features recreate issue with CCK fields

I have created a form using CCK with conditional fields. If I use the features module to recreate and export the new settings to my staging machine the form comes out flat. So for example my form is ...
1
vote
1answer
77 views

Migrate theme settings between a multisite install on Drupal 7

I have set up a second site on a multisite development instance of Drupal 7. We're using a subtheme based on Adaptive Themes. Being that plans call for about a dozen sibling sites, I would like to ...
1
vote
0answers
123 views

Dependency problem with Entity API + Rules + Features at deployment

I'm saving rules in a feature. I added a new rule that has as dependency a module that I added to the project's repo. This new module was correctly added to the feature's dependency list in the .info ...
1
vote
1answer
63 views

Use uuid on references

Is there any way to make a reference to a entity (using refereces, entity reference or relation) using the uuid of the entity? I'm using features and uuid_features to export the content but refereces ...
1
vote
0answers
96 views

How can I make a feature with organic groups, spaces, context in drupal 7

I'm trying to build features that behave as follows: Enabling the feature on the Features tab of the group turns on the relevant create content links, and menu items Disabling the feature removes ...
1
vote
1answer
167 views

Possible to use drush to list overrides for all features?

I believe that drush features-diff will list the overrides for a specific feature and that drush features-list will list all features. Is it possible to list all of the overrides for all features, ...
1
vote
0answers
49 views

How do I resolve feature conflict for two different content types? [duplicate]

Possible Duplicate: How do I resolve this conflict between two Feature modules? I have created two content types content type A and content type B. Then I have added 3 fields to content ...
1
vote
0answers
42 views

How do I add a conditional ie 6,7,and 8 stylesheet to my feature?

Where and what code do I need to add to include a conditional ie 6,7,and 8 stylesheet directly in my feature?
1
vote
1answer
1k views

How do I add taxonomy terms and vocabularies to an exportable deployment plan?

I'm in the process of developing an installation profile for a new site. We're using Features to export much of our functionality, and are very interested in using the Deploy module integration with ...
0
votes
2answers
92 views

How to ensure that features dont get overidden

I tried many times with many setting in features but when i add it and enable it always its overridden and i have to go and revert it. Basically block settings and strongarm have to reverted. So is ...
0
votes
1answer
62 views

Remove features without lose functionality

I'm working on a project where in the past was added a lot of features and was did in a way where right now a lot of them has a lot of circular dependencies and conflicts. I want to start again, ...
0
votes
1answer
41 views

Enable modules across platforms using Features/Drush

I am wondering, could this be automated. I download and enable contrib modules on @dev I push files on @live (including new modules) via Features/Drush I tell @live to enable new modules, so servers ...
0
votes
1answer
24 views

How to overwrite a view template from within a module?

Till now I only used the theme folder to overwrite specific view templates. In order to be able to separate code from theming and bundle functionality I would like to put this view template into a ...
0
votes
2answers
198 views

Which variables do I need to export with Strongarm?

I have a theme based on adaptivetheme, which uses the color selector tool to allow one to edit the theme's color scheme through the UI. When exporting a feature using the theme, the following ...
0
votes
2answers
346 views

Maintain same node ID's when importing nodes

I am using Node Export with Features module, and then importing content while installing my profile. All works fine, but I want the node ID's to be retained while importing. I want it to be in same ...
0
votes
2answers
103 views

Features module working confusion

I want to use features module. Can i use this module as stand alone and get it working or do i need help of modules like strongarm or context module. Will have have any added advantage if i user these ...
0
votes
2answers
34 views

Features_extra: after enabling fe_block, no Machine Name field appears on block edit form

I installed and enabled fe_block 6.x-1.x-dev, but when I reload one of my blocks' edit form, no machine name field appears. I tried clearing the cache; no dice. What's missing? Thanks.
0
votes
1answer
26 views

Issue with the features Module

I am experiencing an error when creating some nodes of a particular content type on my site: It triggers a 500 error when users try to save the node. When I look into the log error this is the message ...
0
votes
2answers
27 views

How to update a feature

I have a feature which contains fields for the user profile page. This is currently working in PROD. In the dev site, I've updated the feature to include a new field, updated the version, and ...
0
votes
1answer
40 views

How do I get settings in admin/config/people/accounts/fields and admin/config/people/accounts/display into a Feature

How I would get admin/config/people/accounts/fields and admin/config/people/accounts/display into a Feature. I have been looking everywhere...
0
votes
2answers
45 views

How would you migrate a large list of (taxonomy) vocabulary list?

I'm moving a large series of vocabulary lists to a new D7 install. I used features to copy over taxonomy groups. However, I only copied over the taxonomy not the vocabulary lists. Is there an ...
0
votes
1answer
67 views

Developing Apps with Panopoly

I'm developing a panopoly App for Services and case studies. I have added my required field and created the content type, added panels and views etc. Finally I created the feature and downloaded for ...
0
votes
2answers
53 views

Creating Feature with content types imported by Feature

Exporting several content types (7) from old website and importing them to new one worked perfectly. After that i have done some basic changes in imported content types (changed widgets in few text ...
0
votes
1answer
145 views

using hook_update to add a new cck field

I am using d6. I have a live site with an already built content type. I needed an extra column in the table, so I added this on install... I know realize how limiting this is and have rebuilt the ...
0
votes
1answer
42 views

How can I remove zombie Panel menu item links caused by Features?

I have a site that uses several panels, each of which has a menu link. Recently I decided to remove the links on my local dev copy. I updated my feature (which contains the panels) and then reverted ...
0
votes
1answer
496 views

Missing Menu Links generating a Feature

I am using Features that includes several basic site features such as the main menu and another custom navigation menu. Both are two level menus. I have included the menus in the Feature, but when I ...
0
votes
2answers
94 views

My Feature depends on a module. Do I have to specify that module's dependency, as well?

My Feature depends on Views. Views has a dependency on Ctools. Do I have to specify Ctools as a dependency in my feature as well.
0
votes
1answer
52 views

Move block level configuration also in Features

I am building features. Can I add blocks ans block level configuration in Features?
0
votes
1answer
194 views

How can I trace module dependencies in Features?

I have a site with several module created with the Features module. I've just noticed that one of the modules created with Features (we'll call it module B), has a dependency on another module created ...
0
votes
1answer
173 views

View of nodes grouped by tag including not tagged elements

My feature includes custom code, some views, content types and a taxonomy vocabulary. An overview page should list all contents grouped by their taxonomy term (tag). The first group should be "not ...
0
votes
2answers
102 views

How to generate a list of which Features are enabled in which Spaces?

I'm running a Drupal 6.x site with Organic Groups, Features, and Spaces, and I'm interested in generating a list of which Spaces have which Features enabled. Preferably a table, with Spaces along the ...
0
votes
1answer
15 views

Extract module setting with features [duplicate]

Is there a possibility to extract a module's saved setting with features? Is there another possibility to achieve that?
0
votes
2answers
24 views

How to deploy a site with open source?

I created a Drupal 7 site on my localhost. I installed some modules, created some content types and fields, changed some preferences, etc. and also entered some real test data. (I want this data to be ...
0
votes
0answers
20 views

the feature is in rebuilding state and does not make changes to the site

I have created two vocabularies on my local and export it through features via fe_taxonomy module. But on the live site when I click the feature to view it, its in rebuilding state with the ...
0
votes
0answers
9 views

Is there a way that let the og feature only display own group?

I am facing a little issue with og features. I have two different OG groups. First is Bar group, the second is Music team group. And under Bar group, i create a two og features just like bar news and ...
0
votes
1answer
8 views

Why doesn't the “auto-create feature” in the Ftools module work on Features 2.x?

I've been using the Ftools module for a long time to create features more easily; this module provides a "auto-create feature" link on the features configuration page. However, when I upgraded from ...