Hi,
I want to run a small network of Q&A integrated with the same Wordpress installation.
I have couple of questions regarding this.
First is: will be any user setting separated for each Q2A subsite (beside the ones which are common as user, email, passowrd) ? Or all the settings are common ? I noticed there are still some qa_user tables created
It should be ok so I actually install just once the Q2A (using the same folder for all subdomains) and duplicate the tables (so multiple Q&A running but each one having separated categories and posts) with new prefix (qa2_, qa3, aso) ? Or will be a pain when I need to upgrade to newer versions ?
If is OK on what things I should have care ? I am listing here some of them:
- I should duplicate the install tables with new prefix (qa2_, qa3_, aso)
- qa-config.php should switch the QA_MYSQL_TABLE_PREFIX based on hostname
- I suppose most of the settings can't be actually shared as they are within qa_options and qa_widgets and all this will should be duplicated for each Q2A
- separated css and images files for each Q2A (this can be achieved by some fancy .htaccess)
Thank you.