vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Quick Register (https://vborg.vbsupport.ru/showthread.php?t=80493)

djjeffa 04-24-2005 10:30 PM

Quick Register
 
Well it was here but I guess its gone now? https://vborg.vbsupport.ru/showthread.php?t=80432
Is ther any quik reg hack for the index page?

twoseven 04-24-2005 10:32 PM

look on vbtemplates

djjeffa 04-24-2005 10:44 PM

Quote:

Originally Posted by twoseven
look on vbtemplates

I checked there first there wasent any but im curios what happen to mthe one that was here earlier today.

SuperFly 05-21-2005 01:32 PM

1 Attachment(s)
Code:

<!-- Quick Register Box -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><div align="center"><phrase 1="$vboptions[bbtitle]">Quick
                Register </phrase></div></td>
</tr>
<tr>
 
        <td class="alt1" colspan="6"> <div align="center">
        <span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('Fill out both password fields');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{
 
 
md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);
 
 
 
return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
        User Name:
        <input type="text" class="bginput" name="username" maxlength="15" value="" style="width:70px" />
        Password:
        <input type="password" class="bginput" name="password" maxlength="15" value="" style="width:70px" />
        Confirm Password
        <input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" />
        Email
        <input type="text" class="bginput" name="email" maxlength="50" value="" style="width:70px" />
        Confirm Email
        <input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" />
        <br><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>Check to Agree with <a href="register.php?">forum
rules </a></strong><br>
        <input type="submit" class="button" value="Submit" accesskey="s" />
        </span>
                </div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box -->

Put that in forumhome template, under $footer looks the best :D

wwesn1 05-22-2005 05:51 PM

it is there on that site, the one on here was just a rip of it so they deleted it

JsnakeJ 05-22-2005 09:10 PM

1 Attachment(s)
No, the one I posted was customized for fixed skins, to make it not stretch to 2 lines. I should of credited the original creater but it slipped my mind at that moment. It's in the following attatchment.

T3MEDIA 10-30-2005 12:15 PM

How can you set this up to have them upload an avatar (manatory) on this quick register form? or make it go into stages. like that quick page then the rest of the form?

Thanks.


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

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,734KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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