Posted by skizzo on November 15, 2007 at 9:35am
I am implementing multisite via Domain Access (single database, single settings.php, wildcard dns) and would like to support multiple Forums. Each site needs its own completely independent forum. Domain Prefix (a module in Domain Access) allows me to easily create/copy prefixed (core) tables/structures. My question is: in order to have independent forums...
- which is the minimum set of core tables that needs to be duplicated for each site
- is there any additional action (SQL statement) that is required to complete the setup?
I am asking the second question because Domain Prefix carries out a plain table duplication, without going through the specifics of hook_install(). I am a Drupal user with no programming experience. Thank you.
Comments
Multi-site domain access
You might want to take a look at this tutorial and the subsequent tutorial.
http://drupal.org/node/200631
Any comments on the different approach?
It would be very helpful to know if you have any views on the approach described in these tutorials, which is a totally different one from the DA approach. Is it valid, or does it raise problems which DA solves? There is a forum on this subject at http://drupal.org/node/200883.