Skip to content
diva edited this page Feb 3, 2013 · 18 revisions

Description

The Diva Groups addon supports the entire functionality of Second Life groups, including notices with attachments, all within the OpenSim framework and without requiring an external Apache server. Furthermore, it works across the Hypergrid, i.e. groups can have members with accounts in foreign worlds.

Limited Edition

D2 includes a free version of Diva groups, with the following limits:

  • 2 groups per world maximum
  • 4 roles per group maximum
  • 50 members per group maximum

These limits are within the spirit of D2 as a personal/small virtual world server. An unlimited version of Groups for larger worlds, including grids, is available for a fee.

Configuration Variables

The configuration section for Diva Groups is [Groups], and it's included in the DivaPreferences.ini file. D2 has this addon enabled by default. Should you wish to change any configurable part, copy that section to MyWorld.ini and make your changes there. Here are the variables that can be changed, and an explanation of what they do:

[Groups]
  ;; Set it true for enabling Groups, false for disabling  
  Enabled = True  
  ;; Should the group messages be delivered to offline users or not? (True by default)  
  MessageOnlineUsersOnly = True  
  ;; Support for group notices? (True by default)  
  NoticesEnabled = True  
  ;; What users can create groups? The default is User Level 100 (Wifi Administrator account, and above -- Gods)  
  ;; (You can set the User Level for any user in the Wifi web app)  
  LevelGroupCreate = 100  
Clone this wiki locally