DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 8657--------------------------------------------------
Log in from another website?
DIR By: Chesso123
Date: March 3, 2013, 6:46 am
---------------------------------------------------------
Hello!
I'm managing a gaming website, and i made a forum with
.createaforum.com. (by the way, it's the best in my opinion)
-well, now to the question.
Since i'm running 2 websites with the same, i thought if it
would be possible to get a HTML Log in form code to my official
website? That would be great!
-So when my friends log in, they will be logged in at the Forum,
but also at the other website?
Actually im just wondering if it was possible to get the Log in
form in HTML? ???
-Chesso.
#Post#: 8659--------------------------------------------------
Re: Log in from another website?
DIR By: Stephanie Smith
Date: March 3, 2013, 7:15 am
---------------------------------------------------------
I don't think they made anything like that?
but you can add the other website by making a new page and
importing it so its a click away from your main
#Post#: 8660--------------------------------------------------
Re: Log in from another website?
DIR By: CreateAForum
Date: March 3, 2013, 10:06 am
---------------------------------------------------------
No easy way to do that at the moment.
#Post#: 8679--------------------------------------------------
Re: Log in from another website?
DIR By: KirbyFan91
Date: March 6, 2013, 11:55 am
---------------------------------------------------------
The login form in html is
--- Code ---
<form
action="
HTML http://url.createaforum.com/index.php?action=login2"<br
/>name="frmLogin" id="frmLogin" method="post"
accept-charset="ISO-8859-1" onsubmit="hashLoginPassword(this,
\'7fc773f3c5525a9e83f5240bb0cae348\');">
<div class="tborder login">
<div class="cat_bar">
<h3 class="catbg">
<span class="ie6_header floatleft"><img
src="
HTML http://images.smfboards.com/caf/images/icons/login_sm.gif"<br
/>alt="" class="icon"> Login</span>
</h3>
</div>
<span class="upperframe"><span></span></span>
<div class="roundframe"><br class="clear">
<dl>
<dt>Username:</dt>
<dd><input type="text" name="user"
size="20" value="" class="input_text"></dd>
<dt>Password:</dt>
<dd><input type="password" name="passwrd"
value="" size="20" class="input_password"></dd>
</dl>
<dl>
<dt>Minutes to stay logged in:</dt>
<dd><input type="text" name="cookielength"
size="4" maxlength="4" value="120" class="input_text"></dd>
<dt>Always stay logged in:</dt>
<dd><input type="checkbox"
name="cookieneverexp" class="input_check"
onclick="this.form.cookielength.disabled = this.checked;"></dd>
</dl>
<p><input type="submit" value="Login"
class="button_submit"></p>
<p class="smalltext"><a
href="
HTML http://url.createaforum.com/index.php?action=reminder">Forgot<br
/>your password?</a></p>
<input type="hidden" name="hash_passwrd"
value="">
</div>
<span class="lowerframe"><span></span></span>
</div></form>
<script type="text/javascript"><!-- // --><![CDATA[
document.forms.frmLogin.user.focus();
// ]]></script>
--- End Code ---
Replace url.createaforum.com with your forum's to get your
forum's html login form
I have no idea how to merge them, but I know that MediaWiki has
an extension that merges logins with a Simple Machines Forum
(aka SMF)
*****************************************************
Page 1 of 1