النور200
عدد المساهمات : 69معدل النشاط : 1865السُمعة : 3 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الأربعاء 23 يونيو 2021 - 8:23 نوار2000 كتب: سويت تعديل واحد للنسخه الثانية والاخر لنسخة invision واذا تبغون اي تعديل اخبروني لا تنسون احذفو الاكواد السابقه وحطو مكانها الاكواد التاليه الاكواد يتم وضعها في اعلى قالب المواضيعاضغط هنا للنسخة الثانيه: الكود: <style> span.user_last_visit { border: solid #000 1px; padding: 3px; display: block; } </style> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details .stats-field:last-child li:last-child', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(6) > ul > li:nth-child(1)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(5) > ul > li:nth-child(1)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(4) > ul > li:nth-child(3)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(3) > ul > li:nth-child(3)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(2) > ul > li:nth-child(4)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('tr.post td:first-child').each(function(){ var userId = $(this).find('strong a').attr('href'), postprofile = $(this).find('.postdetails'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > fieldset:nth-child(2) > ul > li:nth-child(7)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script>
اضغط هنا لنسخة invision: الكود: <style> ::marker { font-size: 0px; } span.user_last_visit { padding: 2px; border: solid 1px #000; display: flex; } </style> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(6) > ul > li:nth-child(5)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(6) > ul > li:nth-child(1)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(5) > ul > li:nth-child(1)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(4) > ul > li:nth-child(3)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(3) > ul > li:nth-child(3)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(2) > ul > li:nth-child(7)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script> <script> $(function() { $('.postprofile').each(function(){ var userId = $(this).find('.postprofile-details a').eq(0).attr('href'), postprofile = $(this).find('.postprofile-details').last('6666'); $.get(userId+'stats' , function(d) { var lastvisit = $('#profile-advanced-details > div.box-content.profile > fieldset:nth-child(2) > ul > li:nth-child(4)', d); if (lastvisit[0]) { lastvisit = lastvisit.html(); $(postprofile).append('<span class="user_last_visit">' + lastvisit + '</span>'); } }); console.log(userId); }); }); </script>
@العراقي الطائي جرب الكود اول شيء على منتدى تجريبي يمكن انت معدل على قالب المواضيع باركه الله فيكي ومزيد من التطوير وتقدم ضبط معاي
العراقي الطائي و كونان2000 يعجبهم هذا الموضوع
أعجبني 2 لم يعجبني
العراقي الطائي
عدد المساهمات : 1366معدل النشاط : 4248السُمعة : 14 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الأربعاء 23 يونيو 2021 - 21:53 ابوعلي البلقاوي يعجبه هذا الموضوع
أعجبني 1 لم يعجبني
العراقي الطائي
عدد المساهمات : 1366معدل النشاط : 4248السُمعة : 14 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الخميس 24 يونيو 2021 - 20:09 جربت الكود رائع جدا لاكني لا اعرف اي كود احدفه واضع هدا الكود مكانه ممكن مساعده لان عندي كود تومبيلات فيه مجموعه كثيره من الاكواد مع الشكر الجزيل
كونان2000 احلى نائب
عدد المساهمات : 1752معدل النشاط : 3628السُمعة : 318 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الجمعة 25 يونيو 2021 - 1:14 العراقي الطائي كتب: جربت الكود رائع جدا لاكني لا اعرف اي كود احدفه واضع هدا الكود مكانه ممكن مساعده لان عندي كود تومبيلات فيه مجموعه كثيره من الاكواد مع الشكر الجزيل اذا كنت ما ركبت اكواد لها علاقه بالزياره الاخيرة
لا تحذف شيء
العراقي الطائي يعجبه هذا الموضوع
أعجبني 1 لم يعجبني
العراقي الطائي
عدد المساهمات : 1366معدل النشاط : 4248السُمعة : 14 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الجمعة 25 يونيو 2021 - 20:22 @نوار2000 لا ما مركب شي لاكنه لم يظهر
احتمال لانه كود تومبيلات فيه اضافات كثيره جدا مطوله منعت
اضهاره ويمكن سبب اخر لا اعرفه
العراقي الطائي
عدد المساهمات : 1366معدل النشاط : 4248السُمعة : 14 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الجمعة 25 يونيو 2021 - 20:25 ولا يمكن اختي قصدك لازم احدف الرمز اللي باعلى الصفحه اللي بمكانه المعتاد اللي نلاقيه دائما
AL-SUBAIE
عدد المساهمات : 687معدل النشاط : 5301السُمعة : 14 موضوع: رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية الأربعاء 25 أغسطس 2021 - 17:47 مر على الموضوع اسبوع تقريباً , هذه يعني ان الموضوع تم حلة او أهملت من صاحب المشكلة رجاء في حال كانت لديك المشكلة مستمر او اي استفسار اخر قم بفتح موضوع جديد سيتم غلق الموضوع & يرسل الى الأرشيف