By napesjp on
I just installed drupal and I am just starting to dive into the potential of modules and themes.
I want to build a site based around travel articles with attached pictures. They can be submitted by editors or by users (need to be approved by editors). They also need to be categorized by country, city, and by specific attraction, accommodation, and restaurant. I want to be able to navigate to a page for each of the above categories and view the top couple of articles.
What modules should I be looking into for this?
Comments
Bartender, the usual
For images, imagecache and friends: imagefield imageapi Imagefield Crop which I haven't tried and might be ready shortly.
Workflow, if you get a lot of contributions
As for presenting the top articles, you'll probably want to use Views in combination with some others: you can use Flag, or Fivestar if you want users/editors to rate content, or just a hidden taxonomy term for your handpicked articles.
Unrelated to your requirements - admin_menu will save time, Backup and Migrate, mollum, pathauto, sharethis etc.
Thanks!
Thanks!