| 1 |
// $Id: README.txt,v 1.1.2.1 2008/03/18 00:07:43 sdboyer Exp $
|
| 2 |
|
| 3 |
Organic Group Blueprints
|
| 4 |
============================
|
| 5 |
|
| 6 |
OG Blueprints allows site administrators to create 'bundles' of OG panels 'blueprints.' Blueprints are identical to OG Panels
|
| 7 |
themselves in terms of configuration, but instead of being applied to individual groups, they are applied to group _types_.
|
| 8 |
Once the site administrator 'releases' a bundle of blueprints, copies of those panel blueprints will automatically be added to
|
| 9 |
new groups upon creation.
|
| 10 |
|
| 11 |
Because the concepts that drive Blueprints are as abstract as they are, I'm of the opinion that there isn't much first-time
|
| 12 |
users of OG Blueprints will get out of my using a bunch of jargon to describe the module here in the README. So, I've taken
|
| 13 |
the alternate approach of providing most of the help text inline, contextually adjusted to the particular menu you're looking
|
| 14 |
at. I'm hoping it's enough to provide a basic step-by-step here that'll get you into the gist of that inline helptext:
|
| 15 |
|
| 16 |
1. If you haven't already, install Organic groups (http://drupal.org/project/og) via the normal drupal method. You MUST be
|
| 17 |
using at LEAST version 6.0 of OG.
|
| 18 |
2. If you havent' already, install OG Panels (included in the Organic groups module package) via the normal drupal method.
|
| 19 |
3. Install OG Blueprints via the normal drupal method.
|
| 20 |
3a. Former users of OG Collections should skip to the below section. DO IT NOW. VERY UGLY, IRREPARABLE THINGS WILL
|
| 21 |
PROBABLY HAPPEN TO YOUR DATA IF YOU ADVANCE TO STEP 4 BEFORE COMPLETING THAT SECTION.
|
| 22 |
4. If you haven't already, mark at least one content type as being a group on the og administration page (/admin/og/og).
|
| 23 |
5. Navigate to /admin/og/og_blueprints/, and select your preferred mode of operation.
|
| 24 |
|
| 25 |
From here on out, you're in the thick of the inline help and it ought to be much more useful than anythign I can write here.
|
| 26 |
|
| 27 |
|
| 28 |
=============================
|
| 29 |
FOR FORMER USERS OF OG COLLECTIONS
|
| 30 |
|
| 31 |
Don't worry, you won't lose your old Collections data. OG Collections has also had a new release, labelled TERMINAL, and the
|
| 32 |
.install file has a new upgrade script in it. Download the new package (http://ftp.drupal.org/files/projects/og_collections-5.x-1.0-terminal.tar.gz),
|
| 33 |
and head over to /update.php (AFTER you've installed OG Blueprints in /admin/build/modules). Go throught the module update
|
| 34 |
process, ensuring that you're updating to version 5002 of OG Collections. You should see log messages reflecting all of your
|
| 35 |
existing Collections data being migrated into the new Blueprints format.
|