Hi, I'm looking for a CMS to build a site where almost all the content will be added by registered users. They have to post it from the front end.

The registered user will post, for example, about restaurants.

- Choose a country
- Choose or enter a city name
- Enter the restaurant name, its address...
- Post info about the restaurant
- Be able to upload photos, maybe video
- Create an account (My account, My favourites, ...), with all the posts of the user

The anonymous visitor of the site should be able to drill down through all the info and find, for instance, all the pots referred to restaurants from Paris/France, or one in particular if the user knows its name.

What I need is a good categorization, Country, City... when posting or when searcghing the site.

Can this be done with Drupal? If so, any suggestions for a newbie (more designer than programmer) of where to start.

Thanks in advance.

Comments

nevets’s picture

Yes

You can make a content type that represents a restaurant.

You can add one or more vocabularies to categorizing the restaurants.

You can use the location or address module for the address.

Add other fields to the restaurant content type such as image field, video field and more.

silverado’s picture

Thanks nevets. I think I will try Drupal. I've been checking other CMS like WordPress, and although it seems to be more intiutive and easy for a person with my skills, I think its core doesn't have waht I need.

lmaestro2011’s picture

I was looking at Wordpress as well but after considering the factors above I think I'll go with Drupal.Thanks