Log in

View Full Version : Forgot password


Jase2
02-16-2008, 06:42 PM
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:

<a href="http://www.techsupportteam.org/forum/login.php?do=lostpw">Forgot?</a>

Would that work? But please could where it would go if it would.

Thanks,

Regards Jason :)

Guest210212002
02-16-2008, 07:20 PM
In the Navbar template somewhere around:


<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>

That would be my best guess. I don't have a default vB style installed so I can't check it, but that's roughly in the same area.

Jase2
02-16-2008, 07:44 PM
Yes, but it doesn't go where I want it.

I want it like this - http://www.techspot.com/vb/

Any ideas?

Regards Jason

Lynne
02-16-2008, 07:48 PM
Yes, but it doesn't go where I want it.

I want it like this - http://www.techspot.com/vb/

Any ideas?

Regards Jason
This is his source code. It should help you put yours in the correct place:

<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>