I would go low-tech and just create symlinks to sites/all/modules-advanced in each of the desired sites/sitename/modules . For mor etech, maybe write a shell script to add &amp; remove these links automatically from a config file, if frequent maintenance is required.<br>
<br>-Matt<br><br><br><div class="gmail_quote">On Mon, Nov 16, 2009 at 10:55 AM, Justin Davis <span dir="ltr">&lt;<a href="mailto:justindavis@mail.utexas.edu">justindavis@mail.utexas.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello All.<br>
<br>
My apologies if this belongs in &quot;support&quot; rather than &quot;development&quot;.<br>
<br>
I am managing a multi-site drupal installation and would like to be able to offer groups of modules to a sub set of our sites without having to have them installed in each sites/sitename/modules folder.<br>
<br>
Basically, there are some advanced and developer modules that my more adept users need but that I would rather not be available to some of our novice site managers.<br>
<br>
Ideally, I would be able to define something in the settings.php that told drupal to look in:<br>
<br>
    sites/all/modules<br>
    sites/all/modules_advanced<br>
    sites/sitename/modules<br>
<br>
The only possible solution that I&#39;ve found would be to create a custom module that defined it&#39;s own &quot;module_rebuild_cache&quot; (maybe &quot;extra_module_rebuild_cache&quot; or such) that used a slightly modified &quot;drupal_system_listing&quot; that would be able to look outside of &quot;sites/all/modules&quot; and &quot;sites/sitename/modules&quot;<br>

<br>
Does this make sense? Has anyone else come across a similar issue?<br>
<br>
Thank you kindly,<br>
<font color="#888888">Justin Davis<br>
Liberal Arts ITS<br>
University of Texas at Austin<br>
</font></blockquote></div><br>