Hi,

I am learning to use spaces og module recently, and am confused about the following:

0) I have no features specified to be: spaces[types][] = "og"

1) create a group with group space to be "private group"

2) navigate to the features setting page of the newly created group: node/[group-nid]/features

3) Now the problems come as following as shown in attached images:
a) I expected to have three buttons on the setting page:
SAVE FOR [MY GROUP]; SAVE TO PRIVATE GROUP; RESET TO DEFAULTS
However, I only have two buttons:
SAVE CONFIGURATION; RESET TO DEFAULTS
b) In the default front page list box, I have all the items from primary link, and "other...",
However, I do not have "Default Page" option

Any ideas how to address the problem above? Thanks.

CommentFileSizeAuthor
features_page_2.jpg16.03 KBforedoc
features_page_1.jpg11.73 KBforedoc

Comments

foredoc’s picture

Seems I have found out the reason:

Path: node/[group-nid]/features, does not indicate any group space.
[group-purl-prefix]/node/[group-nid]/features does the job, which means, on page:

[group-purl-prefix]/node/[group-nid]/features

I have the expected interface.

Please let me know if I am right about it.

Thanks.

Grayside’s picture

Status: Active » Fixed

Correct, though node/group-nid should have redirected you to have the prefix.

foredoc’s picture

Thanks. However, node/group-nid, DOES NOT redirect me to have the prefix!

Are there any additional settings to ensure the redirection?

Thanks.

foredoc’s picture

Status: Fixed » Active

@Grayside, could you please let me know which module/function is in charge of the redirection, or what kind of settings I need to make it happen?

None of the following situation got redirected for me to a path with group prefix.

node/[nid]

1) node:[nid] is a group node
2) node:[nid] is a post in a group

FYI, I installed open atrium for testing, and seems to me that the redirection "Automatically" happen.

Thanks.