عرض مشاركة واحدة
احصائياتى

الردود
0

المشاهدات
1286
هيلبرنت
.:: رفيق درب ::.
  • هيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant future

  • هيلبرنت غير متواجد حالياً

المشاركات
11,551

+التقييم
321

تاريخ التسجيل
Jul 2015

الاقامة
فى الدنيا

نظام التشغيل
windows 8

رقم العضوية
18
11-15-2016, 10:41 PM
المشاركة 1
11-15-2016, 10:41 PM
المشاركة 1
افتراضي شرح طريقة عدم السماح للاعضاء بتغيير الايميل الا بطلب من الادارة
السلام عليكم اخواني الكرام
اقدم لكم اليوم شرح طريقة الغاء تحكم العضو بتغيير الايميل الذي سجل به وتم التاكد منه بريديا
الصورة توضح الامر هنا يستطيع العضو تغيير الايميل دون الرجوع الى ادارة الموقع


لكن بعد المواقع ستجدها مفعل هذا قامت الإدارة بحظر عنوان بريدك الإلكتروني , أنت بحاجة الى تغيير بريدك الإلكتروني في النموذج لتتمكن من المتابعة , اذا كنت تعتقد بأن هذه الخطوه خاطئة , اضغط هنا للإتصال بإدارة المنتدى .

كما تروى الصوره لتغير ايميلك بالمنتدى عليك مراجعه قسم الشكاوي الاقتراحات



شرح التغيير
نبحث في القوالب والستايلات عن
كود:
 modifypassword
ونقوم باخذ نسخة من القالب (احتياطي )
ثم نحذف كل ما بداخلة ونضع بدله هذا الكود

[LEFT]
كود:
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
function hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)
{
    var junk_output;
    md5hash(currentpassword, currentpassword_md5, junk_output, $show[nopasswordempty]);
    // do various checks
    if (newpassword.value != '')
    {
        md5hash(newpassword, newpassword_md5, junk_output, $show[nopasswordempty]);
    }
    if (newpasswordconfirm.value != '')
    {
        md5hash(newpasswordconfirm, newpasswordconfirm_md5, junk_output, $show[nopasswordempty]);
    }
}
</script>

<form action="profile.php?do=updatepassword" method="post" onsubmit="hash_passwords(currentpassword, currentpassword_md5, newpassword, newpassword_md5, newpasswordconfirm, newpasswordconfirm_md5)">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="updatepassword" />
<input type="hidden" name="currentpassword_md5" />
<input type="hidden" name="newpassword_md5" />
<input type="hidden" name="newpasswordconfirm_md5" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat">
        <if condition="$show['edit_email_field']">
            $vbphrase[edit_email_and_password]
        <else />
            $vbphrase[edit_password]
        </if>
    </td>
</tr>

<tr>
    <td class="panelsurround" align="center">
    <div class="panel">
        <div style="width:$stylevar[formwidth_usercp]" align="$stylevar
"> <if condition="$show['passwordexpired']"> <div class="smallfont"> <strong>$vbphrase[current_password_expired]</strong> </div> </if> <div class="fieldset"> <div>$vbphrase[enter_password_to_continue]:</div> <div><input type="password" class="bginput" name="currentpassword" size="50" maxlength="50" /></div> </div> <fieldset class="fieldset"> <legend>$vbphrase[edit_password]<if condition="$show['password_optional']"> ($vbphrase[optional])</if></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td> <div>$vbphrase[new_password]:</div> <div><input type="password" class="bginput" name="newpassword" size="50" maxlength="50" /></div> </td> </tr> <tr> <td> <div>$vbphrase[confirm_new_password]:</div> <div><input type="password" class="bginput" name="newpasswordconfirm" size="50" maxlength="50" /></div> </td> </tr> </table> </fieldset> <if condition="$show['edit_email_field']"> <fieldset class="fieldset"> <legend>$vbphrase[edit_email_address] ($vbphrase[optional])</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <font size="3" color="#FF0000">لتغير ايميلك بالمنتدى عليك مراجعه <a href="http://www.helpernt.com/vb/forumdisplay.php?f=9">قسم الشكاوي الاقتراحات</a> </font> </tr> </table> </fieldset> </if> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> </div> </td> </tr> </table> </form>

مع مراعاة تغيير هذا الرابط برابط منتداك والقسم الذي تريد وضعه
كود:
http://www.helpernt.com/vb/forumdisplay.php?f=9

تحياتي وتقديري للجميع