Postponed (maintainer needs more info)
Project:
Multisite Manager
Version:
5.x-0.9-5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2007 at 01:38 UTC
Updated:
30 Nov 2007 at 17:13 UTC
Comments
Comment #1
schuyler1d commentedI don't know what 'scoops all watchdog modules' means, but as I've proposed here: http://drupal.org/node/196601
I wonder if adding a module_invoke_all('before_multisite') and module_invoke_all('after_multisite') would solve your problem. Then you could make a custom module which implements those hooks and does your specialized before/after.
Even without that, you could already do it with hook_nodeapi and sniff node->type=='drupal_site'
No business arrangements necessary. In general, I'm very willing to incorporate new features, especially if someone else is doing the coding :-)