I have a special scenario currently: I have extended q2a with a booking system. Special members can be booked. The plugin uses many of the provided q2a functions and some tables from the database.
Now I need to "outsource" the booking feature (or let's say "provide") outside of the main domain to another domain: mybookingq2astuff.com
Question is: How can I have all features of the plugin in the other website. With all reading from/writing to database etc.
... what would be the necessary includes in a custom index.php to have q2a running no the other site?
Sidenote: I don't need the questions from qa_posts, no need for a question list. I only need the user-related tables: qa_userpoints, qa_users, qa_usermetas, plus 3 custom plugin tables.
Update: I would also need the login feature since only registered users are supposed to book experts.
I am stuck here, as this is new territory :)