Log in

View Full Version : Mini Mods - forgotten your password in header


Cornie
01-13-2010, 10:00 PM
Here's a simple template edit to provide better accessibility to the Forgot Password page.

Install:

Search in header-template


<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>


add below

<li><a href="login.php?do=lostpw{vb:raw session.sessionurl_q}">{vb:rawphrase forgotten_your_password}</a></li>



That's all

tafreeh
01-14-2010, 09:47 PM
i would like to have beside Remember Be .. can you help me with that

Thanks for this edit tho :)

Welshy2008
01-16-2010, 03:29 PM
Tagged - Thank You.

ndut
01-17-2010, 12:13 PM
installed, thank you

Inzombie
01-17-2010, 08:02 PM
installed!! thx!

Deviant K1
01-18-2010, 03:38 AM
Thanks!

INSTALLED :)

blake247
01-18-2010, 05:39 AM
Thanks!

zonaenlinea
01-18-2010, 03:36 PM
Thank Prefect

scan-pa
01-18-2010, 04:02 PM
When I add this code, it pushes parts of the log in box over my site logo. Any way to fix this? I tried to change the phrase to recover PW, but it did not help, just left a blank box.

choitz
01-19-2010, 09:06 PM
Works great thanks... also I changed order of Register div block so that it was does not appear right of Help - simply search for Help and copy:

<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>

Search for Remember alter code to as shown below to comment out:

<!-- <div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div> -->

Then copy the above code from <label> to </label> (all excluding Div open/close and comments) and paste it after:

<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />

and before:
</div>

Hope it helps!

saqibnpt
01-20-2010, 05:11 PM
thanks

sisterhood
01-20-2010, 05:32 PM
Extra nice perfect

S.McAvoy
01-27-2010, 03:40 AM
Installed - thanks!

nkumaran
04-01-2010, 01:12 PM
thnx.

ahmedipa
04-03-2010, 05:27 AM
thank you for this

Allan
04-03-2010, 11:06 AM
Good idea :)

sbsforum.us
08-18-2010, 01:38 AM
Installed, Thanks!

lubbie
09-01-2010, 07:06 PM
Can anyone do me the favor and explain how he meant this (https://vborg.vbsupport.ru/showpost.php?p=1960606&postcount=10)

I have problems to understand this.

impulsenine
03-08-2011, 03:42 AM
Very good suggestion; should be part of vBulletin by default. When we made the switch, there was a lot of fussing over people not figuring out how to go about resetting passwords. Pretty sure this'll stem that tide.

doctorsexy
05-25-2011, 12:51 PM
installed ....... thanks

OldSchoolDSL
11-25-2011, 02:14 PM
Installed and working

4.1.8

However I find replacing the facebook connect logo in your header with a much smaller one; does help clean up the header and improve load time.

Forum ROOT /images/mics

Overwrite facebook_login.gif

I use this image

beckham_250
11-30-2011, 06:44 AM
great great

javaidvip
12-05-2011, 02:03 PM
header-template

where i found above file or path

sniper pak
12-07-2011, 09:46 PM
Super!!!! THX!!!!!!!!

alghzil
05-15-2012, 01:14 PM
nice . thanks

Menno11
07-09-2012, 12:47 PM
thx installed

woffie
07-12-2012, 12:33 AM
Installed, thanks

henriof9
07-20-2012, 05:46 PM
Super ! installed and thanks.

ar15dcm
09-30-2012, 08:57 AM
It isnt displaying for me. Followed instructions exactly.

bosken
11-07-2012, 07:19 PM
Installed and works in vB 4.2

Krusty1231
11-08-2012, 11:46 AM
Works on FF, but not showing on IE?

BasilFawlty
11-24-2012, 11:44 PM
Thank you thank you, a million times thank you! If I had a nickel for every time someone emailed me that they forgot their password I'd have a lot of nickels!! This little change will help put an end to that! (Should have been written that way in the first place IMHO). By the way, I did make one small change. Instead of placing the code you provided at the location you indicated, I put it just after the very last occurrence of </li> in the header template. Your way, the "Forgot Your Password?" shows up to the right of the login fields. My way it shows up to the left. Just a preference thing.

CoZmicShReddeR
11-29-2012, 10:40 PM
Wow I never seen this one before just installed what a gift!;)

paolpepas
12-04-2012, 08:36 PM
good, thanks :up:

hoplomachus
12-07-2012, 08:54 PM
Nice work. Anyway of just renaming it to "Forgot Password"?

Each time i try to edit the text it disappears.

Nelson58
12-12-2012, 03:14 PM
Works great thanks... also I changed order of Register div block so that it was does not appear right of Help - simply search for Help and copy:

<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>

Search for Remember alter code to as shown below to comment out:

<!-- <div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div> -->

Then copy the above code from <label> to </label> (all excluding Div open/close and comments) and paste it after:

<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />

and before:
</div>

Hope it helps!

I tried to follow this in 4.2 PL3 and the instructions are unclear. What do you do with the code in the box? It says "Copy" but then does not say what to do with it. Thanks.

Nelson

Nelson58
12-13-2012, 01:20 AM
Nice work. Anyway of just renaming it to "Forgot Password"?

Each time i try to edit the text it disappears.

I tried this and it didn't work.

Also, some users told me the forgotten password message covers the login box and they cannot log onto the forum. I removed the extra line.

Nelson

tanzeelniazi
03-05-2013, 11:24 AM
Installed and works in vB 4.2

Toorak Times
03-12-2013, 01:44 PM
Thank you, great in 4.2pl3

Jpolola
03-27-2013, 12:14 PM
Installed at 4.2.0 PL3 without issue Thank you! But more great look if at the right side of Remember Me. Anybody can do this?

walas87
04-27-2013, 07:44 AM
Thanks! Installed and works in vB 4.2

parveznpt
04-18-2014, 09:22 AM
Thanks!