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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | domain_conf.inc_.txt | 634 bytes | agentrickard |
| #1 | Picture 1.png | 22.36 KB | agentrickard |
Comments
Comment #1
agentrickardThe 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.
Comment #2
agentrickardHere's a test file.
Comment #3
nonsieConfirmed to work as defined in 4.2 of the README for domain_conf
Comment #4
agentrickardHooray!