vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   End-User Options - Forgot Password & Join Us in Navbar (https://vborg.vbsupport.ru/showthread.php?t=194690)

shlomot 10-26-2008 10:00 PM

Forgot Password & Join Us in Navbar
 
1 Attachment(s)
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:

Bounce 10-27-2008 08:13 PM

Brilliant, thanks :up:

Ohiosweetheart 10-28-2008 12:14 AM

Excellent idea!

Janfri 11-13-2008 06:25 PM

Hi shlomot,
I installed your mod and like it. My only suggestion, instead of using the color name "red" I think it would be better to use the color code #FF0000, as the name is not valid xhtml and the code is.
Thank you very much for the great mod and best regards
Janfri

csoroner 01-17-2009 03:55 PM

Very nice additions!
Thanks!

Clicked installed!

Del_Boy 01-21-2009 03:29 PM

Nice and simple to do but very effective!

Thanks

goxy63 02-11-2009 09:42 PM

This should be default

Thanks guys, great addon

Cheers

DobieGillis? 02-12-2009 02:15 PM

who designed the site, Top Synergy Connections? It's awesome.

shlomot 02-13-2009 02:56 AM

Blush... blush... thank you, DobieGillis so much; your kind words mean the world to me. I still have about two years worth of development to finish the current phase :(

P.S. Please click install (and maybe vote) if indeed you have installed this MOD.

Quote:

Originally Posted by DobieGillis? (Post 1741909)
who designed the site, Top Synergy Connections? It's awesome.


DobieGillis? 02-14-2009 10:45 AM

Quote:

Originally Posted by shlomot (Post 1742485)
Blush... blush... thank you, DobieGillis so much; your kind words mean the world to me. I still have about two years worth of development to finish the current phase :(

P.S. Please click install (and maybe vote) if indeed you have installed this MOD.

I'd love to hire you to do mine! Seriously. Worlk of art.


All times are GMT. The time now is 09:29 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.01098 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_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