I have a drupal multisite setup. There are a total of three sites. The sites have prefixed tables in the database. I am using the events module and the ecommerce module. I need to be able to share the events, products, and cart across all sites...but not the other content like pages, comments. I originally wanted to simply share the node tables, but that shares everything.... Any solutions??

Please help.

Comments

GregL83’s picture

I am guessing that there is no easy answer due to the lack of responses.

I am at the point of editing the node.module file to add the node to all prefix_node tables when adding a node of a particular type. As you may already know this gets real messy with different node id's across many tables...

Luca O’s picture

I think that Domain access modules should be designed for your need. Never used, so good luck!

pbarnett’s picture

Hi!

We've used Domain Access to great effect on our multisite setup at http://mongolia.charityrallies.org et al.

Reccommended!

Pete.