Hey everyone,

So this is what I'm looking to do, and wondering if someone can point me in the right direction of modules I'm going to need.

Just want to create a database that contains information for varies animals. Lets just say like color, weight, breed, etc.

I would like to have two different permission levels of search. A admin, and user. I would like a more advanced search that they can select different criterias and have it pull up the records. Its been a while since I've used drupal so any advice would be greatly appreciated!
Thanks

Comments

WorldFallz’s picture

Pretty easily done using d7 and the views module. create a content type for 'animal' with whatever fields you want, use views for creating listings and custom searches (using 'exposed filters'), and taxonomy for classifying.

mradcliffe’s picture

I made a DrupalDojo session earlier this year where my example was a post your pet site. Apart from the Views fail it could be useful for you.