By Daniel S. Jackson on
Hi all!
Anyone got an idea on how to use data from one drupal site on another (same server, same codebase - but multisite setup). I've been searching and looking around, but not sure if I've found a good solution yet.
Specifically I want the users on one of them to be able to create and comment on a certain content type (made and displayed by CCK+views atm) on the other.
I can combine the two into one site (as they are closely related), but would love to keep them seperate.
Best,
Daniel
Norway
Comments
Share the user table between the two sites
Put the tables for both sites in one database (with different prefixes, of course). Have only one users table though, and specify that in each of your settings.php files like so:
etc.