I would like to integrate the drupal Profile module into the Search module. Say, I am Joe Smith from San Francisco -- when someone searches for "San Francisco" on our site, I want them to be able to locate the profile.
From what I understand I'll have implement a "search" hook so that the module is included in the search function.
Question: Is there anything I'm missing? Do I have to implement indexing for my module also, or do I have to modify the search module indexer to include the data in the profile section?
I try to develop a simple module following the chapter 4 from the interesting book Pro Drupal Developement. See the code I used bellow.
My simple module is called "monmenu" can be enabled using the admin page, but, strangely when using the relative URL monmenu it doesn't work (I get a page not found).
What's wrong? Thanks to help a Java/Grails developer!
We want to create a role that will allow a youth group leader or "leader" to be able to add a specific number of users with names and passwords. Currently, they buy x amount of tickets through memberclicks and I have to download the .csv files. I use the csv info to manually add user. The problem is, they are buying tickets in bulk and we want the youth worker to have the ability to add x number of users within our site (so I am not sitting there all day adding user after user). We want them to be able to do this but not have admin rights.