The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I get about 5 people a day email me because they do not remember their password. They do not try to log in, so they do not see the "Lost your password? Click here" page at all. What's the best way to add a link to
http://www.domain.com//login.php?do=lostpw under the Username and pw fields? This way only people who are not logged in will see it. Username ________ Password _________ Lost password? |
#2
|
|||
|
|||
![]()
I need this function too.
Maybe it is to do with widgets? Create a lost password form or widget and have it on the top of the page. I need some help with this, please |
#3
|
||||
|
||||
![]()
Use this code I just whipped up for you
![]() Edit navbar template (AdminCP >> Styles + Templates >> Edit Templates (of style) >> Navigation / Breadcrumb Templates). Find this code: Code:
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td> </tr> Code:
<tr> <td class="vbmenu_control" colspan="3"><if condition="is_member_of($bbuserinfo, 1)">Did you forget your password? <a href="login.php?do=lostpw">Reset it here</a></if></td> </tr> |
#4
|
||||
|
||||
![]()
Outstanding! Thanks, that's a very useful mod!:up:
AdminCP >> Styles + Templates >> Edit Templates (of style) >> Navigation / Breadcrumb Templates/Navbar |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|