Login From Another Site? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.2 Series (https://community.mybb.com/forum-3.html) +------ Forum: MyBB 1.2 General Support (https://community.mybb.com/forum-4.html) +------ Thread: Login From Another Site? (/thread-28076.html) |
Login From Another Site? - Hockey Foo - 2008-01-30 Is it possible to make it so your users can log in from another website. Like just have a login box and once they go to the forum they are logged in. I'm kind of a newb to MyBB. RE: Login From Another Site? - ct2k7 - 2008-01-30 Welcome to MyBB! Sure, you can integrate it: http://community.mybboard.net/showthread.php?tid=6190 RE: Login From Another Site? - Rohan Shenoy - 2008-01-30 You can do that. Insert the below HTML/PHP code snippet where you would like to have the login forms.
RE: Login From Another Site? - Hockey Foo - 2008-01-30 Neither seem to be working too well. RE: Login From Another Site? - jordanlw - 2008-01-31 Remove the MyBB bold tags from the form action. @ Rohan Thanks Working great! RE: Login From Another Site? - Hockey Foo - 2008-01-31 Two questions: 1.) Is there any way so that once they hit the Login button it goes back to the page they were on? 2.) After they have logged in, can it show their user name and have a logout button? RE: Login From Another Site? - Hockey Foo - 2008-02-02 Anybody? RE: Login From Another Site? - Rohan Shenoy - 2008-02-02 jordanlw Wrote:Remove the MyBB bold tags from the form action. Thank you pointing it out. Done that now! RE: Login From Another Site? - Rohan Shenoy - 2008-02-02 Hockey Foo Wrote:Two questions:I have made some changes in the code posted above in post#3. Use it now. Remember to change the action attribute in the first line of the code. Hockey Foo Wrote:2.) After they have logged in, can it show their user name and have a logout button?You will have to use cookies. Do you know how to play around with cookies? RE: Login From Another Site? - Hockey Foo - 2008-02-02 Rohan Shenoy Wrote:Hockey Foo Wrote:Two questions:I have made some changes in the code posted above in post#3. Use it now. Remember to change the action attribute in the first line of the code. No, I don't know much about cookies. |