PDA

View Full Version : End-User Options - Forgot Password & Join Us in Navbar


shlomot
05-03-2008, 10:00 PM
No changes are needed for 3.8.x
Go here (https://vborg.vbsupport.ru/showthread.php?t=194690) for the 3.8.x MOD

Even in this little community (http://www.topsynergy.net/), 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 (https://vborg.vbsupport.ru/member.php?u=108649)'s great suggestion.


Instructions for fresh install:

Search for the following script in navbar template:

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

<!-- 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 (http://www.w3schools.com/HTML/html_colornames.asp).

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

<!-- Forgot Password Line Starts -->



and replace everything from the start tag to the end with:

<!-- 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 (http://www.topsynergy.net/)

Forgot Password in Other Languages:
Hebrew: Here's a post with instructions in Hebrew (http://vbheb.com/showthread.php?t=53), by YsTyle (https://vborg.vbsupport.ru/member.php?u=190113).

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

Thanks.:)

Blackheart_72
05-04-2008, 01:07 PM
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>


<!-- 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 (http://www.topsynergy.net/).

Great idea. just made a little addition to mine

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


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

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

How about a text file with the instructions? ;)

Ipuck
06-10-2008, 03:02 AM
Espanol:


<!-- 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.

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?

Espanol:

<!-- 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:
<td colspan="2">
to
<td colspan="3">

if you omit the second <td>...</td> lines.
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 (http://dixietalk.com)!

Ipuck
07-05-2008, 12:39 AM
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.

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

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.

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!

lucky51
12-02-2008, 10:00 AM
Thank u

obmob
12-05-2008, 08:37 PM
Thanks, obmob.

You forgot to click install (for future updates). Rating the mod will be appreciated as well.
Haven't installed, actually i'm thinking about adding <if> statemets, but i must figure out how i want to display this. :P

shlomot
12-06-2008, 02:51 AM
We can surely enjoy your conditional enhancement. What is the idea behind it, if I may ask?

Haven't installed, actually i'm thinking about adding <if> statemets, but i must figure out how i want to display this. :P

LOKIN510051
01-21-2010, 03:31 PM
muchas gracias si funciono