The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi i was wondering if its possible to make my login, and password info on my main paid, to say a welcome message when a user is logged in, and not to display the login and password boxes... this is the code i am using to log into my vbulletin from and outside page.. please try to be as easy to explain as you can this is tough for me.. lol Thank you so much
Code:
<form action="./FORUM/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <input type="hidden" name="do" value="login" /> <input type="hidden" name="url" value="/test" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <strong>User Login</strong> <input type="text" name="vb_login_username" id="login" tabindex="1" class="form" accesskey="u" value="username" onfocus="this.value=''"/> <input type="password" name="vb_login_password" id="password" tabindex="1" class="form" value="password" onfocus="this.value=''"/> <input type="submit" name="login" id="submit" tabindex="1" value="" accesskey="s" class="login_button" /> <input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" /> Remember me? <a href="index.php?page=register">Register</a> | <a href="index.php?page=forgot">Lost Password</a> </form> does anyone read these forums? geez |
#2
|
||||
|
||||
![]()
You will need at least a tiny bit of PHP experience. You will need to include global.php, and vBulletin will fetch the session for you. You can then use conditionals to hide/show things based on session status.
|
#3
|
|||
|
|||
![]()
Anyone sccessfully did this kind of stuff
|
#4
|
||||
|
||||
![]()
Plenty of people have done this... Just search the forums, and you'll see this question pop up many, many times.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|