I'm trying to get my head around Spaces, applying it into my public website. I want to use Taxonomy Spaces to set site contents to exist within spaces, but I'm struggling with distinguishing the site space from the taxonomy space in my Features custom modules.

I want to have a different site frontpage from the frontpage inside my spaces.

I'm trying to set the 'Default front page' at /features to be e.g. 'home' but when I set the 'Default front page' at /taxonomy/term/TID/features to be e.g. 'dashboard' then the 'Default front page' at /features is also set to be 'dashboard'.

I understand that this one of the basic concepts of Spaces, but I can't work out what I'm doing/not doing to allow this to happen.

Comments

joe-b’s picture

Status: Active » Closed (works as designed)

Aah. Me being a bit silly.

I'm running i18n and in settings.php I'd set the $conf['i18n_variables'] array to include 'site_frontpage' as an i18n-able variable. This caused a conflict with Spaces over what was setting the homepage, hence the site_frontpage variable being set weirdly.

Note to self: remember how you've configured your site. Doh.