Having the ability to dynamically change the site-wide contact form to the email of the user in charge of that subdomain would be awesome. I noticed for those using Drupal 6 the domain suite has Domain Prefix as a solution for making the site-wide contact form dynamic based on the subdomain. How come Domain Prefix isn't included in the 7.x release? Any other recommendations for Drupal 7 users who need something similar?
Comments
Comment #1
agentrickardI never, in 5 years, used Domain Prefix for a production web site, and it's a pain to maintain because it causes all kinds of problems that can be difficult to debug unless you are an expert Drupal developer.
It has been spun out into it's own module and is seeking a maintainer.
You can hardcode this behavior into settings.php if you like, by instantiating $database prefix changes after the domain access include. (Be sure that you instantiate the normal $database settings before the include, however, or things will break.)
Comment #2
bluegeek9 commentedDrupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade.