Organic Groups
The concept of organic groups is possible, as of Tiki 4? as an improvement to the Group features in tiki as part of:
http://dev.tikiwiki.org/Workspace+Roadmap#Organic_Emergent_groups
The idea of organic groups is that they can be born, grow and die without requiring the involvement of an administrator.
Related wiki plugins:
Functionality existing before tiki 4
- Admins can define Groups of users.
- Users can join some groups at registration.
- Users can join some groups after registration.
- Users can categorize pages so that they belong to a certain group.
- Users of a certain group will by default create objects of a specific category (which can be but is not necessarily "owned" by a group).
- Users can invite other users to register.
- Eponymous groups? upon registration a user can be assigned a group created identical to their username.
- modules, menu items and special content can display only for a certain group.
Functionality existing with tiki 4
--new groups can be created by users via profiles and data channels.
- each group has an owner and a moderator who can ban or remove users from the group.
- closed groups can exist which are accessible by invite or application only
Issues
if tracker linked to a group, subscribe from Plugin SUBSCRIBEGROUP should go to insert tracker item: link to Bug/RFECommunity features related to organic groups.
- shoutbox specific for group.
- internal message to group.
- group activity statistics.
- invite to group by email.
- email (newsletter) to group.
Group Security details.
All groups have 1 "owner" and >1 "moderators"
owners can:
- transfer owner to other moderator
- create/remove moderators
- disband group with "remove" or "make public" option for group objects.
- add or remove objects from group
- assing view or edit permissions to members.
- invite, approve and remove members.
To setup an Organic Group
1. Go to Admin>Admin Home>Profiles. Click on the "Advanced" tab. Crate the data channel here. There are four parts to completing the data channel. For more information, go to the Data Channel page. In the example below, the Data Channel is called "test".
2. The next step is to create two wiki pages. One page will contain the YAML, the other page will contain the Data Channel. For now, just create the blank pages. Let's call them "Groups" for the YAML and "Data Channel".
3. Edit the "Groups" page. Insert the following:
YAML
mappings: DummyGroupName: $profilerequest:groupname$Default name$ permissions: DummyGroupName: description: $profilerequest:groupdesc$Default description$ include: [ Registered ]
More detailed examples of the code can be found on the Permission Mangement page in the profiles section.
Save this page.
4. Edit the "Data Channel" page. Insert the following:
{DATACHANNEL(channel=test)}
groupname, Name your Group
groupdesc, Describe your Group
{DATACHANNEL}The two lines between the data channel represent the fields that will be filled out by users to create the groups. Obviously, the description can be eliminated if you don't want to include that. If so, it should probably also be eliminated from step two.
Again, save once this is complete.
5. Once this is all complete, you will want to go to the "Data Channel" wiki page. You'll have two boxes to complete for the name and the description. Hit the go button and your groups should be completed.
dev:Organic Groups
