Great work,

I've been poking around looking for this very thing. Sadly... I just spent a week teaching myself BASH so I could do this http://drupal.org/node/196417 and have also been poking around for help with http://drupal.org/node/192834. I've got a few php scripts (one that scoops all the watchdog modules and another that checks and sets permissions across multisites) that I'd like to add to something like your module...

Does that work?

Would it require some kind of business arrangement? (This might be possible.)

again... really great work.

cheers, dave.

Comments

schuyler1d’s picture

Status: Active » Postponed (maintainer needs more info)

I 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 :-)