كود احصائيات العضو علي البيانات الشخصية مثل منتديات بحر العرب
صورة للكود
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
مكان وضع الكود
أعلى قالب المواضيع
الكود لنسخة الثانية:
الكود لنسخة 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>
كود اخر ولكن يضع في الجافا سكريبت لنسخة invision
ملاحظة ضع رد لمعاينة الاكواد الحصرية
بالتوفيق