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 fields (all widgets are default type)). Now i want to make fresh backup of content types. "Create feature" / Edit components - Content types: node Now i...
How to know when to use $config or $settings overrides in settings.php?
I want to be able to disable certain options of modules on non-production environments. For example: Set robots.txt string to How do you know whether you should override $config or $settings in settings.php? Would it be: or Also, how can you confirm if these overrides are working? Is there an admin overview page that lists these things?
Seperate /user/register fields and admin/people/create
i extended the add user field by adding a role field as part of the fields that will be displayed when you click create user in mydomain.com/user/register. With the addition of some rules, this helps me to assign automatic roles to registering users. I however noticed that when you add user from the admin menu in People>Add user, this roles fields ...