Hi.

I have two sites running off the same codebase (ie, sites/default and sites/secondsite.com) each with their own database.

In settings.php for secondsite.com I have added a second database connection string (which is the first site's database) in an attempt to view flexinodes from the first site.

I've tried a few different things and I can't seem to get this to work.

I tried to add db_set_active("siteone") in the flexinode module, particularly at the top of flexinode_load() function to try and get my second site to pull up a node from the first site. It doesn't seem to work.

Basically, how do I load flexinodes from a database other than the default one? I need to be able to go http://secondsite.com/node/47 and get flexinode 47 from firstsite.com.

I hope I explained that okay. I can ellaborate if necessary.

Thanks in advance,
Ben