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

I can't seem to get it working so the login from the my works on the q2a site. 

I may have coded:

 

define('MW_REG_URL', 'http://thesite.com/EL/mw/index.php', '');
define('USE_LOGIN_LINKS', false);
 
and 
if (USE_LOGIN_LINKS)
    {
        return array(
            'login' => MW_LOGIN_URL,
            'register' => MW_REG_URL,
            'logout' => MW_LOGOUT_URL
        );
    }

Is the above correct?

related to an answer for: mediwiki skin intergration

Please log in or register to answer this question.

...