![]() |
Quote:
.me.com where me.com is your domain. BE SURE TO PUT THE DOT (.) AT THE BEGINNING. You also have to delete your existing vB cookies after doing this. |
didnt wanna work for me so I changed to things..
first in the form I added the following line above the username input: Code:
<input type="hidden" name="action" value="login"> Code:
action="forums/member.php?location=<?=$PHP_SELF ?>?<?=$QUERY_STRING ?>" Now I still got one prob.. when Im logged in it still shows the login form on my none-vb page (duh).. any idea how I can solve that one? |
Quote:
if ( ! $vb_login_cookie_is_set ) { display login form } Just pseudo-code, sorry, I don't have any actual code to do this. This also assumes that your non-vB pages are PHP or some other scripting language where you can chech cookies and do conditional logic. |
I used another way thanks to Mist, including global.php and asking for $bbuserinfo['userid'] :)
thanks for that part though :) |
Does anyone know of a way to get a remote login in vB3 without having to modify any of the vBulletin source code?
Note: I am using global.php to integrate my forum login onto other pages (in case this detail helps.) |
Hey! I couldn't get this to work on my site?
I get an error message. Im using 2.2.8 and nothig happens except when i click the 'Submit Query button' the page remains and i just get taken to http://www.indeathwefall.co.uk/not_l...1=Submit+Query how can i fix this? thanks :) |
To get it working, make sure you add the line:
<input type="hidden" name="action" value="login"> To the form as Sc0rp suggests above. |
When I Try To Use This, It Goes To The Password Recovery Form Help!
|
what the vb3 code?
|
Here is the code I am using in my non-VB3 page that does not require any changes to the VB code:
<form method="post" class="login" action="/forum/login.php" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword)"> <label>Username:<input type="text" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" onfocus="if (this.value == 'User Name') this.value = '';" /></label> <label>Password:<input type="password" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></label> <input type="hidden" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" /> <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="submit" value="Login" class="submit" /> </form> |
All times are GMT. The time now is 07:57 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|