Creates a simple installation that assembles the OG/Spaces/Features stack and allows you to start creating communities. Also includes two small -- optional -- features for creating discussions and wiki pages within a community.
Due to the restrictions on Drupal.org's make files, I cannot create any release nodes. Please refer to this project directly through the git repository.
This module takes over the default node/xx page callback, first intercepting it to see if there is a lightbox query attached to the url ($_GET['lightbox']), if so it renders the node using a different build mode, allowing one node to be themed differently at node/xx than at node/xx?lightbox=1.
Other than node links
The module also works with 'other than node' links. If you are serving forms in these links, the module knows to remove the ?lightbox=1 from the form action to prevent submission to the unthemed page. Not all forms will work out of the box, if you find one that doesn't post an issue and I'll attempt to include it too.