The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forgot password
Hello,
Where you input your username and password, then login .... what code would I use to put "Forgot?" next to it, once clicked it takes you to the lost password recovery forum where you input your email address? And where would it go, the navbar ? I was thinking this code: HTML Code:
<a href="http://www.techsupportteam.org/forum/login.php?do=lostpw">Forgot?</a> Thanks, Regards Jason |
#2
|
|||
|
|||
In the Navbar template somewhere around:
Code:
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td> |
#3
|
|||
|
|||
Yes, but it doesn't go where I want it.
I want it like this - http://www.techspot.com/vb/ Any ideas? Regards Jason |
#4
|
||||
|
||||
Quote:
HTML Code:
<tr> <td class="smallfont"><label for="navbar_password">Password</label></td> <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" accesskey="p" tabindex="102" /></td> <td class="smallfont" nowrap="nowrap"><a href="http://www.techspot.com/vb/login.php?do=lostpw ">Forgot?</a></td> <td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td> </tr> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|