MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
Tureg avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

1.8.6 Kayıt formunu düzenleme


Sponsor Reklam

Çevrimdışı Tureg
 Tarih: 23-02-2016, Saat:18:19
#4
Denedim kayma oluyor cok kötü oluyor. bunlarda membet-register kodlarım birşeyler yapa bilirseniz süper olur

Kod:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->registration}</title>
{$headerinclude}
<script src="{$mybb->asset_url}/jscripts/validate/jquery.validate.min.js?ver=1804"></script>
</head>
<body>
{$header}
<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" />
{$regerrors}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->registration}</strong></td>
</tr>
<tr>
<td width="50%" class="trow1 usercpresponsive" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_details}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
</tr>
<tr>
<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td>
</tr>
{$passboxes}
<tr>
<td width="50%" valign="top" class="usercpresponsive"><span class="smalltext"><label for="email">{$lang->email}</label></span></td>
<td width="50%" valign="top" class="usercpresponsive"><span class="smalltext"><label for="email2">{$lang->confirm_email}</label></span></td>
</tr>
<tr>
<td width="50%" valign="top" class="usercpresponsive"><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td>
<td width="50%" valign="top" class="usercpresponsive"><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td>
</tr>
<tr>
    <td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>
{$hiddencaptcha}
</table>
</fieldset>
{$requiredfields}
{$customfields}
{$referrer}
{$regimage}
{$questionbox}
</td>
<td width="50%" class="trow1 usercpresponsive" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->account_prefs}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td>
<td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
<td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td>
<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td>
</tr>
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
<tr>
<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td>
</tr>
<tr>
<td colspan="2">
    <select name="subscriptionmethod" id="subscriptionmethod">
        <option value="0" {$no_auto_subscribe_selected}>{$lang->no_auto_subscribe}</option>
        <option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option>
        <option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>
        <option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option>
    </select>
</td>
</tr>
</table>
</fieldset>
<br />
<fieldset class="trow2">
<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td><span class="smalltext">{$lang->time_offset_desc}</span></td>
</tr>
<tr>
<td>{$tzselect}</td>
</tr>
<tr>
<td><span class="smalltext">{$lang->dst_correction}</span></td>
</tr>
<tr>
<td>
    <select name="dstcorrection">
        <option value="2" {$dst_auto_selected}>{$lang->dst_correction_auto}</option>
        <option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option>
        <option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option>
    </select>
</td>
</tr>
</table>
</fieldset>
{$boardlanguage}
</td>
</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="regtime" value="{$time}" />
<input type="hidden" name="step" value="registration" />
<input type="hidden" name="action" value="do_register" />
<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />
</div>
</form>
<script type="text/javascript">
$(document).ready(function() {
    $("#registration_form").validate({
        rules: {
            username: {
                required: true,
                minlength: {$mybb->settings['minnamelength']},
                maxlength: {$mybb->settings['maxnamelength']},
                remote: {
                    url: "xmlhttp.php?action=username_availability",
                    type: "post",
                    dataType: "json",
                    data:
                    {
                        my_post_key: my_post_key
                    },
                },
            },
            email: {
                required: true,
                email: true,
            },
            email2: {
                required: true,
                email: true,
                equalTo: "#email"
            },
        },
        messages: {
            username: {
                minlength: "{$lang->js_validator_username_length}",
                maxlength: "{$lang->js_validator_username_length}",
            },
            email: "{$lang->js_validator_invalid_email}",
            email2: "{$lang->js_validator_email_match}",
        },
        errorPlacement: function(error, element) {
            if(element.is(':checkbox') || element.is(':radio'))
                error.insertAfter($('input[name="' + element.attr('name') + '"]').last().next('span'));
            else
                error.insertAfter(element);
        }
    });

    {$validator_extra}
});
</script>
{$footer}
</body>
</html>
Cevapla
Bunu Beğenenler:

 


Bu Konudaki Yorumlar
1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 23-02-2016, Saat:17:32
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 23-02-2016, Saat:17:50
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 23-02-2016, Saat:18:14
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 23-02-2016, Saat:18:19
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 23-02-2016, Saat:20:30
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 24-02-2016, Saat:16:10
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 24-02-2016, Saat:16:51
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 24-02-2016, Saat:17:47
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 24-02-2016, Saat:18:40
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 24-02-2016, Saat:18:47
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 24-02-2016, Saat:18:48
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 24-02-2016, Saat:18:55
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 25-02-2016, Saat:14:00
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 25-02-2016, Saat:15:24
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: burakcanalgul - 27-02-2016, Saat:13:50
Cvp: 1.8.6 Kayıt formunu düzenleme - Yazar: Tureg - 27-02-2016, Saat:14:33

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.8] Kayıt Sorunu AwpSlayer 3 3,581 09-07-2022, Saat:22:26
Son Yorum: AwpSlayer
  MyBB şablonları düzenleme fatihege 1 2,065 01-01-2021, Saat:12:17
Son Yorum: XLRThetis
  [1.8] mybb kayıt formu ayarları degiştirme? arhavili 2 1,954 18-02-2020, Saat:19:34
Son Yorum: arhavili
  MYBB TEMA DÜZENLEME YARDIM!!!! yigoben 1 1,769 10-01-2020, Saat:09:49
Son Yorum: smoup
SSS [1.8] Kullanıcı profili düzenleme ibrahimykr 4 2,082 05-10-2019, Saat:13:45
Son Yorum: ibrahimykr



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - beşiktaş escort - şişli escort - ataköy escort - ataköy escort - taksim escort - escort mecidiyeköy - çapa escort - topkapı escort

escort - sex hikaye - altyazılı porno - türk ifşa - türk porno - escort bayan