Hi,
I am trying spaces og module and find something wired going on:
When I create a group with path: spacesogtest (nid = 10), and visit:
127.0.0.1/drupal-test/spacesogtest,
It shows me:
site front page with group context , which means a site front page together with og-specific blocks related to the newly created group.
However, I expect the page to be similar as : 127.0.0.1/drupal-test/node/10
Any ideas what I might have messed up?
Thanks.
Comments
Comment #1
foredoc commentedOne thing to add is that I have several features enabled, none of them are with :
spaces[types][] = "og"
in the .info file.
Thanks.
Comment #2
foredoc commentedAnother thing to add:
On my group space setting page:
node/[nid]/features
There is only a "Save" button, no homepage setting, no nothing.
Thanks.
Comment #3
foredoc commentedIt may relates to :
http://drupal.org/node/608916
Any ideas?