With Domain Access enabled, it's only possible to show/hide blocks by node path (e.g., node/123, node/1*), not by node alias (path/node-title).

Problem was initially observed with Domain blocks module enabled; have been able to reproduce problem with Node Blocks disabled.

Note: This may be a duplicate of http://drupal.org/node/1706558, which describes a similar issue with regard to show/hide in Google Analytics.

The following modules are enabled under the Domain Access group:

  • Domain Access
  • Domain Blocks [note: have been able to reproduce the problem with Domain Blocks disabled]
  • Domain Configuration
  • Domain Content
  • Domain Path
  • Domain Settings
  • Domain Theme
  • Domain Views

Comments

agentrickard’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Sample block configuration?

escoles’s picture

For one of the blocks I needed to display conditionally:

Block-Specific Settings

Title set to "<none>"
Body contains only Google Analytics code

User specific visibility settings

"Users cannot control whether or not they see this block"

Domain specific visibility settings

Set to a single domain -- the master domain is not selected in this particular case.

Role specific visilbility settings

Set to anonymous users only.

Page specific visibility settings

<front>
partner-summit*
node/23*
node/24*
node/25*
node/27*
node/29*
... remainder removed for brevity. The wild-card was added after testing to ensure that google analytics include code didn't show up on any URL variants.

agentrickard’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I could not replicate the other issue, I suspect this is a duplicate. Closing.

escoles’s picture

Will test by disabling Global Redirect and Domain Path on a dev site -- see http://drupal.org/node/1706558 for results.