Page 1 of 1

Online Directory Search Application?

Posted: Thu Mar 29, 2007 1:58 am
by brdon
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.

Re: Online Directory Search Application?

Posted: Fri Mar 30, 2007 9:32 pm
by Nullig
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

Re: Online Directory Search Application?

Posted: Sat Mar 31, 2007 2:31 am
by brdon
Thanks... I'll take a closer look at the links you mention.