Hi,

I am new to drupal and I need some guidance how to start a site.

I want to create a site with adds where people can place their adds for free. Also an unauthenticated user should be able to place adds. The adds should be categorized by type, region and city. An add has text and some attached photos.

Can you give me a hint how to categorize type, region, city so I can use them in forms in a prefilled manner? (combobox)
Is it possible to use Views as a search to browse all adds of a type/region? I mean to have a form where the user can select from a combobox the type and then to prefill the regions and so on.

Thanks,
Radu

Comments

WorldFallz’s picture

Yes, you can use views to create interactive searches-- for an idea of how it can work see any issue queue on drupal.org. As for region handling I like to use taxonomy + the hierarchical_select module.

radu_d’s picture

I took a look at that module and it does exactly what I need. Thanks a lot for your advice.