can this module be made to work with drupal 6.x?
SSzretter -
Yes. This is planned. I hope to have the time to port it to 6.x soon.
- smokris
I converted Administer Users by Role to Drupal 6. The only changes made (with the exception of the info file) is:
1) Hook_menu changed to hook_inti. 2) The if statement "if(!$maycache) {}" removed since hook_inti replaced $maycache.
Feel free to post it if it passing testing.
Thanks for your patch, theabacus. I started with that and cleaned it up a bit (see #270852: Allows any edit/block/delete and #319082: Module patch, coding standards cleanup), and have published an official 6.x release.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
smokrisSSzretter -
Yes. This is planned. I hope to have the time to port it to 6.x soon.
- smokris
Comment #2
theabacus commentedI converted Administer Users by Role to Drupal 6. The only changes made (with the exception of the info file) is:
1) Hook_menu changed to hook_inti.
2) The if statement "if(!$maycache) {}" removed since hook_inti replaced $maycache.
Feel free to post it if it passing testing.
Comment #3
smokrisThanks for your patch, theabacus. I started with that and cleaned it up a bit (see #270852: Allows any edit/block/delete and #319082: Module patch, coding standards cleanup), and have published an official 6.x release.