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

  • Rugby (one random sport)

    • Blog
    • Photos
    • Videos
    • User Comments
    • etc.
  • Hockey (another sport)

    • Blog
    • Photos
    • Videos
    • User Comments
    • etc.

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

What do you think?

Thanks

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

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:

  • example.com/rugby/blogs
  • example.com/hockey/blogs

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

A couple videos on views and arguments:

link|improve this answer
feedback

I would recommend on the OpenAtrium installation profile.
Define each sport as a (og)group, add add to it whatever you need.

I believe that for your needs OpenAtrium fits nicely, and will save you lots of time.

Good Luck !
Shushu

link|improve this answer
1  
THanks for your answer! But i don't think this can help me. This site needs to be in the www. – santiagobasulto Oct 9 '10 at 23:20
3  
I don't understand the comment. OpenAtrium is just like any other Drupal site. – Shushu Oct 10 '10 at 0:57
i read it's for intranets. is it right? – santiagobasulto Oct 10 '10 at 18:31
There is no reason why not to use open atrium for any site. The difference between intranet and internet sites is just the decision what to do with it. If you need to use its features - use it ! – Shushu Oct 11 '10 at 20:37
feedback

I would also recommend organic groups module as one group one sport. Open Atrium could be a good installation profile (it also uses organic groups) but it's hard to understand.

link|improve this answer
feedback

I would say that if you are asking this type of question, you should probably go with Open Atrium. It is pretty much an intranet (and Organic Groups) right out of the box. I have 5 installations of it running publicly (in the www). @Shushu is right, any website can be an intranet or internet, it just depends on if you expose it to the world, or just to your local intranet. But if you are looking to dive into Drupal, use a drupal install with OG. But it really depends on how much time and effort you want/can put into it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.