vb.org Archive

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

shlomot 05-03-2008 10:00 PM

Forgot Password & Join Us in Navbar
 
No changes are needed for 3.8.x
Go here for the 3.8.x MOD

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:

Blackheart_72 05-04-2008 11:19 AM

Thanks.:)

shlomot 05-04-2008 11:59 AM

You're welcome.

P.S. You may like to fix the URL in your signature line. Nice forum though:)

Quote:

Originally Posted by Veccy 150 (Post 1507977)
Thanks.:)


Blackheart_72 05-04-2008 01:07 PM

Quote:

Originally Posted by shlomot (Post 1508014)
You're welcome.

P.S. You may like to fix the URL in your signature line. Nice forum though:)

Cheers, always forget to put the " at the end.:o

obmob 05-05-2008 02:54 PM

Cool... I was thinking about this some days ago, thanks! :p

whitetigergrowl 05-05-2008 04:18 PM

Simple yet effective. Thanks!

gbechtel 05-12-2008 02:34 PM

Great idea. just made a little addition to mine

Added <a style="font-size:8pt; color: red;" href="register.php">Sign Up!</a>

Code:

<!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                  <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Forgot Password?</a> | <a style="font-size:8pt; color: red;" href="register.php">Sign Up!</a>
                  <td>
                </tr>
<!-- Forgot Password Line Ends -->

Demo: http://www.masscops.com/forums/index.php

shlomot 05-13-2008 03:26 AM

What a great idea. Would you like me to add it to the MOD, with full creadit to you of course?

I'll definitely embed it in my template.

Quote:

Originally Posted by gbechtel (Post 1517259)
Great idea. just made a little addition to mine

Added <a style="font-size:8pt; color: red;" href="register.php">Sign Up!</a>

Code:

<!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                  <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Forgot Password?</a> | <a style="font-size:8pt; color: red;" href="register.php">Sign Up!</a>
                  <td>
                </tr>
<!-- Forgot Password Line Ends -->

Demo: http://www.masscops.com/forums/index.php


Boofo 05-13-2008 07:50 AM

How about a text file with the instructions? ;)

Hornstar 05-19-2008 07:48 AM

Thanks, ive been meaning to do this again for a while.

Hornstar 05-19-2008 07:54 AM

EDIT:

In FF it is good, but in IE it shows:

Forgot Password? | Sign
Up!

Notice it goes on a 2nd line.

Anyideas for a way to fix this?

shlomot 05-19-2008 09:35 AM

Thanks for making me upgrade the MOD:)

Please see new instructions for version 1.1

Quote:

Originally Posted by hornstar1337 (Post 1524476)
EDIT:

In FF it is good, but in IE it shows:

Forgot Password? | Sign
Up!

Notice it goes on a 2nd line.

Anyideas for a way to fix this?


Hornstar 05-19-2008 08:18 PM

Thanks, ill have to update it later tonight now.

Marcel Adam 05-19-2008 08:59 PM

Thank u

DaninMS 05-22-2008 01:59 PM

Thx.

gbechtel 05-25-2008 01:51 AM

Thanks for the kind words, installed lol

weedheaven 05-25-2008 08:18 PM

Thanks very nice!

shlomot 06-01-2008 03:02 AM

Quote:

Originally Posted by gbechtel (Post 1530563)
Thanks for the kind words, installed lol

No kindness intended:) Your idea on how to maximize this space and make UI even friendlier was simply great.

nirvana43 06-02-2008 04:16 AM

thanks

shlomot 06-10-2008 02:10 AM

Thanks. Attached:)

Quote:

Originally Posted by Boofo (Post 1518005)
How about a text file with the instructions? ;)


Ipuck 06-10-2008 03:02 AM

Espanol:


Code:

<!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                    <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Olvidaste tu Contrase?a?</a>
                  </td>
                  <td style="text-align: right;">
                    <a style="font-size:8pt; color: red;" href="register.php">Unete al Foro!</a>
                  </td>
                </tr>
                <!-- Forgot Password Line Ends -->


shlomot 06-10-2008 03:21 PM

Thanks, obmob.

You forgot to click install (for future updates). Rating the mod will be appreciated as well.

Quote:

Originally Posted by obmob (Post 1509348)
Cool... I was thinking about this some days ago, thanks! :p


Dingo14 06-11-2008 12:48 AM

nice little mod thanks

shlomot 06-20-2008 06:43 AM

Hello, Ipuck. Do you have a webpage to which I can refer as a demo the Spanish text?

Quote:

Originally Posted by Ipuck (Post 1545554)
Espanol:

Code:

<!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                    <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Olvidaste tu Contrase?a?</a>
                  </td>
                  <td style="text-align: right;">
                    <a style="font-size:8pt; color: red;" href="register.php">Unete al Foro!</a>
                  </td>
                </tr>
                <!-- Forgot Password Line Ends -->



LWS 06-23-2008 06:04 PM

Nice idea! thanks for this

cheat-master30 06-23-2008 07:54 PM

I'm going to use this just to add the forgot password thing, because currently, vBulletin has a major usability problem in that you have to get the password wrong to reset the password...

cheat-master30 06-23-2008 08:00 PM

Okay, installed and working. Thanks for the modification.

shlomot 06-27-2008 04:03 AM

Just don't forget to change:
Code:

<td colspan="2">
to
Code:

<td colspan="3">
if you omit the second <td>...</td> lines.
Quote:

Originally Posted by cheat-master30 (Post 1557155)
I'm going to use this just to add the forgot password thing, because currently, vBulletin has a major usability problem in that you have to get the password wrong to reset the password...


treyb 06-30-2008 02:49 PM

I used it at DixieTalk.com!

Ipuck 07-05-2008 12:39 AM

Quote:

Originally Posted by shlomot (Post 1554244)
Hello, Ipuck. Do you have a webpage to which I can refer as a demo the Spanish text?

Spanish demo: http://www.guastatoyaenlinea.com/forum/index.php

shlomot 07-15-2008 03:02 AM

Thanks.

Quote:

Originally Posted by Ipuck (Post 1567049)


ErrorLog 07-24-2008 06:39 PM

Thank You ..

Artes_Marciales 07-27-2008 07:34 AM

Nice!
Thanks!!

River_rush 07-31-2008 07:57 PM

Thank You

shlomot 08-15-2008 05:03 AM

Thanks for the complement, but I won't be happy with this solution until a seasoned coder will help me to create a hook-based plugin, with no manual template modification.

Quote:

Originally Posted by Artes_Marciales (Post 1585102)
Nice!
Thanks!!


PHILLYFAN 08-19-2008 02:26 AM

thanks

tommyturnage 08-19-2008 08:38 PM

Very Nice

Thanks for posting this

karel1985 11-14-2008 09:00 PM

Also thanks, using it here:
http://www.pc-helpforum.be/

A pc support site, some members really need that, :-)

GSeybold 11-15-2008 10:00 AM

worked great! Thanks!

TheLastSuperman 11-27-2008 12:05 AM

Easy and useful, thanks!


All times are GMT. The time now is 04: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.01268 seconds
  • Memory Usage 1,826KB
  • 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
  • (10)bbcode_code_printable
  • (12)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