Drupal 6 newbie question:
As per the Geeks & God episode on Drupal Church Recipes, I am attempting to implement an event system using Views, CCK, and Date Module instead of using the Event module. I have created a content type called Events with the following fields:
I want to create a View called Upcoming Events which will filter out any events that have already passed. Seems simple enough. I have created this view and added the following fields:
Node: Title Title
Has anyone used OG Subgroups for Drupal 6? I'm a drupal newbie and I'm trying to wrap my head around Organic Groups. I'm building a site for our church's school in Drupal. My plan was to use OG to have a section of the site for the athletics program with each team as a subgroup. This (as I understand it would allow each team to be it's own group while propogating content up to a parent athletics group. Problem is I can't figure out how to use subgroups. I understand that it is based on the Book module, but that's as far as I can get. Documentation is severely lacking.