طھط؛ظٹظٹط± ط§ط³ظ… ط§ظ„ط¯ط®ظˆظ„ ظˆط§ظ„ط¨ط§ط³ظˆط±ط¯ ظپظ‰ ط§ظ„ navbar ط§ظ„ظ‰ طµظˆط± ط§ظ„ط´ط±ط* + ظ…ط«ط§ظ„ ط¨ط§ظ„ط¯ط§ط®ظ„



السلام عليكم

اخوانى اعضاء منتديات ديزاد باتنة لزيادة جمال منتداك جبتلكم كود code تغيير كلمة اسم الدخول والباسورد فى ال navbar الى صور

مثال قبل التعديل






مثال بعد التركيب install









:: شرح طريقة التركيب install ::



ابحث فى الـ navbar عن




رمز Code:
<!-- login form --> <form action=&quot;login.php?do=login&quot; method=&quot;post&quot; onsubmit=&quot;md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])&quot;> <script type=&quot;text/javascript&quot; src=&quot;clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]&quot;></script> <table cellpadding=&quot;0&quot; cellspacing=&quot;$stylevar[formspacer]&quot; border=&quot;0&quot;> <tr> <td class=&quot;smallfont&quot; style=&quot;white-space: nowrap;&quot;><label for=&quot;navbar_username&quot;>$vbphrase[username]</label></td> <td><input type=&quot;text&quot; class=&quot;bginput&quot; style=&quot;font-size: 11px&quot; name=&quot;vb_login_username&quot; id=&quot;navbar_username&quot; size=&quot;10&quot; accesskey=&quot;u&quot; tabindex=&quot;101&quot; value=&quot;$vbphrase[username]&quot; onfocus=&quot;if (this.value == '$vbphrase[username]') this.value = '';&quot; /></td> <td class=&quot;smallfont&quot; nowrap=&quot;nowrap&quot;><label for=&quot;cb_******user_navbar&quot;><input type=&quot;checkbox&quot; name=&quot;******user&quot; value=&quot;1&quot; tabindex=&quot;103&quot; id=&quot;cb_******user_navbar&quot; accesskey=&quot;c&quot; />$vbphrase[remember_me]</label></td> </tr> <tr> <td class=&quot;smallfont&quot;><label for=&quot;navbar_password&quot;>$vbphrase[password]</label></td> <td><input type=&quot;password&quot; class=&quot;bginput&quot; style=&quot;font-size: 11px&quot; name=&quot;vb_login_password&quot; id=&quot;navbar_password&quot; size=&quot;10&quot; tabindex=&quot;102&quot; /></td> <td><input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;$vbphrase[log_in]&quot; tabindex=&quot;104&quot; title=&quot;$vbphrase[enter_username_to_login_or_register]&quot; accesskey=&quot;s&quot; /></td> </tr> </table> <input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;$session[sessionhash]&quot; /> <input type=&quot;hidden&quot; name=&quot;securitytoken&quot; value=&quot;$bbuserinfo[securitytoken]&quot; /> <input type=&quot;hidden&quot; name=&quot;do&quot; value=&quot;login&quot; /> <input type=&quot;hidden&quot; name=&quot;vb_login_md5password&quot; /> <input type=&quot;hidden&quot; name=&quot;vb_login_md5password_utf&quot; /> </form> <!-- / login form -->


ثم استبدله بــ
رمز Code:
<!-- login form --> <form action=&quot;login.php&quot; method=&quot;post&quot; onsubmit=&quot;md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])&quot;> <script type=&quot;text/javascript&quot; src=&quot;clientscript/vbulletin_md5.js&quot;></script> <table cellpadding=&quot;0&quot; cellspacing=&quot;$stylevar[formspacer]&quot; border=&quot;0&quot;> <tr> <td class=&quot;smallfont&quot; nowrap> <img border=&quot;0&quot; src=&quot;$stylevar[imgdir_misc]/username.gif&quot; alt=&quot;$vbphrase[username]&quot;$stylevar[imgdir_misc]/username.gif&quot; alt=&quot;$vbphrase[username]&quot; border=&quot;0&quot; /> </td> <td><input type=&quot;text&quot; class=&quot;bginput&quot; style=&quot;font-size: 11px&quot; name=&quot;vb_login_username&quot; id=&quot;navbar_username&quot; size=&quot;10&quot; accesskey=&quot;u&quot; tabindex=&quot;101&quot; value=&quot;$vbphrase[username]&quot; onfocus=&quot;if (this.value == '$vbphrase[username]') this.value = '';&quot; /></td> <td class=&quot;smallfont&quot; nowrap=&quot;nowrap&quot;><label for=&quot;cb_******user_navbar&quot;> <input type=&quot;checkbox&quot; name=&quot;******user&quot; value=&quot;1&quot; tabindex=&quot;103&quot; id=&quot;cb_******user_navbar&quot; accesskey=&quot;c&quot; checked />$vbphrase[remember_me]</label></td> </tr> <tr> <td class=&quot;smallfont&quot; nowrap=&quot;nowrap&quot;> <img border=&quot;0&quot; src=&quot;$stylevar[imgdir_misc]/pass.gif&quot; alt=&quot;$vbphrase[password]&quot;$stylevar[imgdir_misc]/password.gif&quot; alt=&quot;$vbphrase[password]&quot; border=&quot;0&quot; /> </td> <td><input type=&quot;password&quot; class=&quot;bginput&quot; style=&quot;font-size: 11px&quot; name=&quot;vb_login_password&quot; id=&quot;navbar_password&quot; size=&quot;10&quot; accesskey=&quot;p&quot; tabindex=&quot;102&quot; /></td> <td><input type=&quot;submit&quot; class=&quot;button&quot; value=&quot;$vbphrase[log_in]&quot; tabindex=&quot;104&quot; title=&quot;$vbphrase[enter_username_to_login_or_register]&quot; accesskey=&quot;s&quot; /></td> </tr> </table> <input type=&quot;hidden&quot; name=&quot;s&quot; value=&quot;$session[sessionhash]&quot; /> <input type=&quot;hidden&quot; name=&quot;do&quot; value=&quot;login&quot; /> <input type=&quot;hidden&quot; name=&quot;vb_login_md5password&quot; /> <input type=&quot;hidden&quot; name=&quot;vb_login_md5password_utf&quot; /> </form> <!-- / login form -->



ارفع الصور المرفقة اللي في الملف المظغوط
داخل مجلد misc الخاص بالاستايل style المعدل عليه

ومبرووووك عليكم الشكل الجديد



اتمنى ان تكون الطريقة واضحة


اخوكم / ابو رهف






الملفات المرفقة [TR]
d3mfny.net.zip (4.2 كيلوبايت, عدد مرات المشاهدة 621 مرة) [/TR]



©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©