phpdrupaldrupal-viewsdrupal-taxonomyorganic-groups

Creating a groups structure in Drupal


I'm starting developing a Web Site for a Sport Club. This site will have a "main" site with some "institutional" content, and every sport that is present in the club will have it's own micro-site.

For example, i'll have this sitemap.

Club

+++History

+++About

So, which is the best way to make this work? I was thinking using Taxonomies and views.

What do you think?

Thanks


Solution

  • You can build out your site using views and arguments.

    Add a CCK field (sport) or a taxonomy vocabulary (sport) and attach it to the blog, photo, video, etc.. content types.

    When you build your views you would use the argument of sport in the path. That way you can have paths like:

    The path to this example view would be %/blogs (% being replaced by the argument).

    A couple videos on views and arguments: