1
Greetings all!
I have a somewhat unusual situation I've been trying to figure out. I have two web sites, we'll call them Site A and Site B. Each site has its own separate XOOPS install and its own databases, Database A and Database B. On site A I have a module that I built that is full of data in Database A. I would like to install the same module on site B, but have it pull its data from Database A. All other modules on site B would use database B as normal, only one specific module would use database A.
I found a post (
https://xoops.org/modules/news/article.php?storyid=1222) explaining how to run multiple sites with one XOOPS install, but I don't think that will do quite what I need. I have no problem with using separate installs and separate databases. I only want to share this one module. Both sites are hosted on the same server on our hosting account.
Any suggestions would be greatly appreciated! Thanks!