The Features module is primarily for use by site developers to export elements of a site configuration for use in another site.
3
votes
2answers
157 views
What does a basic module look like that includes a content type, a couple of fields and a view?
I am looking at turning my Features into proper modules. There is nothing fancy to them other than a content type, a couple of textfields attached and a view. It looks like the features module pretty ...
0
votes
2answers
26 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
2answers
47 views
Features to import content type in D7 from D6
Features seem to be the right way to import custom centent type in a fresh D7 install from a D6.
But when i create my feature on the D6 one, it add dependencies like modules,and once i import the ...
2
votes
1answer
86 views
Node content in panels vs. configuration in code
I am trying to keep most of the configuration in code (and separating content and configuration). When I have a panel that is supposed to contain a content from for example a node, I would like to be ...
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
52 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
1answer
62 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
1answer
64 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
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, ...
0
votes
1answer
280 views
Export menu links with features
I'm trying to export menu links with features but it saves the node id in the feature, but obviously the nid is different in dev, test and production.
I can't use UUID because nodes are created in ...
0
votes
1answer
371 views
An AJAX HTTP error occurred. HTTP Result Code: 403 Debugging information follows. Path: /system/ajax StatusText: Forbidden ResponseText:
I have received this error twice, first during panels everywhere, and now again working with Features module. It is produced When you create new feature:
Structure > Features >
and click on 'Edit ...
0
votes
1answer
63 views
Updating the block region/pages settings for a NEW views block during an implementation of hook_update_N
I have a feature module which provides a view which has a block component.
To keep things simple, the module I'm writing a hook_update for is 'mymodule' the feature which implements the view is ...
0
votes
1answer
176 views
Infinite Redirect Loop with PURL and spaces_og
I created a calendar feature for organic groups, and tried to enable it in a group with spaces_og. The page refreshes saying changes have been saved but the feature is still disabled. In the logs, ...
2
votes
0answers
46 views
How use strongarm with domain access?
Lets say I have 2 domains, A (Site A) and B (Site B). I've done it with domain access module. Then with features + strongarm I want to export site_name from both domains. How can I do it?
...
2
votes
0answers
22 views
weird features behavior - constantly adding and removing entries from taxonomy.inc
I'm using features and I commit the features module to my repository to track changes.
Every now and then (after drush fu foobar) I see the following change to the foobar.features.taxonomy.inc file:
...
2
votes
0answers
45 views
Features components spontaneously reverting
On a multisite, we're using Features + UUID Features to manage a large quantity of default node and menu content. Users can easily spawn a new multisite instance; the installation profile enables a ...
1
vote
0answers
22 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
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
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
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
0answers
97 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
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?
0
votes
0answers
23 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
0answers
24 views
export search_api settings with features
I used features to export search_api settings and in the feature_module.features.inc file was code that started like below:
I am trying to do the same thing again and I can't find the option to ...
0
votes
0answers
30 views
Features including metatag gives overridden state on install?
I'm a new developer to Drupal using Code Driven Development and I have a feature that includes 'metatag' settings.
However on a clean install it shows the feature as overridden?
I tracked it in code ...
0
votes
0answers
128 views
Events and calendar question in drupal 7
I think that some help is really necessary as I have a serious problem with drupal 7. This is the scenario:
I want to make a calendar view that will show when music teachers are available, so that ...
0
votes
0answers
54 views
Export Rules with Features containing translations
The Features module is a great module for exporting structures from your Drupal site. Now the problem I face now is, that Features only exports the structure itself and the default language (which in ...
0
votes
0answers
37 views
Unable to update core primary-links menu created as a Feature?
I've made modifications to the core primary-links menu in D6, created the feature (Features 6.x-1.2), downloaded it, and then installed it on sites/all/modules/ for a multi-site setup. When I goto ...
0
votes
0answers
87 views
Feature Server or Projects module for custom module xml server
we need to setup a custom release-history server which allows the distribution of custom modules to a number of drupal 7 installations.
The projects module (incl. project releases) as described in ...
0
votes
0answers
74 views
Live Features Servers for drupal 7
I am starting to use Features in my development. At the moment I am looking for examples.
Here are some Features servers but it seems that the page out of date.
Can someone share links on working ...
-1
votes
0answers
32 views
Can we use the features module to organize the mess of an existing site?
My client is having an existing D7 site with 3 environments: dev => staging => production. Migration of definitions from one environment to the next is currently done manually.
Can we use the ...
