Closed (fixed)
Project:
Spaces
Version:
6.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2011 at 06:26 UTC
Updated:
15 Nov 2011 at 06:20 UTC
Hi,
I am new to spaces module, and am wondering if there is a way to provide more options for a space feature.
By default, we have the Enable/Disable options, however, when I watch the video:
http://yadadrop.com/drupal-video/context-spaces-organic-groups
I saw a third option: Private.
Any idea how?
Thanks.
Comments
Comment #1
Grayside commentedAdditional options could be added, but the initial support for a Private feature setting was disabled as confusing and unsustainable to effectively maintain from within Spaces. Atrium has evolved a lot in the last couple years. :)
Adding more options to that is reasonable, but will require creating a custom module and implementing hook_form_alter() to add more options. Please reopen if that's not an adequate answer.
Edit: If you implement a custom Space type plugin, you can define alternative options via a feature_options() function.
Comment #2
foredoc commentedThanks.