vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - forgotten your password in header (https://vborg.vbsupport.ru/showthread.php?t=233126)

Cornie 01-13-2010 10:00 PM

forgotten your password in header
 
1 Attachment(s)
Here's a simple template edit to provide better accessibility to the Forgot Password page.

Install:

Search in header-template


Code:

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

add below

Code:

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

HTML Code:

<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

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

1 Attachment(s)
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

Quote:

Originally Posted by choitz (Post 1960606)
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:

HTML Code:

<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

Quote:

Originally Posted by hoplomachus (Post 2389178)
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?


All times are GMT. The time now is 02:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02101 seconds
  • Memory Usage 1,789KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete