Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
109 views
in Q2A Core by
I want to implement multiple question and answer sites on same base domain but with different subdomain.

I want questions and tags to be independent but user account are global i.e. one account can access all the sites, but like in stackexchange different user stats, and powers like editing, upvoting, moderation etc should be specific to site(s).

How do I easily acheive this.
Q2A version: LATEST
by
do you mean like

https://gateoverflow.in/

https://ee.gateoverflow.in/

https://me.gateoverflow.in/

same user base but questions are different on each site. The plugins are same but the plugin settings are different in each site.

If so, we are using https://github.com/NoahY/q2a-network plugin for that.
by
edited by
+1
yes exactly that. thanks.

Please log in or register to answer this question.

...