I need to include an online personnel directory on our website:
The user would go to a special page (maybe a members only page?) There would be a search form requesting for example: "Please enter the person's Last Name." (They would enter the last name and then press ENTER or SUBMIT.)
The next screen would give them the following info:
name
address
city, state, zip
phone
email address
Of course we would have to upload the database with all the pertinent info. But I don't see a module or plug-in for this. Thanks.
Online Directory Search Application?
Re: Online Directory Search Application?
I think you could use the feusers search module in conjunction with the Frontend Users module.
You would use the Frontend Users module as your personnel directory and the feusers search module would allow you to search the table by whatever criteria you want.
feusers search - http://dev.cmsmadesimple.org/projects/fesearch/
frontend users - http://dev.cmsmadesimple.org/projects/frontendusers/
There's also the Frontend Users Listing module, which you could use:
http://dev.cmsmadesimple.org/projects/feuserlisting
Nullig
You would use the Frontend Users module as your personnel directory and the feusers search module would allow you to search the table by whatever criteria you want.
feusers search - http://dev.cmsmadesimple.org/projects/fesearch/
frontend users - http://dev.cmsmadesimple.org/projects/frontendusers/
There's also the Frontend Users Listing module, which you could use:
http://dev.cmsmadesimple.org/projects/feuserlisting
Nullig
Last edited by Nullig on Fri Mar 30, 2007 10:14 pm, edited 1 time in total.
Re: Online Directory Search Application?
Thanks... I'll take a closer look at the links you mention.