Hi, I'm trying to implement the features, context, spaces and organic group modules combination, but I haven't been able to create new features on the site because the options to define the reactions for the Spaces features in the context module is not visible. In the tutorials on developmentseed page the Spaces feature is part of the context ui, and it seems it's the main step to create a feature.
So, is there a way to make it visible? or, has the procedure to create features for spaces changed from the tutorial version to the beta just released?
I attached a screenshot to illustrate the problem.

Hope you can help me.
thanks

CommentFileSizeAuthor
features-question_or_bug.png70.56 KBAnonymous (not verified)

Comments

my-family’s picture

+1, exactly the same problem.

yhahn’s picture

Title: New features cannot be created because context module doesn't show it in its reactions area. » Update documentation for features - spaces integration
Component: User interface » Documentation
Assigned: Unassigned » yhahn
Category: bug » support

My apologies for the outdated docs - the spaces features-context integration is long-gone.

You should follow the basic feature building steps outlined here:

http://developmentseed.org/blog/2009/may/29/making-and-using-features-dr...

And then (100% optional, only if you are using it with spaces) add a key for the space types you'd like your feature to be compatible with:

spaces[types][] = 'og'
spaces[types][] = 'user'

or if you would like your feature to be compatible with all space types:

spaces[types] = 'all'

Leaving open until we get some real docs together.

clemens.tolboom’s picture

q0rban’s picture

Status: Active » Closed (duplicate)