Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
End of Lifed. This module is no longer supported. Consider using Drupal Commerce. Most of the functionality here can be accomplished in that module with rules and configuration settings.
This module provides additional itegration between iDEAL and Drupal Commerce by using the order number as the iDEAL purchase ID (which appears in the transaction overview of your bank), rather than the payment ID.
The Role Export module allows roles to have machine_names and generates a unique role id (rid) based off of the machine_name. Roles can be exported with Features and get the exact same rid if imported on other sites. Because of this unique rid there is no need to create plugins per contrib module that use the rid in their export code, such as Views, Ctools, Rules, etc. References to this role id will not break on other sites.
#D8CX: I pledge that Role Export will be obsolete on the day that Drupal 8 is released.
Notes
Drupal 6
The D6 version only supports roles that are added via the roles admin page or added via a Features based module. There won't be support for modules that provide their own import and export process for role creation.
FAQ
Why are you doing this?
Consider the following scenario:
Site A: I create a new role (rid = 4, name = teacher). I add a new rule: if a user registers at path /teacher assign the role with rid 4. Now I export the role and the rule to a feature.