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)
-   -   Forum Home Enhancements - Replace Help with Forgotten Password (https://vborg.vbsupport.ru/showthread.php?t=235721)

thetgc 02-12-2010 10:00 PM

Replace Help with Forgotten Password
 
1 Attachment(s)
This will replace the 'Help' button next to your login boxes with a 'Forgotten Password?' button, making it easier for your members to reset their password.

To do this, all you have to do, is edit your 'header' template.

Go to: Admincp > Styles & Templates > Style manager > Edit templates > Show Thread templates > header

In the header template, Find:

Code:

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

Code:

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

It will go from:

http://img841.imageshack.us/img841/888/oldhb.png

To this:

http://img140.imageshack.us/img140/1991/newht.png

The only difference to the image above when using the vb phrase is that it says 'Forgotten Your Password?' rather than ' Forgotten Password?' which would make more sense really :P
Although its totally your choic depending on how much space you want to use. Is so just remove the following line and replace with what you want between the arrows:

Code:

{vb:rawphrase forgotten_your_password}
If you wish to keep your 'Help' button just add this code above or beneath to suit your needs.

To get the little user icon and padlock images for your login area, use this mod.

thetgc 02-12-2010 11:21 PM

***Reserved***

Update 12/10/2010

- After a request i have changed the replacement text to the vb phrase for multi-lingual support.

TrailRecon 02-13-2010 06:48 PM

shoulda been this way outa the box! thank you

zeroality 03-05-2010 02:36 AM

Thanks, this gives me the idea to add a 'forgot password' link. I don't want to replace Help though.

worldwidereefer 03-10-2010 04:13 PM

or you just add the above link to the header, this way you can have both help and forgot password.

Great mod

mavigul 03-11-2010 10:19 AM

thanks

viganothing 03-11-2010 11:15 AM

thanks installed

wayne.richards@ 03-23-2010 11:36 AM

Top Banana Mate, This Will Save So Much Time With Members Emailing Saying "Can You Reset My Password?

FazerPaint 03-23-2010 12:26 PM

Thanks for this, i'm tired of getting emails asking to reset passwords, this is great !! Cheers

sKippah 03-25-2010 01:51 PM

Well u also could change the phrase. Better for Multilanguage boards


All times are GMT. The time now is 11:25 PM.

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.01153 seconds
  • Memory Usage 1,729KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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