I can't seem to get it working so the login from the my works on the q2a site.
I may have coded:
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?