منتدى ابن الصحراء

منتدى ابن الصحراء (https://www.ibn3.net/vb/index.php)
-   طلبات برمجه اكواد (https://www.ibn3.net/vb/forumdisplay.php?f=47)
-   -   طلب كود الاعجابات المتلقاه و المرسله في البيانات الشخصية (https://www.ibn3.net/vb/showthread.php?t=2244)

النشمي 04-12-2022 04:05 PM

طلب كود الاعجابات المتلقاه و المرسله في البيانات الشخصية
 

طلب كود الاعجابات المتلقاه و المرسله في البيانات الشخصية



كما هو موضح بعنوان الموضوع مطلوب تكويد كود
يظهر عدد الإعجابات المتلقاه و المرسله في البيانات الشخصية

مثال للكود المطلوب :
https://up.q-wada3.net/egy/do.php?img=987


وشكرا لكم مقدما
وافر التقدير والاحترام


ابن الصحراء 04-12-2022 04:16 PM

مرحبا اخي النشمي
جرب ابحث عن الكود التالي
كود:

{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
وضع الكود التالي اسفلة مباشرة
كود:

<div class="postprofile-contactr">الاعجابات المتلقاة »</div><br />
                                  <div class="postprofile-contacte">الاعجابات المُرسلة »</div><br />

ثم ضع التالي بالجفا مع اختيار المواضيع

كود:

$(function() {
$('tr.post td:first-child').each(function(){
var userId = $(this).find('strong a').attr('href'),
    postprofile = $(this).find('.postprofile-contactr');
    $.get(userId+'stats' , function(d) {
      var lastvisit = $('fieldset:nth-child(2) > ul > li:nth-child(2)', d);
 
      if (lastvisit[0]) {
        lastvisit = lastvisit.html();
 
        $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>');
      }
    });
console.log(userId);
});

});
$(function() {
$('tr.post td:first-child').each(function(){
var userId = $(this).find('strong a').attr('href'),
    postprofile = $(this).find('.postprofile-contacte');
    $.get(userId+'stats' , function(d) {
      var lastvisit = $('ul > li:nth-child(5)', d);
 
      if (lastvisit[0]) {
        lastvisit = lastvisit.html();
 
        $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>');
      }
    });
console.log(userId);
});

});

واخبرنا بالنتيجة


الساعة الآن 09:25 PM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. TranZ By Almuhajir
new notificatio by 9adq_ala7sas
جميع حقوق النشر لمنتديات ابن الصحراء محفوظة