XF 1.1 Login Integration

Colin Arenburg

New member
Hey all, can some one point me in the direction of how to do login integration? I am a new site and would like users to be able to login from the home page. If you give me a link that would great
 
I don't know of a generic guide for this. You can copy and paste the HTML for the login form. Be sure to set the form action to point to where your forum is installed. Special considerations include:

1) A redirect location after they login.

2) Showing the user as logged in on your homepage (requires connecting to the XenForo framework in your code).

If you are a programmer then you can post in the Development Questions forum for help with this. Or post an Add-on Request and some one may be able to write this for you.
 
Top Bottom