By mal@groups.drupal.org on
Serious question. I've been poking around on my Website for a couple of hours trying to create a group. I keep running into the same configuration options for OG, over and over. But, I don't see a way to actually create a group.
There are no groups in the Groups Directory
I see "Groups" in my menu.
When I click on it, I see three options
1) Groups
2) My Groups
3) Group Activity
But they are all empty, because I haven't created any groups as yet.
I don't see anything that says "Create a Group"
Help!
Comments
Create Group
Did you follow the instructions and create a new content type? Once that is done, you should be able to use the Create Content link in the Menu system and select your new Group content type to create a new Group.
Josh
permissions
And if you have a group-node (the og module came with a basic one included, at least in my 4.7 site) you need the permission to create one (unless you are the administrator).
Set these permissions at admin/access.
Then to create one go to "create content" (not to "groups")
Robin
readme Organic groups
This is the explenation in the readme.txt, but even then, it is not easy to understand and to do. Why not making a script with makes the right content-type ??
NSTALLATION
---------------
- If not already active, enable the Views and Views_RSS modules. These are now prerequisites.
- Enable the og module.
- Visit the admin/og/og page. If you want to protect some posts so that only certain users may view them, then click the button to enable access control.
- On admin/og/og, see the 'Group home page node types' field at bottom. You usually want to create a new node type via admin/content/types page and then select that node type here. See the first item in NOTES below.
- Set other preferences on admin/og/og as desired. It may take some experimenting before you arrive at a configuration weil suited to your needs.
- On the admin/content/types/og page, disable comments and attachments for node types which are designated as groups
- On the admin/build/themes/settings pages, in 'Display post information on' section, uncheck each node type which has been designated as a group.
- On the admin/block page, enable the 'Group details' with a low 'weight' value. Optionally enable the 'Group authors', 'Group notifications', 'New groups, 'My groups' blocks.
- Grant permissions as needed on the admin/access page
- Begin creating groups, subscribing to those groups, and posting into those groups. The subscribe link appears in the Group details block, for non invite-only groups.
- Consider enabling the following modules which work well with OG: Pathauto, Locale. After your install is working nicely, consider enabling og add-on modules like og_mandatory_group, og_vocab, etc.
NOTES
----------------
- This module supports designating any type of node to be a group. This node type should be defined by a custom module or via the admin/content/types page. When defining your type, you usually want the title label to be 'Group name' and the body label to be 'Welcome message'. Since all nodes of this type are treated as groups, you will usually not want to designate the standard page, story, or book node types as groups. The capacity to make custom node types groups means that you can have custom fields for your groups and even several different kinds of groups. Specify the group types at bottom of admin/og/og and also remember to disable attachments and comments for each type. Lastly, you should not create nodes *before* setting up the node type as a group. If you do do that, you have to re-save each node of that type so it acquires its group settings.
- There are a few handy tabs at the path 'group'. You might want to add a link in your navigation to that url. Each tab also provides a useful RSS feed.
- 'Administer nodes' permission is required for changing the Manager of a group
- 'Administer nodes' permission enables viewing of all nodes regardless of private/public status
- All subscriber management happens on the 'subscriber list' page which is linked from the group Block (while viewing a group page). This includes approving subscription requests (for selective groups), subscribing/unsubscribing users and promoting users into group admins.
- If you decide to stop using this module, just disable it as usual. If you ever decide to re-enable, all your prior group information will be restored.
UPGRADING FROM 4.7 TO 5.0
-----------------
- In order to support the new 'as many node access modules as desired' feature of core, much has changed. A full update path to the new database configuration has been provided. However, not every scenario has been tested. Please backup your database before upgrading. Also, please report successes or failures with the update via http://drupal.org/project/issues/og or send email to Moshe Weitzman (see bottom of this file).
- The og_basic module has been deprecated. You should delete it.
- When you perform an update, og will create try to create a custom node type for you. This code sometimes fails though (help wanted). You may manage it afterwards at admin/content/types.
- Views.module is now required (and views_rss).
THEMES
------------------
You may wish to stylize nodes which have properties assigned by this module.
--- public vs. private posts are denoted by $node->og_public
--- group assignments (if any) are to be found in $node->og_groups. this is an array of nids. the group names are in $node->og_groups_names.
--- you may wish to omit the node author and time if we are showing a group home page. also consider not showing node links for these nodes since they just add clutter.
--- provided in this package are two template files for the phptemplate engine. One stylizes group nodes as suggested above and the other stylizes all other nodes as suggested above. These can be starting points for your customization of look and feel of the central area of the group home page. you may also investigate themeing of Views for more techniques.
INTEGRATION
---------------------
- This module exposes an API for retrieving and managing subscriptions via direct PHP functions [og_save_subscription()] and via XMLRPC.
UNIT TESTING
----------------------
This module comes with a suite of unit tests. Please help build more of them. See http://drupal.org/simpletest
Still Not Getting Groups Started!
"- Begin creating groups, subscribing to those groups, and posting into those groups. The subscribe link appears in the Group details block, for non invite-only groups."
I have no idea how to do this? I followed the instructions, then went to "create content" and clicked on my new content type called groups, and clicked save. Now there is just another page on the site! the "groups" page still says 'page does not exist' and the new content page has no 'subscribe' button or whatever.
PLEASE HELP!!!
=-=
have you read this handbook page ? inperticular the comments regarding 5.x ?
Which Handbook Page
I have searched through Handbook page on drupal and cannot find anything about organic groups. If you are referring to the installation readme.txt, I have followed it (i think) to a "T." I am using version 5, so would love it if you were on to something I've missed.
=-=
Sorry meant to paste it with previous comment. see: http://drupal.org/handbook/modules/og
contrib modules are listed in the contrib modules part of the hanbook see: http://drupal.org/handbook/config/contribmodules
Really bad interface
The question "how to create groups" is really a key question. And in this aspect Drupal is not deficient, it is simply very bad.
I am sorry, but "groups" are not "content". As it is hard to understand "blogs" as "content" but possible. Perhaps some computer people had to understand the way how normal people thinks.
It is very simple:
1) Add an option: create groups as you create users
2) And let to assign each user to several groups, or vice versa.
Antonio Bartolomé
you were lucky - you managed to install og - i have not yet
hello dear buddies how to install organic groups into the newest version of drupal - the version 7.12
just in
a. g ettin the package and
b. untar/unzippin all
c. copying all the stuff into the appropiate folders and
c. going to the configuration-area and having a look if the whole components now show there and finally enable the whole stuff!?
love to hear from you
You can find details on how
You can find details on how to install a contributed module at http://drupal.org/documentation/install/modules-themes/modules-7 .
Organic groups is available at http://drupal.org/project/og .
There are some screencasts and tutorials on the project page.
Next time you might want to create a new issue since this is unrelated to the original.
hi there
thx for all the hints
greets