Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Some progress has been made towards 6.x compatibility on Role Weights, although Views 2 support is not yet implemented. I'm the author/maintainer for Role Weights and there seems to be massive overlap here. A brief look at CVS for this module highlights a couple of differences:
this module provides its own admin page, whereas Role Weights hooks into the existing admin/user/roles form
this module adds a field to Drupal's own role table, whereas Role Weights adds a new table
Role Weights will optionally sort admin/user/permissions and admin/user/roles
(please note I haven't installed this module - the above observations are from looking at the code).
There is a LOT of overlap between these two modules - looking at the above the two features this module has over Role Weights (which I will consider implementing!) are:
database schema for Role Weights - is a field in role table better than a separate table?
Role Weights has an official 6.x release (although it's still lacking Views support in the 7.x-1.x-dev version). Is there any reason for this module to still not be marked deprecated?
Comments
Comment #1
pfaocleSome progress has been made towards 6.x compatibility on Role Weights, although Views 2 support is not yet implemented. I'm the author/maintainer for Role Weights and there seems to be massive overlap here. A brief look at CVS for this module highlights a couple of differences:
roletable, whereas Role Weights adds a new table(please note I haven't installed this module - the above observations are from looking at the code).
There is a LOT of overlap between these two modules - looking at the above the two features this module has over Role Weights (which I will consider implementing!) are:
Comment #2
pfaocleJust a quick follow up, Role Weights now has an official 6.x release (6.x-1.5) with limited Views support.
Comment #3
e-direct commentedWe plan to abandon our module and base Form Adjust on Role Weights in the nearest future.
If you have any modules (excepting Form Adjust) dependent on Role Weight please inform us, since Role Weight will be marked as deprecated.
Comment #4
lpalgarvio commentedmark as deprecated? a year has passed.
Comment #5
lpalgarvio commented#257478: Set weights on admin_user_roles form with JS Drag & Drop
Comment #6
pfaocleRole Weights has an official 6.x release (although it's still lacking Views support in the 7.x-1.x-dev version). Is there any reason for this module to still not be marked deprecated?