| 1 |
$Id$
|
| 2 |
|
| 3 |
---
|
| 4 |
Spaces Module **ALPHA** for Drupal 5.x
|
| 5 |
|
| 6 |
Authors: Young Hahn, Jeff Miccolis, Alex Barth
|
| 7 |
|
| 8 |
---
|
| 9 |
ABOUT
|
| 10 |
|
| 11 |
The spaces module provides a way to control "features" on a group by group basis. Currently we support several features provided by core and contrib modules (book, blog, casetracker) and provide sub modules that implement other features (spaces_shoutbox, spaces_dashboard).
|
| 12 |
|
| 13 |
---
|
| 14 |
INSTALLATION
|
| 15 |
|
| 16 |
Spaces module makes a few assumptions about how a site is configured, particularly Organic Groups, some of these have been captured in the 'spaces_conf.inc' file which you can include from your site's settings.php
|
| 17 |
|
| 18 |
Spaces also assumes you'll be using notifications/messaging for OG notifications and disables OG's own notifications whenever possible.
|
| 19 |
|
| 20 |
Enable the 'Spaces: Navigation' block to see internal group navigation, and 'Spaces: Contextual Tools' to see add content links.
|