Currently, Domain create and list domain in a single hierachy. However, I was wondering if capability to group the domains (or something like Hierarchal taxonomy) would be possible because :
1. When the domains list grow bigger we wish to group the domain for easier management
2. To be used as an exposed filter (in views) for certain group, rather than all subdomain created.
3. Menus group seperation
TQ
Comments
Comment #1
agentrickardIt is possible, using the provided API, you would attach relational information using hook_domainload(). For forms, you would use hook_form_alter() to allow group-based settings (if desired).
You might be able to do something like this using the existing taxonomy structure, since taxonomies can be saved per module.
Comment #2
agentrickardComment #3
nonsieFor the site I'm currently working on I've creating something similar (I call it Domain Relationships). All is really does is define the parent domain of a domain making those super long domain lists easier to handle. It still needs some UI improvements but I should be able to post it on drupal.org in a month or so after the site has launched.
Comment #4
agentrickardNice. Looking forward to it. I mark things 'postponed' when I think they are cool but I don't have time.
Updating to 5.x.1.5.
Comment #5
flexvixon commentedsubscribe
Comment #6
eggthing commentedsubscribe
Comment #7
agentrickard