Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
13 Oct 2009 at 02:01 UTC
Updated:
7 Oct 2019 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cafuego commentedComment #2
cafuego commentedComment #3
avpadernoThe menu title, and description strings don't need to be passed to
t().admin/user/userrather than extending the users search form?Comment #4
avpadernoComment #5
cafuego commented1. I have removed the t() calls from hook_menu().
2. The module checks whether a user may view a field before searching it - provided the content_permissions module is available. The admin section lists all field names regardless, though, but may be accessed only by users with 'administer content profile search' permission. Only users with 'search content profile fields' fields can access the search form now.
3. I don't use the search module on any Drupals, so it was far easier to write a little stand-alone search module.
Comment #6
avpadernoIt makes sense to put the form under
admin/user/userif the form is thought to be used from administrator users. I find fine to leave it where it is under that condition.As a little change, you should change the lines like
in
Remove the information about the module version you added in the file .info; that information is added from the packaging script.
Comment #7
cafuego commentedDone - and thankyou :-)
Comment #10
avpaderno