Reply to thread

Yes I believe you can do that. Depends if you really really need to handle the login outside of the forum or not. On my site I have the login/register link in the menu outside of the forum so any page the user is on they're able to click the login which takes them to the standard XenForo login page. Once authenticated, XF will automatically return them to the referrer page.


If you want to handle it within your own form or in an AJAX handler, there is some sample code posted by members here achieving auth within the XF framework outside of the forum itself.


Back
Top Bottom