I was wondering if it would work if you set up two sites to use the same database but with different table prefixes, then you'd only need to arrange some way to have them use the same table prefix on the tables you wanted to share (e.g. find every place in the code that uses user, userfield, etc and change the TABLE_PREFIX constant to USER_TABLE_PREFIX). But I'm not familiar with views so maybe it's a way of doing the same thing without needing to modify the code.
|