gorejos |
04-26-2009 09:41 PM |
Linking vbulletin log in to other pages
Hello,
My site team is trying to create a browser based game but we was wondering if there was a way to link our forum login to the site so that the users can use there forum password to sign in. If this can be done please tell us how. I found and tried this on the vbulletin page i found it in a topic but when users sign in the box still appears. Can we make it to where it will say welcome, [username]
Quote:
<!-- login form -->
<form action="forums/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword,vb_login_md5password_utf)">
<div align="right">
<script type="text/javascript" src="forums/clientscript/vbulletin_md5.js"></script>
<span class="style2"><strong>Username: </strong></span>
<input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="Username" onfocus="if (this.value == 'Username') this.value = '';" />
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />
<span class="style9">Remember Me</span><br />
<span class="style9">Password:</span>
<input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" />
<input type="submit" class="button" value="Login" tabindex="4" title="" accesskey="s" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
<input type="hidden" name="url" value="http://www.findingjesustoday.com" />
</div>
</form>
|
thanks
|