Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
334 views
in Q2A Core by

I am trying to integrate Q&A to my wiki site. 

I have set edited /qa-external/qa-external-users.php

and set  if (USE_LOGIN_LINKS)

    {
            return array(
'login' => '../index.php?title=Special:UserLogin redirect=".urlencode("qa/".$redirect_back_to_url)',
 
but how do I get $redirect_back_to_url to actually get the URL. At the moment it just says $redirect_back_to_url which gives an error as the page doesn't exsit. 
Thanks

Please log in or register to answer this question.

...