drupal-domain-access

Node access/Views: What is the function of domain_site and domain_id realm

I'm getting duplicate nodes in a a view I've created in Drupal. It appears the issue is related to the way the join is done in views for the node_access table. Using devel, I see the following query: SELECT node.nid AS nid, node.language AS node_language, node_data_field_weekend.field_weekend_value AS node_dat...

Hide other domains' menus from node edit form on a Drupal site using domain access

I'm in the process of making some improvements to a live Drupal site that's using the Domain Access module to run a number of microsites. I'm trying to find a way of restricting the menus a user can post content to from the node edit screen. A user on one of the domains should only be able to post content to menus associated with that d...