By johnvgross on
Hi All...
I started my first drupal social networking site....
I got struck in the first step itself...
How can we provide a member search in drupal...
Is anybody have idea about this?
I want one text box & one dropdown contains (city,name,sex) then submit button on header area....
Is it possiible in Drupal?
Please guide me to build an member search...
Thanks in advance.
Comments
Look at the module
Look at the module ProfilePlus. I used that in conjunction with Content Profile, but I'm not sure if it's necessary.
Thanks
Hi samwich
Thanks for your quick reply.
I installed both content profile and profile plus module.
COntent propile module treats the profile as node.
If I search California on search it return both the profile with city name "california" and also the posts that contains california..
I want to display the Profiles alone...
Is it possible in Drupal to do a member search like other social comunity site ?
_
You can set this up with the http://drupal.org/project/views module using exposed filters. Create a users view, add the filters for the items you wish users to interact with then click the "expose" button to expose those filters to the user.