Admin المدير العام
وطني : الكويت تاريخ التسجيل : 20/07/2022 عدد المشاركات : 446 السٌّمعَة : 0 الجنس : نقاط : 1105 العمر : 94 المزاج : طبيعي العمل/الترفيه : كل شي
| موضوع: تجارب اكواد المنتدى الأحد أغسطس 21, 2022 2:38 am | |
| طلب كود رقم العضوية على نسخة invision اولا شي ابحث في قالب المواضيع عن التالي <!-- BEGIN profile_field --> وضع الكود التالي فوقه - اقتباس :
- <div class="postprofile-contactt">رقم العضوية:</div>
ثم ضع كود الجافا التالي واختار المواضيع - اقتباس :
- $(function() {
$('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-contactt').last(); $.get(userId+'stats' , function(d) { var lastvisit = $('.box-content.profile .stats-field:last-child li:last-child', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_id">' + userId.slice(2) + '</span>'); } }); console.log(userId);}); }); الصندوق تغيره لدوار - اقتباس :
- .rtl .sceditor-button {
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,., inset 0 2px 0 rgba(255,255,255,.5), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3); -moz-box-shadow: inset 0 0 2px rgba(0,0,0,., inset 0 2px 0 rgba(255,255,255,.5), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3); box-shadow: inset 0 0 2px rgba(0,0,0,., inset 0 2px 0 rgba(255,255,255,.5), inset 0 -5px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; } نطبقه على الاستايل العريض والغير معدل رسمي الازرار - اقتباس :
- #submenu {
background-image: url('https://i.servimg.com/u/f60/14/90/31/24/thead10.gif'); text-align: center; font-weight: bold; text-decoration: none; background-repeat: repeat-x; background-position: center center; padding-bottom: 0px; height: 24px; } #submenu ul li a:hover { background: #fff url('https://i.servimg.com/u/f60/14/90/31/24/menaro10.png'); font-weight: bold; color: #000; text-decoration: none; text-align: center; background-repeat: repeat-x; background-position: bottom center; color: #fff; } *+ html #submenu { padding: 0; } * html #submenu { padding: 0; } #submenu ul li a { padding: 0.4em 1em 0.5em 0em; margin: 0em 0em 0em 0; color: #000; text-decoration: none; } ================================================ نجرب مسح العديل لزوار او غيره - اقتباس :
- tr.post span.gensmall { display: none; }
| |
|