Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Mini Quick Register [vB-Turko] Details »»
Mini Quick Register [vB-Turko]
Version: 1.0, by yilmaz68 yilmaz68 is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.1 Rating:
Released: 02-02-2010 Last Update: Never Installs: 11
Code Changes Translations  
No support by the author.

Demo: http://www.vbulletin-turko.com/forums/forum.php

Dear friends. at least, you can register with single stage, not two. in the registration system, if there's the birthday date, it is easier to register. I could improve this much for now. Please don't ask anything. Thanks.


Open your forumhome template, and find it:

HTML Code:
{vb:raw navbar}
add under ;

PHP Code:
<vb:if condition="$show['guest']">
            {
vb:raw customfields_profile}
            <
form action="register.php?do=checkdate" method="post" onsubmit="return checkform(this)" class="vbform block">
    <
h2 class="blockhead"><b>Daha h&#305;zlı ?yelik!</b></h2>
    
<div class="blockbody formcontrols">
        <
div class="blockrow">
            <
label for="month" class="label"><b>Do&#287;um Tarihinizi Giriniz (Ay/G?n/Sene):</b></label>
            
<class="description">{vb:rawphrase date_of_birth_is_binding}</p>
            <
ul class="multifield group">
            <
li><label for="month">{vb:rawphrase month}:</label>
                <
select name="month" id="month" tabindex="1">
                    <
option value="" selected="selected">-</option>
                    <
option value="01">{vb:rawphrase january}</option>
                    <
option value="02">{vb:rawphrase february}</option>
                    <
option value="03">{vb:rawphrase march}</option>
                    <
option value="04">{vb:rawphrase april}</option>
                    <
option value="05">{vb:rawphrase may}</option>
                    <
option value="06">{vb:rawphrase june}</option>
                    <
option value="07">{vb:rawphrase july}</option>
                    <
option value="08">{vb:rawphrase august}</option>
                    <
option value="09">{vb:rawphrase september}</option>
                    <
option value="10">{vb:rawphrase october}</option>
                    <
option value="11">{vb:rawphrase november}</option>
                    <
option value="12">{vb:rawphrase december}</option>
                </
select>
            </
li>
            <
li><label for="day">{vb:rawphrase day}:</label>
                <
select name="day" id="day" tabindex="1">
                    <
option value="" selected="selected">-</option>
                    <
option value="01">1</option>
                    <
option value="02">2</option>
                    <
option value="03">3</option>
                    <
option value="04">4</option>
                    <
option value="05">5</option>
                    <
option value="06">6</option>
                    <
option value="07">7</option>
                    <
option value="08">8</option>
                    <
option value="09">9</option>
                    <
option value="10">10</option>
                    <
option value="11">11</option>
                    <
option value="12">12</option>
                    <
option value="13">13</option>
                    <
option value="14">14</option>
                    <
option value="15">15</option>
                    <
option value="16">16</option>
                    <
option value="17">17</option>
                    <
option value="18">18</option>
                    <
option value="19">19</option>
                    <
option value="20">20</option>
                    <
option value="21">21</option>
                    <
option value="22">22</option>
                    <
option value="23">23</option>
                    <
option value="24">24</option>
                    <
option value="25">25</option>
                    <
option value="26">26</option>
                    <
option value="27">27</option>
                    <
option value="28">28</option>
                    <
option value="29">29</option>
                    <
option value="30">30</option>
                    <
option value="31">31</option>
                </
select>
                </
li>
                <
li><label for="year">{vb:rawphrase year}:</label>
                    <
input type="text" class="textbox numeric" name="year" id="year" size="4" tabindex="1" maxlength="4" value="" />
                </
li>
            </
ul>
        </
div>
    </
div>
    
    <
div class="blockfoot actionbuttons">
        <
div class="group">
            <
input type="hidden" name="do" value="checkdate" />
            <
input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
            <
input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
            <
input type="hidden" name="url" value="{vb:raw url}" />
            <
input type="submit" class="button" value="{vb:rawphrase proceed_ellipsis}" tabindex="1" accesskey="s" />
            <
input type="reset" class="button" tabindex="1" value="{vb:rawphrase reset}" />
        </
div>
    </
div>

</
form>
        
</
vb:if> 

PS: If you want, you can change language for yourself;


HTML Code:
	<h2 class="blockhead"><b>Daha hızlı ?yelik!</b></h2>
Quick Register Step 1

HTML Code:
<label for="month" class="label"><b>Doğum Tarihinizi Giriniz (Ay/G?n/Sene):</b></label>
Birthday Area

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-03-2010, 10:29 PM
elwachiman's Avatar
elwachiman elwachiman is offline
 
Join Date: Nov 2009
Location: Venezuela
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

demo /screenshot please tnks
Reply With Quote
  #3  
Old 02-03-2010, 11:24 PM
WxP's Avatar
WxP WxP is offline
 
Join Date: Dec 2005
Location: Albania
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you can all register doing in home page? if is posible ?
Reply With Quote
  #4  
Old 02-04-2010, 12:38 AM
Switch3130 Switch3130 is offline
 
Join Date: Jun 2006
Location: United States
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work with this. *installed*
Reply With Quote
  #5  
Old 02-04-2010, 03:50 AM
yilmaz68 yilmaz68 is offline
 
Join Date: Jul 2009
Location: Turkei/Istanbul
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome, friends and thanks.

@elwachiman! brother, demo: http://www.vbulletin-turko.com/forums/forum.php



Lan sadece bizim yurdum insanı "mesaj yazmak i?in" mesaj yazar diye d?ş?n?rd?m. Meğersem bu zihniyet herkeste varmış. Hey gidi heyyyy...
Reply With Quote
  #6  
Old 02-05-2010, 12:43 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i do ask for birthday on registration page, and then press a button and ask other things?

like http://www.vbulletin-turko.com/
Reply With Quote
  #7  
Old 02-06-2010, 05:32 PM
steve1966 steve1966 is offline
 
Join Date: Dec 2007
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cloferba View Post
how can i do ask for birthday on registration page, and then press a button and ask other things?

like http://www.vbulletin-turko.com/


someone told me how to do this its a setting

disabled COPPA users..

Deny registration users under the age of 13..
Reply With Quote
  #8  
Old 02-06-2010, 07:51 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steve1966 View Post
someone told me how to do this its a setting

disabled COPPA users..

Deny registration users under the age of 13..
thank you very much! it works
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:43 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.04325 seconds
  • Memory Usage 2,358KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_html
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete