I have installed Domain Access for my site and it all looks very impressive.
I created 3 domains and am trying to have some nodes only appear on one of them.
However, when I set the publishing options to only publish the node on one of the domains anonymous users cannot see the node anymore. Me as an admin however still sees the node but on all domains.
- 'Send to all affiliates' is disabled for the node
- Anonymous users have the 'Access content' permission
- I dont use table prefixing (do I need to clone the node tables?)

I'm obviously doing something wrong but I can't figure out what.

Thanks in advance.

Comments

agentrickard’s picture

For the anonymous users, it is likely that you turned on Domain Strict. Turn it off and read its documentation (especially section 4).

For administrators, see 3.4 of README.txt and read up on Node Access. Users with 'administer nodes' (plus user 1) can _always_ see all nodes.

Nda’s picture

Status: Active » Closed (fixed)

A classic case of RTFM.. I disabled the module domain_strict and now all is as I expected.

Thank you very much.