Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forgot Password & Join Us in Navbar Details »»
Forgot Password & Join Us in Navbar
Version: 1.1, by shlomot shlomot is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: End-User Options - Version: 3.8.x Rating:
Released: 10-26-2008 Last Update: 10-26-2008 Installs: 135
Template Edits
Re-useable Code Translations  
No support by the author.

So far there are 124 marked installations of this mod in v3.7.x

No modification is required if you have installed this mod in 3.7.x and upgrading now to 3.8.x

Even in this little community, we are getting around three request each week from members to send them their forgotten password.

Without questioning too much why hasn't the second-to-none vBulletin provide so far the extra "Forgot Password?" link in NavBar, here's a simple template edit to provide better accessibility to the Forgot Password page:

In this new version 1.1, we've also added a Join Us link on the same line thanks to gbechtel's great suggestion.


Instructions for fresh install:

Search for the following script in navbar template:
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>

and enter below the following code:
Code:
    <!-- Forgot Password Line Starts -->
    <tr>
      <td colspan="2">
        <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Forgot Password?</a>
      </td>
      <td style="text-align: right;">
        <a style="font-size:8pt; color: red;" href="register.php">Join Us!</a>
      </td>
    </tr>
    <!-- Forgot Password Line Ends -->

You can replace the color expression "color: red;" to any other color that you like. Here's a nice html color table.

You may also like to set another font size in the expression "font-size:8pt;" to: font-size:9pt;, font-size:10pt; etc.

Instructions for upgrade from previous version:

Search for the following script in navbar template:
Code:
<!-- Forgot Password Line Starts -->

and replace everything from the start tag to the end with:
Code:
                <!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                    <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Forgot Password?</a>
                  </td>
                  <td style="text-align: right;">
                    <a style="font-size:8pt; color: red;" href="register.php">Join Us!</a>
                  </td>
                </tr>
                <!-- Forgot Password Line Ends -->

That's all there is to it folks

Please do not forget to rate, mark installed, or even nominate (not for this elementary mode but for filling in on an importent issue)

Demo: Top Synergy Connections

Forgot Password in Other Languages:

Download Now

File Type: txt Forgot Password v1.1 readme.txt (2.6 KB, 191 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 02-14-2009, 11:09 AM
shlomot's Avatar
shlomot shlomot is offline
 
Join Date: Apr 2007
Location: Haifa, Israel
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would hesitate to offer my services for a sidewide development, but if it is some added functionality that you need - I'd can either quote you on that or just propose a nice clean way to go about it yourself.

P.S. Here's another pure vB site of mine. Just beware - it's a heavy duty adult site.

Quote:
Originally Posted by DobieGillis? View Post
I'd love to hire you to do mine! Seriously. Worlk of art.
Reply With Quote
  #13  
Old 02-17-2009, 05:18 AM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why do people never post screenshots anymore? They always post a link to their forum as a demo, which half the time is either offline, or by the time you go to look at it the forum has changed (as in this case).

To preview this I ended up editing the HTML using Firefox Web Developer Toolbar. Here's how it looked:
Attachment 95008

I'm assuming thats how it's meant to look.
Reply With Quote
  #14  
Old 02-17-2009, 07:18 AM
shlomot's Avatar
shlomot shlomot is offline
 
Join Date: Apr 2007
Location: Haifa, Israel
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much for your comment and attachment. May I post your attachment in the chief post?

Quote:
Originally Posted by bbcentral View Post
Why do people never post screenshots anymore? They always post a link to their forum as a demo, which half the time is either offline, or by the time you go to look at it the forum has changed (as in this case).

To preview this I ended up editing the HTML using Firefox Web Developer Toolbar. Here's how it looked:
Attachment 95008

I'm assuming thats how it's meant to look.
Reply With Quote
  #15  
Old 02-24-2009, 08:57 PM
Teresa Teresa is offline
 
Join Date: Jan 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bbcentral View Post
Why do people never post screenshots anymore? They always post a link to their forum as a demo, which half the time is either offline, or by the time you go to look at it the forum has changed (as in this case).

To preview this I ended up editing the HTML using Firefox Web Developer Toolbar. Here's how it looked:
Attachment 95008

I'm assuming thats how it's meant to look.
Which begs the question, why doesn't it look that way on the demo site anymore? Why was it removed?
Reply With Quote
  #16  
Old 02-25-2009, 01:02 AM
shlomot's Avatar
shlomot shlomot is offline
 
Join Date: Apr 2007
Location: Haifa, Israel
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Teresa View Post
Which begs the question, why doesn't it look that way on the demo site anymore? Why was it removed?
Thanks for pointing it out. I have reset the navbar template after uninstalling a MOD and forgot all about this script. Embarrassing, isn't it. Now it's back in place. Thanks again.
Reply With Quote
  #17  
Old 04-30-2009, 04:57 PM
dianna's Avatar
dianna dianna is offline
 
Join Date: Mar 2008
Location: Texas
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome thanks!
Reply With Quote
  #18  
Old 05-02-2009, 07:21 PM
odln018's Avatar
odln018 odln018 is offline
 
Join Date: Mar 2006
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice, thank you
Reply With Quote
  #19  
Old 05-03-2009, 06:10 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice, thank you! Clicks "Installed"
Reply With Quote
  #20  
Old 05-05-2009, 05:45 AM
DefenceTalk DefenceTalk is offline
 
Join Date: Dec 2004
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea, great mod. Thank you!
Reply With Quote
  #21  
Old 05-08-2009, 04:24 PM
Mustang Sally Mustang Sally is offline
 
Join Date: Sep 2008
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cicked installed. Thank you!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04916 seconds
  • Memory Usage 2,341KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete