vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Forgot password (https://vborg.vbsupport.ru/showthread.php?t=170685)

Jase2 02-16-2008 06:42 PM

Forgot password
 
Hello,

Where you input your username and password, then login .... what code would I use to put "Forgot?" next to it, once clicked it takes you to the lost password recovery forum where you input your email address?

And where would it go, the navbar ?

I was thinking this code:

HTML Code:

<a href="http://www.techsupportteam.org/forum/login.php?do=lostpw">Forgot?</a>
Would that work? But please could where it would go if it would.

Thanks,

Regards Jason :)

Guest210212002 02-16-2008 07:20 PM

In the Navbar template somewhere around:

Code:

<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
That would be my best guess. I don't have a default vB style installed so I can't check it, but that's roughly in the same area.

Jase2 02-16-2008 07:44 PM

Yes, but it doesn't go where I want it.

I want it like this - http://www.techspot.com/vb/

Any ideas?

Regards Jason

Lynne 02-16-2008 07:48 PM

Quote:

Originally Posted by Jase2 (Post 1444687)
Yes, but it doesn't go where I want it.

I want it like this - http://www.techspot.com/vb/

Any ideas?

Regards Jason

This is his source code. It should help you put yours in the correct place:
HTML Code:

<tr>
        <td class="smallfont"><label for="navbar_password">Password</label></td>
        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" accesskey="p" tabindex="102" /></td>
        <td class="smallfont" nowrap="nowrap"><a href="http://www.techspot.com/vb/login.php?do=lostpw
"
>
Forgot?</a></td>
        <td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
</tr>



All times are GMT. The time now is 01:12 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.01107 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete