Closed (works as designed)
Project:
Domain
Version:
7.x-3.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2013 at 00:20 UTC
Updated:
3 Mar 2013 at 20:44 UTC
Hi, a weird one ...
When configured to be a Collapsible Form the login block contains the primary domain name and is redirecting from secondary domains to the primary domain. Not happening with standard or link.
Also, is it possible to configure blocks independently for each domain? For example the Custom Message for the login block seems to apply across all domains.
Comments
Comment #1
agentrickardYou can try enabling the SEO option ("Rewrite all links to point to a single source") to fix the first issue. [Edit] Though it may be that the other module is making the form action absolute [/edit].
You can configure block visibility per domain using Domain Blocks, but not the block information itself. You likely need custom code to swap that message, such as that used in hook_domain_batch().
Comment #2
agentrickard