Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2009 at 18:16 UTC
Updated:
20 Jun 2009 at 20:20 UTC
I installed Domain Access with default settings. and after installing content that had access restrictions using Node Access and ACL no longer were in effect (ie anyone could access them?)
I installed the multi node access patch, but it had no effect.
What can I do to get it to work together? I actually don't care about domain access restricting access to content. I'm more interested in spreading content around multiple suddomains but with one database and codebase like domain access does.
Comments
Comment #1
agentrickardTry Domain Access Advanced. http://drupal.org/project/domain_adv.
You may need to modify its code to stop DA from applying Node Access rules at all. In that case, just return empty arrays for both hook_domainrecords() and hook_domaingrants().
What you are really asking for is outside the scope of the module, and you might want to use a more traditional multi-site configuration.
Comment #2
agilpwc commentedAh yes I see that could work out. Thanks!
I want to try to stick with Domain Access because of intergration with ubercart using uc_domain