How to setup multiple Q/A sites and load questions from one or several sites at a time

264 Views Asked by At

I'm making Q/A for high school students using question2answer CMS by setting up a copy of CMS for every subject. Most of the students know well and can contribute more than in one topic, so I want to make them able to select topics in which they want to participate. This would be done in ajax, when subject name is clicked, All activity, Questions, Hot, Unanswered, Tags would be updated to include all selected sites.

Example of what I'm talking about looks like that.

enter image description here

I want to know how to achieve this, any ideas ?

P.S. I can see I may be able to easier achieve this by tweaking built-in categories, but I plan expanding to even more diverse Q&A sites later and want to be able to have stand-alone site with one topic, as well as one page to filter from which site's databases to load questions, tags, users and other info.

Despite how to do it, I'm no less interested how hard would it be to do updating data from customly selected set of databases, or should I work on same db with different prefixes, or what is the best way to implement this ?

0

There are 0 best solutions below