طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
+2
كونان2000
النور200
6 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 2
صفحة 1 من اصل 2 • 1, 2
طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
السلام عليكم ورحمة الله
اهلا بكل المساعدين وخبراء التكويد ,,,
طلبي كود يكون كا منتديات الفي بى في بيانات الشخصية
اخر تواجد للعضو كان : منذو حوالي 4 ايام
صورة للكود منقوله من منتدي في بي
https://i.servimg.com/u/f13/20/23/38/86/apps-e10.png
------
انا وجدت الخصية في احلي منتدي في بيانات الشخصية تضغط علي الاحصائيات ولكن لم استطيع انتزاعه حتي اضيف مثله في بيانات كا عضو
صورة لتوضيح
https://i.servimg.com/u/f13/20/23/38/86/apps-e11.png
بعدها يظهل لك اخر حضور للعضو
https://i.servimg.com/u/f13/20/23/38/86/apps-e12.png
اريد انتزاع هذه الكود حتي اضيفه في بيانات الشخصية ويظهر لكل عضو اخر زياره
ملاحظة : نسخة منتداي invision
مع فائق احترامي
اهلا بكل المساعدين وخبراء التكويد ,,,
طلبي كود يكون كا منتديات الفي بى في بيانات الشخصية
اخر تواجد للعضو كان : منذو حوالي 4 ايام
صورة للكود منقوله من منتدي في بي
https://i.servimg.com/u/f13/20/23/38/86/apps-e10.png
------
انا وجدت الخصية في احلي منتدي في بيانات الشخصية تضغط علي الاحصائيات ولكن لم استطيع انتزاعه حتي اضيف مثله في بيانات كا عضو
صورة لتوضيح
https://i.servimg.com/u/f13/20/23/38/86/apps-e11.png
بعدها يظهل لك اخر حضور للعضو
https://i.servimg.com/u/f13/20/23/38/86/apps-e12.png
اريد انتزاع هذه الكود حتي اضيفه في بيانات الشخصية ويظهر لكل عضو اخر زياره
ملاحظة : نسخة منتداي invision
مع فائق احترامي
ابوعلي البلقاوي, الألحان المرحة و أفندينا يعجبهم هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
للاسف هذا الجزء غير موجود في التومبيلات
لذلك صعب انك تجيب الكود الخاص باخر زيارة
لذلك صعب انك تجيب الكود الخاص باخر زيارة
أفندينا يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
بس على فكره انا شوفته قبل كدا في منتدى منتديات أحلى منتدىنوار2000 كتب:للاسف هذا الجزء غير موجود في التومبيلات
لذلك صعب انك تجيب الكود الخاص باخر زيارة
بس للاسف مش فاكر اسم المنتدى ايه
الألحان المرحة يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
اضنه ليس صعبا فقط نحط الرمز في الكود للمكان اللي نريد اضهاره فيه
العراقي الطائي و أفندينا يعجبهم هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
طيب اعملي لنا هذا الكود اختينوار2000 كتب:هذا الرمز الخاص باخر زياره
- الكود:
{USERLASTVISIT}
وياريت كمان بالمره يكون معه كود رقم العضويه
يكون في البيانات الشخصية مثل الفى بي
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
أفندينا كتب:طيب اعملي لنا هذا الكود اختي
وياريت كمان بالمره يكون معه كود رقم العضويه
يكون في البيانات الشخصية مثل الفى بي
انا اعمل حاليا لهذا الكود واحتاج وقت,
ان شاء الله يتم العمل بنجاح
أفندينا يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
انا عملتلك كود JQuery علي السريع ممكن يعمل اللي انت عاوزة بس لو معدل ع القوالب هيحتاج شوية تعديلات
خلي الكود ف المواضيع فقط
خلي الكود ف المواضيع فقط
- الكود:
$(function() {
$('.postprofile').each(function(){
var userId = $(this).find('.postprofile-details a').eq(0).attr('href'),
postprofile = $(this).find('.postprofile-details').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_last_visit">' + lastvisit + '</span>');
}
});
console.log(userId);
});
});
أفندينا, النور200 و كونان2000 يعجبهم هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
جرب الكود التلي طبعا اذا كنت غيرت القوالب لازم تعديل علي الكود
- الكود:
$(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);
});
});
أفندينا يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
تمام جدا ظبط على منتدى تجريبي
بس لو ينفع يتغير مكانه في البيانات الشخصية
يعني لو ممكن يكون الخيار الثالت في البيانات
+
لو مغير في القوالب ايش اعمل
بس لو ينفع يتغير مكانه في البيانات الشخصية
يعني لو ممكن يكون الخيار الثالت في البيانات
+
لو مغير في القوالب ايش اعمل
ابوعلي البلقاوي يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
للاسف الى الان لم استطع اضافة رقم العضويهأفندينا كتب:جميل جدا رائع
ياريت كمان تقدري تضيفي رقم العضويه
لكن بالكود التالي اضافات جربها
اول شيء احذف الاكواد السابقه
و ضع الكود التالي في اعلى قالب المواضيع
للنسخه الثانية
- الكود:
<style>
span.user_last_visit {
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>
أفندينا يعجبه هذا الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
جميل جدا اختي @نوار2000
لكن الأفضل أن تكون الإضافات هي :
رقم العضويه
آخر زياره
عدد مرات الشكر
مع عمل امكانيه لتغيير مكانهم او ترتيبهم في البيانات
يعني مثل الصوره اللي موجوده في بداية الموضوع
لكن الأفضل أن تكون الإضافات هي :
رقم العضويه
آخر زياره
عدد مرات الشكر
مع عمل امكانيه لتغيير مكانهم او ترتيبهم في البيانات
يعني مثل الصوره اللي موجوده في بداية الموضوع
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
omarpop23 كتب:انا عملتلك كود JQuery علي السريع ممكن يعمل اللي انت عاوزة بس لو معدل ع القوالب هيحتاج شوية تعديلات
خلي الكود ف المواضيع فقط
- الكود:
$(function() {
$('.postprofile').each(function(){
var userId = $(this).find('.postprofile-details a').eq(0).attr('href'),
postprofile = $(this).find('.postprofile-details').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_last_visit">' + lastvisit + '</span>');
}
});
console.log(userId);
});
});
ابداع ابداع ابداع
بارك الله فيك تم الحل ونجح الكود ولكن يا اخر كيف يمكنني التعديل على لون الخط وحجمه بارك الله فيك
وشكرا على حسن تكويدك وخبرتك الجباره
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
حاولت اجرب الاكواد لاكنها للاسف لم تعمل على
كود التعليق على المقالات للنسخه الثانيه ممكن تعديل لو سمحتوا
ومشكورين على الاكواد الجميله
كود التعليق على المقالات للنسخه الثانيه ممكن تعديل لو سمحتوا
ومشكورين على الاكواد الجميله
رد: طلب كود تومبيلات لاخر زيارة في بيانات الشخصية
سويت تعديل
واحد للنسخه الثانية والاخر لنسخة invision
واذا تبغون اي تعديل اخبروني
لا تنسون احذفو الاكواد السابقه
وحطو مكانها الاكواد التاليه
الاكواد يتم وضعها في اعلى قالب المواضيع
@العراقي الطائي
جرب الكود اول شيء على منتدى تجريبي
يمكن انت معدل على قالب المواضيع
واحد للنسخه الثانية والاخر لنسخة 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>
@العراقي الطائي
جرب الكود اول شيء على منتدى تجريبي
يمكن انت معدل على قالب المواضيع
ابوعلي البلقاوي, العراقي الطائي و النور200 يعجبهم هذا الموضوع
صفحة 1 من اصل 2 • 1, 2
مواضيع مماثلة
» طلب كود تومبيلات جعل بيانات الشخصية تعديل بيانات العضو مثل vb
» اقترح وجود كود لاخر نشاط او اخر زيارة قام بها العضو
» يا ريت تنضاف خدمة انو يكون مربع خاص لاخر مساهمات كل عضو في بياناته الشخصية واقتراح اضافة اخر المواضيع مثل vb
» بيانات الشخصية
» بيانات الشخصية
» اقترح وجود كود لاخر نشاط او اخر زيارة قام بها العضو
» يا ريت تنضاف خدمة انو يكون مربع خاص لاخر مساهمات كل عضو في بياناته الشخصية واقتراح اضافة اخر المواضيع مثل vb
» بيانات الشخصية
» بيانات الشخصية
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 2
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى