With multisite installation, I want to install the same module in the all/ directory and a site specific directory, and then play around with the site specific version of the module without affecting the behaviour of the module on the other sites.

This doesn't seem to be working: all sites in my installation seem to be using the all/ version. Is it possible to do what I'm trying to do, or is it fundamentally a mistaken idea?

Comments

vm’s picture

all = all

if a mdoule is in the add folder thats what will be used.
to play with a module a suggest a test site which will not affect any production sites you are running.

Richard Blackborder’s picture

Yeah.. I just wanted to avoid having to do Drupal codebase updates to the test site :-)