does this module replace the patch that is included in the domain access module?
i'm looking for a way such that i can allow people to only create/modify certain content types on their subdomain. so if this module allows me to have this functionality without patching core, then that would be awesome.
besides this i'm on a drupal 5 install, i'm willing to port this module to drupal 5 but do you think that would be a lot of work?
Comments
Comment #1
gordon commentedThis is a complete module which will run and turn off the node access provided by domain access and then implement it's own SQL to only allow node which are available in the current domain.
Basically it is just drop it in and it will run.