I'm making a site similar to ripoffreport.com although not for businesses.

On ripoffreport you can click on wallmart and it will display all submitted reports for wallmart. This is a paramount feature I require, display all reports for (business name)

Is this possible in drupal and if not, is there a plugin.

Many thanks for your help.

Comments

mradcliffe’s picture

The simplest method of doing this would be to create a vocabulary "Companies" and add taxonomy terms or tags for each company. When creating content, a user can auto-type the company name. The taxonomy system automatically has a stream of content for a term.

You probably want to review submitted content to prevent duplicate misspelled terms like "Wallmart" instead of "Walmart". You can also use views to create dynamic lists with facet-like search features for those lists. For instance, a search box to type in the company name to reveal all reports for that company (taxonomy).