I followed the instructions on http://drupal.org/node/236877 to test the implementation of hook_domainconf. I created domain_conf.inc file and placed the sample code in it however it does not show up on domain site specific settings page. The path to domain_conf.inc is correct yet the array returned ($extra) is empty.

CommentFileSizeAuthor
#2 domain_conf.inc_.txt634 bytesagentrickard
#1 Picture 1.png22.36 KBagentrickard

Comments

agentrickard’s picture

StatusFileSize
new22.36 KB

The instructions on that page are possibly outdated.

See section 4.2 of the README for domain_conf -- the provided code there works for me in my test install.

If it still doesn't work, please post the code that you wrote.

agentrickard’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new634 bytes

Here's a test file.

nonsie’s picture

Confirmed to work as defined in 4.2 of the README for domain_conf

agentrickard’s picture

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

Hooray!