كود جافا اضافة خانه الدخول بالنافبار
كود جافا لاظهار خانة الاسم وكلمة السر لدخول الزائر للمنتدى في النافبا
صورة للكود
الكود منقول هع
الان طريقة التركيب
لوحة الاداره>>عناصر إضافية>>HTML و JAVASCRIPT>>إدارة أكواد Javascript>>
تفعيل نظام إدارة أكواد Javascript :نعم
انشاء كود جديد
العنوان * :حسب ما تريد
أضف الكود الى :جميع الصفحات
- الكود:
-
$(function(){$(function(){
$('#fa_right a.rightHeaderLink:nth-child(1)').replaceWith('<form action="/login.forum" method="post"><input class="fa_login" type="text" name="username" maxlength="40" placeholder="Usuario" /><input class="fa_login" type="password" name="password" maxlength="25" placeholder="Contraseña"/><input type="hidden" name="redirect" value="' + location.pathname + location.search + '" /><input type="submit" name="login" id="fa_enter" value="Entrar"/></form>');
})});
ثم اذهب الى مظهر المنتدى - صور والوان - الوان - ورقة css
واضف الكود
- الكود:
-
#fa_toolbar #fa_right form {
display: inline-block; /*No modificar*/
margin-top: 4px; /*Se puede modificar según nuestra conveniencia*/
}
.fa_login {
background-color: #FFF;
border: 1px solid #00A5CD;
border-radius: 3px;
width: 105px;
margin-right: 5px;
padding: 2px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#fa_enter {
background-color: #00B9E6;
border: 1px solid #00A5CD;
border-radius: 3px;
padding: 2px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#fa_enter:hover {
background-color: #00A5CD;
}
دمتم بخير