Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
400 views
in Q2A Core by
closed by
Hello,

I asked this question the other day but the person who answered it didn't really help at all. So I will try explain it better basically what I am after is to be able to put the login form onto another page of the website. And then when the user logs in they are redirected to the installed q2a

For example:

www.example.com/index.php (Place login form here)

www.example.com/q2a/index.php (Redirects to the home page of the Q2A whilst logged in)

 

Ihave tried a few ways but a couple of new ideas I had would be somehow get the login form from the Q2A by it self and then place a php include on the main website but I am not sure how I would go about doing that.

I have spent hours, days, and a lot of banging my head on my desk trying to fix it so I really hope one of you guys can help me.

So just to recap I wish to place the login form on one of the files of my website that isn't Q2A related at all. Once they login on that page they are bought to the Q2A index page.

I know it is a lot to ask but if I could get step by step answers that would be perfect!

Thank you so much in advance

If you have any questions feel free to ask me.

Thanks, Dylan.
closed with the note: Never mind, I worked it out myself. Thanks anyway
by
Could you post your solution?
by
Although immoral, I think a simple <iframe> into his site would have done the trick.
...