By oklok on
Lets assume I have made 3 mandatory field in the profile that user MUST fill in before sign up.
This field are Country, size, and age.
Is it possible somehow to make a Searchbar in the middle of the content and let user choose directly from those 3 options and then show a list of all of them?
(These 3 options are the option in the profile --> add new field)
Eg.
"[Search for]" [choose in list country ] [choose in list which size] [choose in list age] --> GO
[ Display list of results ]
Hopefully there is already a module for this matter?
Thanks!
Edited by: VM; Moved to appropriate forum
Comments
=-=
General discussion forum guidelines
oh sorry , thanks!
oh sorry , thanks!
=-=
There is not a module specific to what you want, to the best of my knowledge.
Views.module allows for exposed filters.
The profile.module allows you to specifiy fields which are turned into links and maybe you can use those links as menu items to list to lists similar to the ones found on profiles here on drupal.org.
As an example, visit my profile. Click on a link in my profile and you will see what it does.
content_profile
You might want to check out the content_profile module. It lets you create a profile as nodes where you can create CCK fields as select fields.