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

2
votes
2answers
335 views

How can I manage site translations in code?

I have a site with multiple translations, including a heavily customized version of the default Drupal "English." (The use case requires that a lot of the help text and labels throughout Drupal be ...
8
votes
3answers
2k views

How do I resolve this conflict between two Feature modules?

I have two content types with various menus, views, menus, etc. which I have packaged as two Feature custom modules. The two content types both use a taxonomy and use several of the same fields in ...
27
votes
1answer
580 views

I need to bring a site to version control, and set up the continuous Integration environment

I am an entrepreneur with a Drupal 6x project that started small enough to not need version control (per developers), but now I am convinced there is no way without it. There's extensive documentation ...
6
votes
3answers
1k views

Unable to delete feature content type after uninstalling feature

Issue Uninstalling a feature which creates a content type hides the "Delete" link on the admin/structure/types. Issue on Drupal.org
7
votes
3answers
483 views

features workflow issue (deleting a field)

Suppose I have a content type Person with fields: Name, Age, Email This content type is controlled by a Feature called test so I can source control it and push it to the live site. My workflow goes ...
4
votes
2answers
1k views

Export menu as feature?

How can I export a menu as a feature? I found the menu import module, but it does not work with this feature.
3
votes
5answers
540 views

How to make a Feature available only to certain Spaces?

For a Drupal 6 Open Atrium site (i.e., Features, Spaces, Organic Groups) I'm running, I've created some custom Features that only really apply to a handful of the hundreds of groups on the site. As ...
3
votes
1answer
257 views

Export multilingual settings with features

I'm using features to export 10 content types, but I don't get the multilingual settings. My question is, whether this is even possible, maybe with strongarm or I'm stuck having to change those ...
3
votes
1answer
314 views

New Relic performance monitoring and the Features Module

We've just started using New Relic to monitor our D6 sites, and are also taking advantage of New Relic's ability to report on Drupal module performance. Our sites contain several modules with ...
3
votes
3answers
83 views

User roles and keeping their IDs when using features

I have defined some user roles and I'm assigning them to users through the rules module. I have created a feature with the rules and the roles and moved them to another site. My problem is that the ...
1
vote
1answer
59 views

Exporting settings in a code with Features / Strongarm - how to detect right variables - config ones

Many modules does not support Features, so I need Strongarm module to export config in the code. But in situation where i have many contrib modules, it seems tedious work. not all variables are named ...
2
votes
2answers
1k views

How do I run cron more often than every hour

I'd like to run cron every 5 minutes, but the UI doesn't offer any increment of time smaller than an hour. I'm assuming the solution is as simple as creating a feature module for the setting, and ...
2
votes
3answers
125 views

Views display settings are in the database but don't show up in views UI

I'm trying to create a copy of a live site and use it as a test site, but am having trouble with views. There's a view whose settings are in the database but don't show up correctly in the views UI. ...
2
votes
2answers
336 views

How to integrate custom code into a “Features” feature

My specific problem: In a Feature, I have a View. I want to use this View on several different sites. The View has a nid-argument, which validates Node:type == [node_type_1]. When the Feature get's ...
1
vote
2answers
65 views

cannot track view with features

I'm using Features to create a feature called foo which tracks content types and views so they can be described in code, committed to my repository and eventually pushed into the staging and ...
0
votes
3answers
589 views

Export blocks with features extra

I installed the Features extra module to export custom made blocks in my Drupal 7 environment. But for some reason, it doesn't work... What I do is the following: I create a custom block I give ...