Project: Drupal Version: cvs Component: user system Category: tasks Priority: normal Assigned to: Anonymous Reported by: andremolnar Updated by: andremolnar Status: patch Almost forgot, The creation of the user/users path was done to allow the creation of a secondary local task for the user listing page. admin/user admin/user/users (default local task of admin/user - shows the list of users) admin/user/users/create (child of the default task allowing you to add a user from the user listing page). If the naming is troublesome, I'm open to suggestions to change it, but the format listed is required to create the menu parent-child relationships. I also noticed that 'create' and 'add' are used in different modules throughout Drupal (both meaning and doing the same sort of thing). What is the standard? 'create' or 'add'? Since this is about consistancy, we might as well tackle this issue as well. andre andremolnar Previous comments: ------------------------------------------------------------------------ February 8, 2005 - 22:18 : andremolnar Attachment: http://drupal.org/files/issues/user_module_1.patch (10.64 KB) As per the discussion at: http://lists.drupal.org/archives/drupal-devel/2005-02/msg00302.html (settings inconsistencies) This patch implements the suggestions show in the screenshot (found in the link above). It also adjusts a few coding convention inconsistencies that I have noticed (e.g. unnecissary passing of form [edit] data between functions) Though more code could be cleaned in user module this was just a start to meet the primary goals of this patch. Finally the help text found in hook_help are now linked properly with their associated pages, and links within the text now take you to the proper pages. Dries: if you would like to test drive this on my demo site, contact me and I can set you up with an admin account. Other testers are welcome. andre -- View: http://drupal.org/node/17025 Edit: http://drupal.org/project/comments/add/17025